Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-map.hh49 struct item_t struct
51 K key;
52 V value;
53 uint32_t hash;
55 void clear () { key = kINVALID; value = vINVALID; hash = 0; } in clear()
57 bool operator == (K o) { return hb_deref (key) == hb_deref (o); } in operator ==()
58 bool operator == (const item_t &o) { return *this == o.key; } in operator ==()
59 bool is_unused () const { return key == kINVALID; } in is_unused()
60 bool is_tombstone () const { return key != kINVALID && value == vINVALID; } in is_tombstone()
61 bool is_real () const { return key != kINVALID && value != vINVALID; } in is_real()
[all …]
Dhb-vector.hh38 typedef Type item_t; typedef
Dhb-open-type.hh397 typedef Type item_t; typedef
552 typedef Type item_t; typedef
Dhb-iter.hh66 typedef Item item_t; typedef