TableRecord 76 third_party/harfbuzz-ng/src/hb-open-file-private.hh inline const TableRecord& get_table (unsigned int i) const TableRecord 78 third_party/harfbuzz-ng/src/hb-open-file-private.hh if (unlikely (i >= numTables)) return Null(TableRecord); TableRecord 97 third_party/harfbuzz-ng/src/hb-open-file-private.hh inline const TableRecord& get_table_by_tag (hb_tag_t tag) const TableRecord 107 third_party/harfbuzz-ng/src/hb-open-file-private.hh return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables)); TableRecord 116 third_party/harfbuzz-ng/src/hb-open-file-private.hh TableRecord tables[VAR]; /* TableRecord entries. numTables items */ TableRecord 407 third_party/harfbuzz-ng/src/hb-uniscribe.cc OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index));