Home
last modified time | relevance | path

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

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