Home
last modified time | relevance | path

Searched refs:GetTypeAsCString (Results 1 – 18 of 18) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValue.cpp607 …SetErrorStringWithFormat ("%s objects do not support the 'replace' operation", GetTypeAsCString()); in SetValueFromCString()
610 …orStringWithFormat ("%s objects do not support the 'insert-before' operation", GetTypeAsCString()); in SetValueFromCString()
613 …rorStringWithFormat ("%s objects do not support the 'insert-after' operation", GetTypeAsCString()); in SetValueFromCString()
616 ….SetErrorStringWithFormat ("%s objects do not support the 'remove' operation", GetTypeAsCString()); in SetValueFromCString()
619 ….SetErrorStringWithFormat ("%s objects do not support the 'append' operation", GetTypeAsCString()); in SetValueFromCString()
622 …r.SetErrorStringWithFormat ("%s objects do not support the 'clear' operation", GetTypeAsCString()); in SetValueFromCString()
625 ….SetErrorStringWithFormat ("%s objects do not support the 'assign' operation", GetTypeAsCString()); in SetValueFromCString()
628 … error.SetErrorStringWithFormat ("invalid operation performed on a %s object", GetTypeAsCString()); in SetValueFromCString()
DOptionValueArray.cpp29 … strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(array_element_type)); in DumpValue()
31 strm.Printf ("(%s)", GetTypeAsCString()); in DumpValue()
138 …index>]' subvalues where <index> is a positive or negative array index", name, GetTypeAsCString()); in GetSubValue()
DOptionValueDictionary.cpp34 strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(dict_type)); in DumpValue()
36 strm.Printf ("(%s)", GetTypeAsCString()); in DumpValue()
321 GetTypeAsCString()); in GetSubValue()
DOptionValueFormat.cpp29 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueSInt64.cpp27 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueRegex.cpp25 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueUInt64.cpp37 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueArch.cpp30 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueBoolean.cpp27 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueUUID.cpp30 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueFileSpec.cpp59 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueString.cpp26 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueEnumeration.cpp39 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValuePathMappings.cpp26 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
DOptionValueFileSpecLIst.cpp26 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
/external/lldb/include/lldb/Interpreter/
DOptionValue.h88 GetTypeAsCString () const in GetTypeAsCString() function
/external/lldb/include/lldb/Core/
DScalar.h89 GetTypeAsCString() const;
/external/lldb/source/Core/
DScalar.cpp211 s->Printf("(%s) ", GetTypeAsCString()); in GetValue()
230 Scalar::GetTypeAsCString() const in GetTypeAsCString() function in Scalar