Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh390 struct hb_lockable_set_t struct
392 hb_prealloced_array_t <item_t, 2> items;
394 inline void init (void) { items.init (); } in init()
397 inline item_t *replace_or_insert (T v, lock_t &l, bool replace) in replace_or_insert()
422 inline void remove (T v, lock_t &l) in remove()
438 inline bool find (T v, item_t *i, lock_t &l) in find()
449 inline item_t *find_or_insert (T v, lock_t &l) in find_or_insert()
462 inline void finish (lock_t &l) in finish()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-private.hh401 struct hb_lockable_set_t struct
403 hb_prealloced_array_t <item_t, 2> items;
405 inline void init (void) { items.init (); } in init()
408 inline item_t *replace_or_insert (T v, lock_t &l, bool replace) in replace_or_insert()
433 inline void remove (T v, lock_t &l) in remove()
449 inline bool find (T v, item_t *i, lock_t &l) in find()
460 inline item_t *find_or_insert (T v, lock_t &l) in find_or_insert()
473 inline void finish (lock_t &l) in finish()