Home
last modified time | relevance | path

Searched defs:hb_hashmap_t (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh42 struct hb_hashmap_t struct
47 hb_hashmap_t () { init (); } in hb_hashmap_t() function
50 hb_hashmap_t (const hb_hashmap_t& o) : hb_hashmap_t () { hb_copy (o, *this); } in hb_hashmap_t() function
51 hb_hashmap_t (hb_hashmap_t&& o) : hb_hashmap_t () { hb_swa in hb_hashmap_t() function
55 hb_hashmap_t (std::initializer_list<hb_pair_t<K, V>> lst) : hb_hashmap_t () hb_hashmap_t() function
62 hb_hashmap_t (const Iterable &o) : hb_hashmap_t () hb_hashmap_t() function
[all...]

Completed in 1 milliseconds