Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-sanitize.hh120 struct hb_sanitize_context_t : struct
123 hb_sanitize_context_t () : in hb_sanitize_context_t() argument
134 const char *get_name () { return "SANITIZE"; } in get_name()
136 bool may_dispatch (const T *obj HB_UNUSED, const F *format) in may_dispatch()
163 hb_sanitize_context_t (hb_blob_t *b) : hb_sanitize_context_t () in dispatch() argument
171 ~hb_sanitize_context_t () in ~hb_sanitize_context_t() argument
177 void init (hb_blob_t *b) in init()
183 void set_num_glyphs (unsigned int num_glyphs_) in set_num_glyphs()
188 unsigned int get_num_glyphs () { return num_glyphs; } in get_num_glyphs()
190 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops()
[all …]
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp19 struct hb_sanitize_context_t { struct
23 hb_sanitize_context_t c[1]; in sanitize() argument