Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh491 struct hb_lockable_set_t struct
493 hb_prealloced_array_t <item_t, 2> items;
495 inline void init (void) { items.init (); } in init()
498 inline item_t *replace_or_insert (T v, lock_t &l, bool replace) in replace_or_insert()
523 inline void remove (T v, lock_t &l) in remove()
539 inline bool find (T v, item_t *i, lock_t &l) in find()
550 inline item_t *find_or_insert (T v, lock_t &l) in find_or_insert()
563 inline void finish (lock_t &l) in finish()