Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDominatorTree.cpp86 if (other->is_root_node()) { in Dominates()
87 return is_root_node(); in Dominates()
88 } else if (is_root_node()) { in Dominates()
DDominatorTree.h62 inline bool is_root_node() const { return !value_; } in is_root_node() function