Searched refs:GetPropertyAtIndexAsString (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h213 GetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, const char *fail_value) const;
/external/lldb/source/Core/
H A DDebugger.cpp234 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);
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp508 OptionValueProperties::GetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, const char *fail_value) const function in class:OptionValueProperties
/external/lldb/source/Target/
H A DTarget.cpp2592 return m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, NULL);

Completed in 371 milliseconds