Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/flatbuffers/go/
Dtable.go6 type Table struct { struct
7 Bytes []byte
8 Pos UOffsetT // Always < 1<<31.
14 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT {
23 func (t *Table) Indirect(off UOffsetT) UOffsetT {
28 func (t *Table) String(off UOffsetT) string {
34 func (t *Table) ByteVector(off UOffsetT) []byte {
43 func (t *Table) VectorLen(off UOffsetT) int {
51 func (t *Table) Vector(off UOffsetT) UOffsetT {
61 func (t *Table) Union(t2 *Table, off UOffsetT) {
[all …]
Dstruct.go7 Table anonMember
Dlib.go5 Table() Table methodSpec
/external/flatbuffers/net/FlatBuffers/
DTable.cs25 public struct Table struct
27 public int bb_pos;
28 public ByteBuffer bb;
30 public ByteBuffer ByteBuffer { get { return bb; } }
34 public int __offset(int vtableOffset) in __offset()
40 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset()
47 public int __indirect(int offset) in __indirect()
52 public static int __indirect(int offset, ByteBuffer bb) in __indirect()
58 public string __string(int offset) in __string()
67 public int __vector_len(int offset) in __vector_len()
[all …]
/external/flatbuffers/rust/flatbuffers/src/
Dtable.rs22 pub struct Table<'a> { struct
27 impl<'a> Table<'a> { implementation
50 impl<'a> Follow<'a> for Table<'a> { implementation
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp40 HashTableInternals Table; in TEST() local
51 HashTableInternals Table; in TEST() local
72 HashTableInternals Table; in TEST() local
87 HashTableInternals Table; in TEST() local
116 HashTableInternals Table; in TEST() local
130 HashTableInternals Table; in TEST() local
233 HashTable<FooBar> Table; in TEST() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DTable.java20 public class Table { class
25 public Table(String id, String name) { in Table() method in Table
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFoldTables.cpp5273 lookupFoldTableImpl(ArrayRef<X86MemoryFoldTableEntry> Table, unsigned RegOp) { in lookupFoldTableImpl()
5357 std::vector<X86MemoryFoldTableEntry> Table; member
5406 auto &Table = MemUnfoldTable->Table; in lookupUnfoldTable() local
/external/libtextclassifier/utils/math/
Dfastexp.h39 struct Table { struct
58 static const Table cache_; argument
/external/libtextclassifier/lang_id/common/math/
Dfastexp.h41 struct Table { struct
60 static const Table cache_; argument
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
Dbigtable_test_client.h114 struct Table { struct
121 Table table_ GUARDED_BY(mu_); argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTUtils.cpp29 static StringRef const Table[] = { in get_amd_kernel_code_t_FldNames() local
39 static StringRef const Table[] = { in get_amd_kernel_code_t_FldAltNames() local
91 static const PrintFx Table[] = { in getPrinterTable() local
161 static const ParseFx Table[] = { in getParserTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp296 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction()
458 void SearchableTableEmitter::emitLookupDeclaration(const GenericTable &Table, in emitLookupDeclaration()
474 void SearchableTableEmitter::emitGenericTable(const GenericTable &Table, in emitGenericTable()
535 SearchableTableEmitter::parseSearchIndex(GenericTable &Table, StringRef Name, in parseSearchIndex()
591 GenericTable &Table, const std::vector<Record *> &Items) { in collectTableEntries()
660 auto Table = llvm::make_unique<GenericTable>(); in run() local
704 GenericTable &Table = *It->second; in run() local
736 auto Table = llvm::make_unique<GenericTable>(); in run() local
770 for (const auto &Table : Tables) in run() local
DGlobalISelEmitter.cpp610 MatchTable &operator<<(MatchTable &Table, const MatchTableRecord &Value) { in operator <<()
635 MatchTable Table(WithCoverage); in buildTable() local
991 void emitPredicateListOpcodes(MatchTable &Table, Args &&... args) { in emitPredicateListOpcodes()
1164 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1199 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1230 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1265 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1286 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1313 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1342 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
[all …]
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTUtils.cpp25 static StringRef const Table[] = { in get_amd_kernel_code_t_FldNames() local
75 static const PrintFx Table[] = { in getPrinterTable() local
147 static const ParseFx Table[] = { in getParserTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp205 AccelTable<DWARF5AccelTableStaticData> &Table) { in emitDebugNames()
228 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNamespaces()
236 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNames()
244 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleObjc()
252 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()
/external/lua/src/
Dlobject.h497 typedef struct Table { struct
505 struct Table *metatable; argument
507 } Table; typedef
/external/tensorflow/tensorflow/core/lib/io/
Dtable.h69 explicit Table(Rep* rep) { rep_ = rep; } in Table() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h37 PDBStringTableBuilder *Table; member
/external/clang/test/CodeGenObjC/
Dsuper-message-fragileabi.m10 @interface Table <Proto> interface
/external/mesa3d/src/hgl/
DGLDispatcher.h64 BGLDispatcher::Table() in Table() function
/external/flatbuffers/tests/union_vector/
DBookReader.php5 use \Google\FlatBuffers\Table; alias
DRapunzel.php5 use \Google\FlatBuffers\Table; alias
/external/dng_sdk/source/
Ddng_1d_table.h101 const real32 * Table () const in Table() function
/external/clang/lib/Basic/
DBuiltins.cpp81 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, in initializeBuiltins()
100 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { in forgetBuiltin()

1234567891011