Searched defs:CastP (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh53 static inline const Type* CastP(const TObject *X) function in namespace:OT
56 static inline Type* CastP(TObject *X) function in namespace:OT
138 return *CastP<Type> (_NullPool);
146 return *CastP<Type> (_Null##Type); \
332 Type *t = CastP<Type> (const_cast<char *> (c->start));
376 return unlikely (!base) ? &Null(Type) : CastP<Type> (base);

Completed in 81 milliseconds