Home
last modified time | relevance | path

Searched refs:eTypeString (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h54 eTypeString, enumerator
103 if (m_type == Type::eTypeString) in GetAsString()
212 String() : Object(Type::eTypeString), m_value() {} in String()
214 String(const std::string &s) : Object(Type::eTypeString), m_value(s) {} in String()
216 String(const std::string &&s) : Object(Type::eTypeString), m_value(s) {} in String()
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h51 eTypeString, enumerator
180 case 1u << eTypeString: in ConvertTypeMaskToType()
181 return eTypeString; in ConvertTypeMaskToType()
H A DOptionValueArgs.h19 : Cloneable(OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {} in OptionValueArgs()
H A DOptionValueString.h67 OptionValue::Type GetType() const override { return eTypeString; } in GetType()
/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp236 if (GetType() == OptionValue::eTypeString)
242 if (GetType() == OptionValue::eTypeString)
515 case eTypeString: in GetBuiltinTypeAsCString()
555 case 1u << eTypeString: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp216 case OptionValue::eTypeString: in Property()
H A DOptionValueArray.cpp57 case eTypeString: in DumpValue()
H A DOptionValueDictionary.cpp74 case eTypeString: in DumpValue()