Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cache.hh39 struct hb_cache_t struct
41 using item_t = typename std::conditional<thread_safe,
51 void init () { clear (); } in init()
52 void fini () {} in fini()
54 void clear () in clear()
60 bool get (unsigned int key, unsigned int *value) const in get()
71 bool set (unsigned int key, unsigned int value) in set()
82 item_t values[1u<<cache_bits];