Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValueProperties.cpp124 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
231 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyNameAtIndex()
241 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyDescriptionAtIndex()
256 …return GetPropertyAtIndex (exe_ctx, will_modify, m_name_to_index.Find (name.GetCString(), SIZE_MAX… in GetProperty()
260 OptionValueProperties::GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint3… in GetPropertyAtIndex() function in OptionValueProperties
270 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
297 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
306 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsArgs()
329 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
352 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean()
[all …]
/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h128 GetPropertyAtIndex (const ExecutionContext *exe_ctx,
/external/lldb/source/Target/
DThread.cpp91 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ThreadOptionValueProperties
DTarget.cpp2412 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in TargetOptionValueProperties
DProcess.cpp75 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ProcessOptionValueProperties