Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DUserSettingsController.cpp87 std::vector<const Property *> &matching_properties) const { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
92 return matching_properties.size(); in Apropos()
/external/llvm-project/lldb/include/lldb/Core/
DUserSettingsController.h69 std::vector<const Property *> &matching_properties) const;
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp606 std::vector<const Property *> &matching_properties) const { in Apropos()
615 properties->Apropos(keyword, matching_properties); in Apropos()
627 matching_properties.push_back(property); in Apropos()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h58 std::vector<const Property *> &matching_properties) const;
/external/libchrome/components/policy/core/common/
Dschema.cc1107 SchemaList matching_properties; in GetPatternProperties() local
1110 matching_properties.push_back( in GetPatternProperties()
1114 return matching_properties; in GetPatternProperties()