Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh384 struct _hb_has_null struct
386 static const Type *get_null () { return nullptr; } in get_null()
387 static Type *get_crap () { return nullptr; } in get_crap()
390 struct _hb_has_null<Type, true> struct
392 static const Type *get_null () { return &Null (Type); } in get_null()
393 static Type *get_crap () { return &Crap (Type); } in get_crap()