Searched defs:pendingComment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.h153 String16 pendingComment; member in struct:XMLNode::ParseState
/frameworks/base/tools/aapt2/
H A DXmlDom.cpp36 std::u16string pendingComment; member in struct:aapt::xml::Stack
120 el->comment = std::move(stack->pendingComment);
129 stack->nodeStack.top()->comment = std::move(stack->pendingComment);
163 if (!stack->pendingComment.empty()) {
164 stack->pendingComment += '\n';
166 stack->pendingComment += util::utf8ToUtf16(comment);

Completed in 65 milliseconds