Searched refs:table_index_ (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h122 int table_index_; member in struct:sidestep::SpecificOpcode
143 int table_index_; member in struct:sidestep::Opcode
H A Dmini_disassembler.cpp144 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc157 : table_index_(0), filter_(filter), table_(table) {
162 if (table_index_ < table_->NumCMaps()) {
168 for (; table_index_ < table_->NumCMaps(); ++table_index_) {
169 if (filter_->accept(table_->GetCMapId(table_index_))) {
185 next_cmap.Attach(table_->GetCMap(table_index_++));
H A Dcmap_table.h546 int32_t table_index_; member in class:sfntly::CMapTable::CMapIterator
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh478 hb_apply_context_t (unsigned int table_index_, argument
481 table_index (table_index_),

Completed in 264 milliseconds