Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-map.hh57 bool is_tombstone () const { return key != INVALID && value == INVALID; } in is_tombstone() function
142 if (items[i].is_tombstone ()) in set()
150 if (!items[i].is_tombstone ()) in set()
192 if (tombstone == INVALID && items[i].is_tombstone ()) in bucket_for()