Home
last modified time | relevance | path

Searched refs:is_tombstone (Results 1 - 7 of 7) sorted by relevance

/third_party/gn/src/gn/
H A Dbuilder_record_map.h24 static constexpr bool is_tombstone() { return false; } in is_tombstone() function
25 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid()
H A Dpointer_set.h43 bool is_tombstone() const { return ptr_ == MakeTombstone(); } in is_tombstone() function
44 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid()
H A Dhash_table_base_unittest.cc60 bool is_tombstone() const { return int_ptr == &kTombstone; } in is_tombstone() function
61 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid()
H A Dstring_atom.cc55 static constexpr bool is_tombstone() { return false; } in is_tombstone() function
H A Dhash_table_base.h42 // (see the is_tombstone() description below).
55 // - It provides an is_tombstone() const method, which should return
65 // (!is_null() && !is_tombstone()). This is a convenience for this
100 // header, as long as |node->is_tombstone()| returns true for
111 // bool is_tombstone() const { return foo == &kTombstone; }
112 // bool is_valid() const { return !is_null() && !is_tombstone(); }
464 if (node->is_tombstone()) { in NodeLookup()
H A Dunique_vector.h32 static constexpr bool is_tombstone() { return false; } in is_tombstone() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh83 bool is_tombstone () const { return key != kINVALID && value == vINVALID; } in is_tombstone() function
261 if (!items[i].is_tombstone ()) in set_with_hash()
270 if (!items[i].is_tombstone ()) in set_with_hash()
290 if (tombstone == (unsigned) -1 && items[i].is_tombstone ()) in bucket_for_hash()

Completed in 4 milliseconds