Searched defs:hb_intp_lazy_loader_t (Results 1 – 1 of 1) sorted by relevance
28 struct hb_intp_lazy_loader_t : hb_lazy_loader_t<int, hb_intp_lazy_loader_t> struct30 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()