Home
last modified time | relevance | path

Searched refs:StringSet (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dstring_utils.h29 using StringSet = std::set<std::string, std::less<>>; variable
46 bool HasMatchingGlobPattern(const StringSet &patterns, const char *text);
Dstring_utils.cpp108 bool HasMatchingGlobPattern(const StringSet &patterns, const char *text) { in HasMatchingGlobPattern()
/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.h35 using NameSet = utils::StringSet;
36 using GlobPatternSet = utils::StringSet;
Dversion_script_parser.h140 utils::StringSet excluded_symbol_versions_;
141 utils::StringSet excluded_symbol_tags_;