Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-machinery.cc35 struct hb_void_lazy_loader_t : hb_lazy_loader_t<void, hb_void_lazy_loader_t> struct
37 static void* create () { return nullptr; } in create()
38 static void destroy (void* l) {} in destroy()
39 static void* get_null () { return nullptr; } in get_null()