Searched defs:IsRoot (Results 1 – 3 of 3) sorted by relevance
30 bool IsRoot() const { return parent_ == nullptr; } in IsRoot() function
330 bool IsRoot() { in IsRoot() function
259 inline bool IsRoot(const node* node) const { return node == root; } in IsRoot() function