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

  /external/lldb/source/Interpreter/
Property.cpp 39 // "definition.default_cstr_value" as a string value that represents the default string value for the architecture/triple
40 m_value_sp.reset (new OptionValueArch(definition.default_cstr_value));
55 // "definition.default_cstr_value" is NULL, otherwise interpret
56 // "definition.default_cstr_value" as a string value that represents the default
58 if (definition.default_cstr_value)
59 m_value_sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, false, NULL)));
71 // "definition.default_cstr_value" is NULL, otherwise interpret
72 // "definition.default_cstr_value" as a string value that represents the default
77 if (definition.default_cstr_value)
79 if (enum_value->SetValueFromCString(definition.default_cstr_value).Success()
    [all...]
  /external/lldb/include/lldb/Interpreter/
Property.h 34 const char *default_cstr_value; member in struct:lldb_private::PropertyDefinition
  /external/lldb/source/Core/
Debugger.cpp 234 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value);
248 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value);
268 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value);
    [all...]

Completed in 298 milliseconds