Searched defs:is_tree (Results 1 – 14 of 14) sorted by relevance
576 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function747 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
578 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function749 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
361 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
727 bool is_tree() const { return tagged_size() > kMaxInline; } in is_tree() function
718 bool is_tree() const { return data_[kMaxInline] > kMaxInline; } in is_tree() function
756 bool is_tree() const { return data_.is_tree(); } in is_tree() function
490 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
477 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
478 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
893 bool is_tree() const { return data_.is_tree(); } in is_tree() function
899 bool is_tree() const { return data_.is_tree(); } in is_tree() function
909 bool is_tree() const { return data_.is_tree(); } in is_tree() function
914 bool is_tree() const { return data_.is_tree(); } in is_tree() function