Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.h35 using GlobPatternSet = std::set<std::string, std::less<>>; variable
49 const GlobPatternSet &GetGlobPatterns() const { in GetGlobPatterns()
53 const GlobPatternSet &GetDemangledCppGlobPatterns() const { in GetDemangledCppGlobPatterns()
92 GlobPatternSet glob_patterns_;
93 GlobPatternSet demangled_cpp_glob_patterns_;
Dexported_symbol_set.cpp35 const ExportedSymbolSet::GlobPatternSet &patterns, const char *text) { in HasMatchingGlobPattern()
46 const ExportedSymbolSet::GlobPatternSet &patterns, in HasMatchingGlobPattern()
Dexported_symbol_set_test.cpp64 const ExportedSymbolSet::GlobPatternSet &globs = symbols.GetGlobPatterns(); in TEST()
73 const ExportedSymbolSet::GlobPatternSet &globs = in TEST()
Dversion_script_parser_test.cpp395 const ExportedSymbolSet::GlobPatternSet &cpp_glob_patterns = in TEST()
420 const ExportedSymbolSet::GlobPatternSet &glob_patterns = in TEST()