Sanitizer         141 third_party/harfbuzz-ng/src/hb-face.cc   const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
Sanitizer         171 third_party/harfbuzz-ng/src/hb-face.cc   hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
Sanitizer         431 third_party/harfbuzz-ng/src/hb-face.cc   hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
Sanitizer         432 third_party/harfbuzz-ng/src/hb-face.cc   const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob);
Sanitizer         475 third_party/harfbuzz-ng/src/hb-face.cc   hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
Sanitizer         476 third_party/harfbuzz-ng/src/hb-face.cc   const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob);
Sanitizer          53 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
Sanitizer          54 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
Sanitizer          56 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
Sanitizer          57 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
Sanitizer          59 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
Sanitizer          60 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
Sanitizer         349 third_party/harfbuzz-ng/src/hb-uniscribe.cc   blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);