Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDeclarationDatabase.cpp157 std::map<std::string, std::vector<int*>> prefix_map = { in VisitDecl() local
174 if (auto it = prefix_map.find(fragments[0]); it != prefix_map.end()) { in VisitDecl()