Searched refs:GetTypeAsCString (Results 1 – 18 of 18) sorted by relevance
/external/lldb/source/Interpreter/ |
D | OptionValue.cpp | 607 …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()
|
D | OptionValueArray.cpp | 29 … 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()
|
D | OptionValueDictionary.cpp | 34 strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(dict_type)); in DumpValue() 36 strm.Printf ("(%s)", GetTypeAsCString()); in DumpValue() 321 GetTypeAsCString()); in GetSubValue()
|
D | OptionValueFormat.cpp | 29 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueSInt64.cpp | 27 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueRegex.cpp | 25 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueUInt64.cpp | 37 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueArch.cpp | 30 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueBoolean.cpp | 27 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueUUID.cpp | 30 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueFileSpec.cpp | 59 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueString.cpp | 26 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueEnumeration.cpp | 39 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValuePathMappings.cpp | 26 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
D | OptionValueFileSpecLIst.cpp | 26 strm.Printf ("(%s)", GetTypeAsCString ()); in DumpValue()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValue.h | 88 GetTypeAsCString () const in GetTypeAsCString() function
|
/external/lldb/include/lldb/Core/ |
D | Scalar.h | 89 GetTypeAsCString() const;
|
/external/lldb/source/Core/ |
D | Scalar.cpp | 211 s->Printf("(%s) ", GetTypeAsCString()); in GetValue() 230 Scalar::GetTypeAsCString() const in GetTypeAsCString() function in Scalar
|