Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-machinery.cc28 struct hb_intp_lazy_loader_t : hb_lazy_loader_t<int, hb_intp_lazy_loader_t> struct
30 static int* create () { return nullptr; } in create()
31 static void destroy (int* l) {} in destroy()
32 static int* get_null () { return nullptr; } in get_null()