HomeSort by relevance Sort by last modified time
    Searched refs:is_root_node (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/
DominatorTree.cpp 85 if (other->is_root_node()) {
86 return is_root_node();
87 } else if (is_root_node()) {
DominatorTree.h 62 inline bool is_root_node() const { return !value_; } function in class:aapt::DominatorTree::Node

Completed in 110 milliseconds