Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DDominatorTree.h83 virtual void VisitTree(const std::string& product, Node* root) = 0;
90 void VisitTree(const std::string& product, Node* root) override { in VisitTree() function
H A DDominatorTree.cpp38 visitor->VisitTree(entry.first, &entry.second); in Accept()
H A DDominatorTree_test.cpp36 void VisitTree(const std::string& product, in VisitTree() function in aapt::__anonfce27b3b0110::PrettyPrinter