Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh243 struct _hb_has_null struct
249 struct _hb_has_null<Type, true> struct
260 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_null (); in operator ()()
265 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_crap (); in operator ()()