HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeAsCString (Results 1 - 18 of 18) sorted by null

  /external/lldb/source/Interpreter/
OptionValueFormat.cpp 29 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueSInt64.cpp 27 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueString.cpp 26 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValue.cpp 607 error.SetErrorStringWithFormat ("%s objects do not support the 'replace' operation", GetTypeAsCString());
610 error.SetErrorStringWithFormat ("%s objects do not support the 'insert-before' operation", GetTypeAsCString());
613 error.SetErrorStringWithFormat ("%s objects do not support the 'insert-after' operation", GetTypeAsCString());
616 error.SetErrorStringWithFormat ("%s objects do not support the 'remove' operation", GetTypeAsCString());
619 error.SetErrorStringWithFormat ("%s objects do not support the 'append' operation", GetTypeAsCString());
622 error.SetErrorStringWithFormat ("%s objects do not support the 'clear' operation", GetTypeAsCString());
625 error.SetErrorStringWithFormat ("%s objects do not support the 'assign' operation", GetTypeAsCString());
628 error.SetErrorStringWithFormat ("invalid operation performed on a %s object", GetTypeAsCString());
OptionValueArch.cpp 30 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueRegex.cpp 25 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueUInt64.cpp 37 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueBoolean.cpp 27 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueFileSpec.cpp 59 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueUUID.cpp 30 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueArray.cpp 29 strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(array_element_type));
31 strm.Printf ("(%s)", GetTypeAsCString());
138 error.SetErrorStringWithFormat("invalid value path '%s', %s values only support '[<index>]' subvalues where <index> is a positive or negative array index", name, GetTypeAsCString());
OptionValueDictionary.cpp 34 strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(dict_type));
36 strm.Printf ("(%s)", GetTypeAsCString());
321 GetTypeAsCString());
OptionValueEnumeration.cpp 39 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueFileSpecLIst.cpp 26 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValuePathMappings.cpp 26 strm.Printf ("(%s)", GetTypeAsCString ());
  /external/lldb/include/lldb/Core/
Scalar.h 89 GetTypeAsCString() const;
  /external/lldb/include/lldb/Interpreter/
OptionValue.h 88 GetTypeAsCString () const
  /external/lldb/source/Core/
Scalar.cpp 211 s->Printf("(%s) ", GetTypeAsCString());
230 Scalar::GetTypeAsCString() const
    [all...]

Completed in 140 milliseconds