Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp61 Node* thisNode = node.get(); in addToStack() local
68 if (!nodeCast<Text>(thisNode)) { in addToStack()
69 stack->nodeStack.push(thisNode); in addToStack()
308 Node* thisNode = newNode.get(); in inflate() local
317 if (!nodeCast<Text>(thisNode)) { in inflate()
318 nodeStack.push(thisNode); in inflate()