Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.h53 return queue_; in GetExtractedInlineXmlDocuments()
59 std::vector<std::unique_ptr<xml::XmlResource>> queue_; variable
H A DInlineXmlFormatParser.cpp180 queue_.push_back(std::move(new_doc)); in Consume()