Searched defs:thisNode (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/aapt2/
H A DXmlDom.cpp61 Node* thisNode = node.get(); local
68 if (thisNode->type != NodeType::kText) {
69 stack->nodeStack.push(thisNode);
301 Node* thisNode = newNode.get(); local
310 if (thisNode->type != NodeType::kText) {
311 nodeStack.push(thisNode);

Completed in 72 milliseconds