OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_index_
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/sandbox/win/src/sidestep/
mini_disassembler_types.h
122
int
table_index_
;
member in struct:sidestep::SpecificOpcode
143
int
table_index_
;
member in struct:sidestep::Opcode
mini_disassembler.cpp
144
ProcessOpcode(start_byte + 1, opcode.
table_index_
, size);
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
157
:
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_
++));
[
all
...]
cmap_table.h
546
int32_t
table_index_
;
member in class:sfntly::CMapTable::CMapIterator
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
477
hb_apply_context_t (unsigned int
table_index_
,
480
table_index (
table_index_
),
[
all
...]
Completed in 184 milliseconds