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

/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp85 if (other->is_root_node()) {
86 return is_root_node();
87 } else if (is_root_node()) {
H A DDominatorTree.h62 inline bool is_root_node() const { return !value_; } function in class:aapt::DominatorTree::Node

Completed in 57 milliseconds