Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DUserSettingsController.cpp103 Properties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties
108 return properties_sp->GetSubProperty (exe_ctx, name); in GetSubProperty()
DPluginManager.cpp1884 …OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, g_prope… in GetDebuggerPropertyForPlugins()
1896 …nValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, plugin_… in GetDebuggerPropertyForPlugins()
1924 …OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, plugin_… in GetDebuggerPropertyForPluginsOldStyle()
1936 …nValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, g_prope… in GetDebuggerPropertyForPluginsOldStyle()
1961 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name); in GetSettingForDynamicLoaderPlugin()
1999 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name); in GetSettingForPlatformPlugin()
2037 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name); in GetSettingForProcessPlugin()
/external/lldb/include/lldb/Core/
DUserSettingsController.h90 GetSubProperty (const ExecutionContext *exe_ctx,
/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h243 GetSubProperty (const ExecutionContext *exe_ctx,
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp748 OptionValueProperties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties