Searched refs:matching_properties (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Core/
H A DUserSettingsController.cpp91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const
96 properties_sp->Apropos (keyword, matching_properties);
98 return matching_properties.size();
/external/lldb/include/lldb/Core/
H A DUserSettingsController.h87 std::vector<const Property *> &matching_properties) const;
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp712 OptionValueProperties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const
724 properties->Apropos (keyword, matching_properties);
740 matching_properties.push_back (property);
/external/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h88 std::vector<const Property *> &matching_properties) const;
/external/chromium_org/components/policy/core/common/
H A Dschema.cc1029 SchemaList matching_properties; local
1032 matching_properties.push_back(
1036 return matching_properties;

Completed in 3136 milliseconds