Home
last modified time | relevance | path

Searched defs:OffsetTable (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-file.hh81 typedef struct OffsetTable struct
85 unsigned int get_table_count () const { return tables.len; } in get_table_count()
86 const TableRecord& get_table (unsigned int i) const in get_table()
88 unsigned int get_table_tags (unsigned int start_offset, in get_table_tags()
106 bool find_table_index (hb_tag_t tag, unsigned int *table_index) const in find_table_index()
112 const TableRecord& get_table_by_tag (hb_tag_t tag) const in get_table_by_tag()
122 bool serialize (hb_serialize_context_t *c, in serialize()
188 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
195 Tag sfnt_version; /* '\0\001\0\00' if TrueType / 'OTTO' if CFF */
197 tables;
/external/v8/src/debug/
Dinterface-types.h62 using OffsetTable = std::vector<WasmDisassemblyOffsetTableEntry>; member
/external/v8/src/inspector/
Dwasm-translation.cc19 using OffsetTable = v8::debug::WasmDisassembly::OffsetTable; typedef