Home
last modified time | relevance | path

Searched defs:item_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-map.hh51 struct item_t struct
53 hb_codepoint_t key;
54 hb_codepoint_t value;
56 bool is_unused () const { return key == INVALID; } in is_unused()
57 bool is_tombstone () const { return key != INVALID && value == INVALID; } in is_tombstone()