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

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

Completed in 361 milliseconds