Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-map.hh353 struct hb_map_t : hb_hashmap_t<hb_codepoint_t, struct
367 hb_map_t () = default; argument
372 hb_map_t (std::initializer_list<hb_pair_t<hb_codepoint_t, hb_codepoint_t>> lst) : hashmap (lst) {} in hb_map_t() argument
375 hb_map_t (const Iterable &o) : hashmap (o) {} in hb_map_t() argument
Dhb-map.h54 typedef struct hb_map_t hb_map_t; typedef
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-map.h44 typedef struct hb_map_t hb_map_t; typedef
Dhb-map.hh312 struct hb_map_t : hb_hashmap_t<hb_codepoint_t, struct
/third_party/harfbuzz/src/
Dhb-map.h54 typedef struct hb_map_t hb_map_t; typedef
Dhb-map.hh319 struct hb_map_t : hb_hashmap_t<hb_codepoint_t, struct