Searched defs:is_tree (Results 1 – 13 of 13) sorted by relevance
554 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function725 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
553 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function742 bool is_tree() const { return (self()->tag() & 1) != 0; } in is_tree() function
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
553 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function724 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
490 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
996 bool is_tree() const { return data_.is_tree(); } in is_tree() function
950 bool is_tree() const { return data_.is_tree(); } in is_tree() function
995 bool is_tree() const { return data_.is_tree(); } in is_tree() function