Home
last modified time | relevance | path

Searched defs:IdCollector (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/compile/
H A DXmlIdCollector.cpp36 struct IdCollector : public xml::Visitor { struct
40 explicit IdCollector(std::vector<SourcedResourceName>* out_symbols, in IdCollector() function
44 void Visit(xml::Element* element) override { in Visit()
69 std::vector<SourcedResourceName>* out_symbols_;
70 SourcePathDiagnostics* source_diag_;