Home
last modified time | relevance | path

Searched defs:TableInC (Results 1 – 13 of 13) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.cs12 public struct TableInC : IFlatbufferObject struct
25 public static Offset<NamespaceC.TableInC> CreateTableInC(FlatBufferBuilder builder, in CreateTableInC()
37 public static Offset<NamespaceC.TableInC> EndTableInC(FlatBufferBuilder builder) { in EndTableInC()
50 public static Offset<NamespaceC.TableInC> Pack(FlatBufferBuilder builder, TableInCT _o) { in Pack()
DTableInC.go38 type TableInC struct { struct
39 _tab flatbuffers.Table
56 func (rcv *TableInC) Init(buf []byte, i flatbuffers.UOffsetT) {
61 func (rcv *TableInC) Table() flatbuffers.Table {
65 func (rcv *TableInC) ReferToA1(obj *NamespaceA.TableInFirstNS) *NamespaceA.TableInFirstNS {
78 func (rcv *TableInC) ReferToA2(obj *NamespaceA.SecondTableInA) *NamespaceA.SecondTableInA {
DTableInC.kt11 class TableInC : Table() { class
DTableInC.php11 class TableInC extends Table class
DTableInC.java11 public final class TableInC extends Table { class
DTableInC.py9 class TableInC(object): class
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.go8 type TableInC struct { struct
9 _tab flatbuffers.Table
12 func (rcv *TableInC) Init(buf []byte, i flatbuffers.UOffsetT) {
17 func (rcv *TableInC) ReferToA1(obj *TableInFirstNS) *TableInFirstNS {
30 func (rcv *TableInC) ReferToA2(obj *SecondTableInA) *SecondTableInA {
DTableInC.py7 class TableInC(object): class
DTableInC.php11 class TableInC extends Table class
DTableInC.cs9 public sealed class TableInC : Table { class
/third_party/flatbuffers/tests/namespace_test/namespace-c/
Dtable-in-c.ts9 export class TableInC { class
Dtable-in-c.js5 export class TableInC { class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.rs912 pub struct TableInC<'a> { struct
913 pub _tab: flatbuffers::Table<'a>,
916 impl<'a> flatbuffers::Follow<'a> for TableInC<'a> { implementation
924 impl<'a> TableInC<'a> { impl
968 impl flatbuffers::Verifiable for TableInC<'_> { implementation
1022 impl std::fmt::Debug for TableInC<'_> { implementation