Home
last modified time | relevance | path

Searched defs:TableInNestedNS (Results 1 – 15 of 15) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.cs12 public struct TableInNestedNS : IFlatbufferObject struct
25 …public static Offset<NamespaceA.NamespaceB.TableInNestedNS> CreateTableInNestedNS(FlatBufferBuilde… in CreateTableInNestedNS()
34 …public static Offset<NamespaceA.NamespaceB.TableInNestedNS> EndTableInNestedNS(FlatBufferBuilder b… in EndTableInNestedNS()
46 …public static Offset<NamespaceA.NamespaceB.TableInNestedNS> Pack(FlatBufferBuilder builder, TableI… in Pack()
DTableInNestedNS.go31 type TableInNestedNS struct { struct
32 _tab flatbuffers.Table
49 func (rcv *TableInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT) {
54 func (rcv *TableInNestedNS) Table() flatbuffers.Table {
58 func (rcv *TableInNestedNS) Foo() int32 {
66 func (rcv *TableInNestedNS) MutateFoo(n int32) bool {
DTableInNestedNS.kt11 class TableInNestedNS : Table() { class
DUnionInNestedNS.php9 const TableInNestedNS = 1; define in NamespaceA\\NamespaceB\\UnionInNestedNS
DUnionInNestedNS.java8 public static final byte TableInNestedNS = 1; field in UnionInNestedNS
DUnionInNestedNS.kt10 const val TableInNestedNS: UByte = 1u constant
DTableInNestedNS.php11 class TableInNestedNS extends Table class
DUnionInNestedNS.cs12 TableInNestedNS = 1, enumerator
DTableInNestedNS.java11 public final class TableInNestedNS extends Table { class
DTableInNestedNS.py9 class TableInNestedNS(object): class
/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dunion-in-nested-n-s.ts8 TableInNestedNS = 1 enumerator
Dtable-in-nested-n-s.ts7 export class TableInNestedNS { class
Dtable-in-nested-n-s.js3 export class TableInNestedNS { class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs45 pub const TableInNestedNS: Self = Self(1); constant
121 TableInNestedNS(Box<TableInNestedNST>), enumerator
406 pub struct TableInNestedNS<'a> { struct
407 pub _tab: flatbuffers::Table<'a>,
410 impl<'a> flatbuffers::Follow<'a> for TableInNestedNS<'a> { implementation
418 impl<'a> TableInNestedNS<'a> { implementation
450 impl flatbuffers::Verifiable for TableInNestedNS<'_> { implementation
497 impl std::fmt::Debug for TableInNestedNS<'_> { implementation
Dnamespace_test2_generated.rs45 pub const TableInNestedNS: Self = Self(1); constant
121 TableInNestedNS(Box<TableInNestedNST>), enumerator
406 pub struct TableInNestedNS<'a> { struct
407 pub _tab: flatbuffers::Table<'a>,
410 impl<'a> flatbuffers::Follow<'a> for TableInNestedNS<'a> { implementation
418 impl<'a> TableInNestedNS<'a> { implementation
450 impl flatbuffers::Verifiable for TableInNestedNS<'_> { implementation
497 impl std::fmt::Debug for TableInNestedNS<'_> { implementation