hb-open-type-private.hh | 252 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const function in struct:OT::hb_sanitize_context_t 260 "check_array [%p..%p] (%d*%d=%d bytes) in [%p..%p] -> %s", 930 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len)); 998 && c->check_array (this, Type::static_size, len);
|