Home
last modified time | relevance | path

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

123456

/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/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/libtextclassifier/util/math/
Dfastexp.h39 struct Table { struct
58 static const Table cache_; argument
/external/skqp/src/core/
DSkGammas.h28 struct Table { struct
29 size_t fOffset;
30 int fSize;
32 const float* table(const SkGammas* base) const { in table()
/external/skia/src/core/
DSkGammas.h28 struct Table { struct
29 size_t fOffset;
30 int fSize;
32 const float* table(const SkGammas* base) const { in table()
/external/tensorflow/tensorflow/core/lib/io/
Dtable.h69 explicit Table(Rep* rep) { rep_ = rep; } in Table() function
/external/clang/test/CodeGenObjC/
Dsuper-message-fragileabi.m10 @interface Table <Proto> interface
/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/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/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php7 use \Google\FlatBuffers\Table; alias
/external/flatbuffers/tests/MyGame/Example/
DTest.php7 use \Google\FlatBuffers\Table; alias
DAbility.php7 use \Google\FlatBuffers\Table; alias
/external/lzma/Java/SevenZip/
DCRC.java7 static public int[] Table = new int[256]; field in CRC
/external/flatbuffers/tests/MyGame/
DInParentNamespace.go25 func (rcv *InParentNamespace) Table() flatbuffers.Table { func
/external/flatbuffers/tests/MyGame/Example2/
DMonster.go25 func (rcv *Monster) Table() flatbuffers.Table { func
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.h100 typedef gtl::FlatMap<int64, BaseRemoteRendezvous*> Table; typedef
/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()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dboxdraw.c127 UNICODE_TO_CHAR *Table; in LibIsValidTextGraphics() local
/external/llvm/lib/DebugInfo/CodeView/
DListRecordBuilder.cpp75 TypeIndex ListRecordBuilder::writeListRecord(TypeTableBuilder &Table) { in writeListRecord()

123456