Home
last modified time | relevance | path

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

1234567

/third_party/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
/third_party/flatbuffers/net/FlatBuffers/
DTable.cs26 public struct Table struct
28 public int bb_pos { get; private set; }
29 public ByteBuffer bb { get; private set; }
31 public ByteBuffer ByteBuffer { get { return bb; } }
34 public Table(int _i, ByteBuffer _bb) : this() in Table() argument
42 public int __offset(int vtableOffset) in __offset()
48 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset()
55 public int __indirect(int offset) in __indirect()
60 public static int __indirect(int offset, ByteBuffer bb) in __indirect()
66 public string __string(int offset) in __string()
[all …]
/third_party/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
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc437 TEST(Table, EmptyFunctorOptimization) { in TEST() argument
486 TEST(Table, Empty) { in TEST() argument
492 TEST(Table, LookupEmpty) { in TEST() argument
498 TEST(Table, Insert1) { in TEST() argument
508 TEST(Table, Insert2) { in TEST() argument
524 TEST(Table, InsertCollision) { in TEST() argument
544 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument
571 TEST(Table, InsertWithinCapacity) { in TEST() argument
602 TEST(Table, LazyEmplace) { in TEST() argument
620 TEST(Table, ContainsEmpty) { in TEST() argument
[all …]
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc384 TEST(Table, EmptyFunctorOptimization) { in TEST() argument
416 TEST(Table, Empty) { in TEST() argument
422 TEST(Table, LookupEmpty) { in TEST() argument
428 TEST(Table, Insert1) { in TEST() argument
438 TEST(Table, Insert2) { in TEST() argument
454 TEST(Table, InsertCollision) { in TEST() argument
474 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument
501 TEST(Table, LazyEmplace) { in TEST() argument
519 TEST(Table, ContainsEmpty) { in TEST() argument
525 TEST(Table, Contains1) { in TEST() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFoldTables.cpp5515 lookupFoldTableImpl(ArrayRef<X86MemoryFoldTableEntry> Table, unsigned RegOp) { in lookupFoldTableImpl()
5609 std::vector<X86MemoryFoldTableEntry> Table; member
5667 auto &Table = MemUnfoldTable->Table; in lookupUnfoldTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTUtils.cpp28 static StringRef const Table[] = { in get_amd_kernel_code_t_FldNames() local
38 static StringRef const Table[] = { in get_amd_kernel_code_t_FldAltNames() local
90 static const PrintFx Table[] = { in getPrinterTable() local
160 static const ParseFx Table[] = { in getParserTable() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DTable.java48 public class Table extends FontDataTable { class
52 protected Table(Header header, ReadableFontData data) { in Table() method in Table
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DTable.java48 public class Table extends FontDataTable { class
52 protected Table(Header header, ReadableFontData data) { in Table() method in Table
/third_party/mindspore/mindspore/lite/schema/
Dops_v0_generated.h1228 typedef Pad Table; typedef
1285 typedef Maximum Table; typedef
1314 typedef Minimum Table; typedef
1343 typedef Flatten Table; typedef
1372 typedef FlattenGrad Table; typedef
1413 typedef Concat Table; typedef
1459 typedef SoftMax Table; typedef
1515 typedef Activation Table; typedef
1576 typedef ActivationGrad Table; typedef
1702 typedef Conv2D Table; typedef
[all …]
/third_party/flatbuffers/ts/
Dtypes.ts6 export type Table = { alias
/third_party/ffmpeg/libavcodec/
Ddstdec.c62 typedef struct Table { struct
66 } Table; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h36 PDBStringTableBuilder *Table; member
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DkeyofInferenceLowerPriorityThanReturn.ts10 declare class Table<Req, Def> { class
/third_party/flatbuffers/tests/union_vector/
DBookReader.php5 use \Google\FlatBuffers\Table; alias
DRapunzel.php5 use \Google\FlatBuffers\Table; alias
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DUnionInNestedNS.go29 func (rcv UnionInNestedNS) UnPack(table flatbuffers.Table) *UnionInNestedNST {
DStructInNestedNS.php7 use \Google\FlatBuffers\Table; alias
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_1d_table.h101 const real32 * Table () const in Table() function
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DMutable.swift84 extension Table: Mutable {} extension
/third_party/flatbuffers/tests/MyGame/Example/
DAbility.php7 use \Google\FlatBuffers\Table; alias
DTest.php7 use \Google\FlatBuffers\Table; alias
DAnyAmbiguousAliases.go61 func (rcv AnyAmbiguousAliases) UnPack(table flatbuffers.Table) *AnyAmbiguousAliasesT {

1234567