Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-null.hh165 static Type & get_crap () { return Crap<Type> (); } in get_crap() function
167 #define Crap(Type) CrapHelper<Type>::get_crap ()
Dhb-open-type.hh246 static Type *get_crap () { return nullptr; } in get_crap() function
252 static Type *get_crap () { return &Crap(Type); } in get_crap() function
265 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_crap (); in operator ()()