OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pendingComment
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/
XmlDom.cpp
36
std::u16string
pendingComment
;
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);
/frameworks/base/tools/aapt/
XMLNode.cpp
[
all
...]
XMLNode.h
153
String16
pendingComment
;
Completed in 494 milliseconds