/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-common-private.hh | 162 inline unsigned int get_indexes (unsigned int start_offset, function in struct:OT::IndexArray 191 { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); } 483 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-common-private.hh | 162 inline unsigned int get_indexes (unsigned int start_offset, function in struct:OT::IndexArray 191 { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); } 483 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store.cc | 110 GET_INDEXES, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbdaoint.h | 431 STDMETHOD(get_Indexes) (DAOIndexes **ppidxs) PURE; 540 STDMETHOD(get_Indexes) (DAOIndexes **ppidxs) PURE; [all...] |
adoctint.h | 437 virtual HRESULT WINAPI get_Indexes(ADOIndexes **ppvObject) = 0; 460 HRESULT (WINAPI *get_Indexes)(_ADOTable *This,ADOIndexes **ppvObject); 485 #define _Table_get_Indexes(This,ppvObject) (This)->lpVtbl->get_Indexes(This,ppvObject) [all...] |