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.hh51 struct hb_cache_t struct
65 hb_cache_t () { clear (); } in hb_cache_t() argument
67 void clear () in clear()
73 bool get (unsigned int key, unsigned int *value) const in get()
84 bool set (unsigned int key, unsigned int value) in set()
95 item_t values[1u<<cache_bits];