Searched refs:GetSubProperty (Results 1 – 5 of 5) sorted by relevance
/external/lldb/source/Core/ |
D | UserSettingsController.cpp | 103 Properties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties 108 return properties_sp->GetSubProperty (exe_ctx, name); in GetSubProperty()
|
D | PluginManager.cpp | 1884 …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/ |
D | UserSettingsController.h | 90 GetSubProperty (const ExecutionContext *exe_ctx,
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 243 GetSubProperty (const ExecutionContext *exe_ctx,
|
/external/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 748 OptionValueProperties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties
|