HomeSort by relevance Sort by last modified time
    Searched defs:CastP (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 53 static inline const Type* CastP(const TObject *X)
56 static inline Type* CastP(TObject *X)
141 return *CastP<Type> (_NullPool);
149 return *CastP<Type> (_Null##Type); \
309 Type *t = CastP<Type> (const_cast<char *> (c->start));
353 return unlikely (!base) ? &Null(Type) : CastP<Type> (base);
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 53 static inline const Type* CastP(const TObject *X)
56 static inline Type* CastP(TObject *X)
141 return *CastP<Type> (_NullPool);
149 return *CastP<Type> (_Null##Type); \
309 Type *t = CastP<Type> (const_cast<char *> (c->start));
353 return unlikely (!base) ? &Null(Type) : CastP<Type> (base);

Completed in 783 milliseconds