Home
last modified time | relevance | path

Searched defs:TableInfo (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dlatebindingsymboltable.h34 struct TableInfo { struct
41 LateBindingSymbolTable(const TableInfo *info, void **table); argument
/external/skia/tools/
Dcolorspaceinfo.cpp144 struct TableInfo { in draw_transfer_fn() struct
145 const float* fTable; in draw_transfer_fn()
146 int fSize; in draw_transfer_fn()
/external/skqp/tools/
Dcolorspaceinfo.cpp144 struct TableInfo { in draw_transfer_fn() struct
145 const float* fTable; in draw_transfer_fn()
146 int fSize; in draw_transfer_fn()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1175 unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo, in getPredicateIndex()
1192 void FilterChooser::emitPredicateTableEntry(DecoderTableInfo &TableInfo, in emitPredicateTableEntry()
1222 void FilterChooser::emitSoftFailTableEntry(DecoderTableInfo &TableInfo, in emitSoftFailTableEntry()
1283 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
1360 void FilterChooser::emitSingletonTableEntry(DecoderTableInfo &TableInfo, in emitSingletonTableEntry()
2255 DecoderTableInfo TableInfo; in run() local