Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp82 Node* this_node = node.get(); in AddToStack() local
89 if (!NodeCast<Text>(this_node)) { in AddToStack()
90 stack->node_stack.push(this_node); in AddToStack()
342 Node* this_node = new_node.get(); in Inflate() local
351 if (!NodeCast<Text>(this_node)) { in Inflate()
352 node_stack.push(this_node); in Inflate()