Home
last modified time | relevance | path

Searched defs:TableInFirstNS (Results 1 – 9 of 9) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs12 public struct TableInFirstNS : IFlatbufferObject struct
14 private Table __p;
15 public ByteBuffer ByteBuffer { get { return __p.bb; } }
16 public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_2_0_0(); } in ValidateVersion()
30 public static Offset<NamespaceA.TableInFirstNS> CreateTableInFirstNS(FlatBufferBuilder builder, in CreateTableInFirstNS()
51 public static Offset<NamespaceA.TableInFirstNS> EndTableInFirstNS(FlatBufferBuilder builder) { in EndTableInFirstNS()
73 …public static Offset<NamespaceA.TableInFirstNS> Pack(FlatBufferBuilder builder, TableInFirstNST _o… in Pack()
DTableInFirstNS.go52 type TableInFirstNS struct { struct
53 _tab flatbuffers.Table
70 func (rcv *TableInFirstNS) Init(buf []byte, i flatbuffers.UOffsetT) {
75 func (rcv *TableInFirstNS) Table() flatbuffers.Table {
79 …NS) FooTable(obj *NamespaceA__NamespaceB.TableInNestedNS) *NamespaceA__NamespaceB.TableInNestedNS {
92 func (rcv *TableInFirstNS) FooEnum() NamespaceA__NamespaceB.EnumInNestedNS {
100 func (rcv *TableInFirstNS) MutateFooEnum(n NamespaceA__NamespaceB.EnumInNestedNS) bool {
104 func (rcv *TableInFirstNS) FooUnionType() NamespaceA__NamespaceB.UnionInNestedNS {
112 func (rcv *TableInFirstNS) MutateFooUnionType(n NamespaceA__NamespaceB.UnionInNestedNS) bool {
116 func (rcv *TableInFirstNS) FooUnion(obj *flatbuffers.Table) bool {
[all …]
DTableInFirstNS.kt11 class TableInFirstNS : Table() { class
DTableInFirstNS.php11 class TableInFirstNS extends Table class
DTableInFirstNS.java11 public final class TableInFirstNS extends Table { class
DTableInFirstNS.py9 class TableInFirstNS(object): class
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dtable-in-first-n-s.ts11 export class TableInFirstNS { class
Dtable-in-first-n-s.js7 export class TableInFirstNS { class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.rs532 pub struct TableInFirstNS<'a> { struct
533 pub _tab: flatbuffers::Table<'a>,
536 impl<'a> flatbuffers::Follow<'a> for TableInFirstNS<'a> { implementation
544 impl<'a> TableInFirstNS<'a> { implementation
628 impl flatbuffers::Verifiable for TableInFirstNS<'_> { implementation
707 impl std::fmt::Debug for TableInFirstNS<'_> { implementation