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

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh269 inline bool check_struct (const Type *obj) const function in struct:OT::hb_sanitize_context_t
644 return_trace (likely (c->check_struct (this)));
681 return_trace (likely (c->check_struct (this)));
759 return_trace (c->check_struct (this));
795 if (unlikely (!c->check_struct (this))) return_trace (false);
805 if (unlikely (!c->check_struct (this))) return_trace (false);
930 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len));
997 return c->check_struct (this)

Completed in 89 milliseconds