Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp46 std::string pending_comment; member
120 el->comment = std::move(stack->pending_comment); in StartElementHandler()
180 if (!stack->pending_comment.empty()) { in CommentDataHandler()
181 stack->pending_comment += '\n'; in CommentDataHandler()
183 stack->pending_comment += comment; in CommentDataHandler()