Searched defs:TableInNestedNS (Results 1 – 15 of 15) sorted by relevance
12 public struct TableInNestedNS : IFlatbufferObject struct25 …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()
31 type TableInNestedNS struct { struct32 _tab flatbuffers.Table49 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 {
11 class TableInNestedNS : Table() { class
9 const TableInNestedNS = 1; define in NamespaceA\\NamespaceB\\UnionInNestedNS
8 public static final byte TableInNestedNS = 1; field in UnionInNestedNS
10 const val TableInNestedNS: UByte = 1u constant
11 class TableInNestedNS extends Table class
12 TableInNestedNS = 1, enumerator
11 public final class TableInNestedNS extends Table { class
9 class TableInNestedNS(object): class
8 TableInNestedNS = 1 enumerator
7 export class TableInNestedNS { class
3 export class TableInNestedNS { class
45 pub const TableInNestedNS: Self = Self(1); constant121 TableInNestedNS(Box<TableInNestedNST>), enumerator406 pub struct TableInNestedNS<'a> { struct407 pub _tab: flatbuffers::Table<'a>,410 impl<'a> flatbuffers::Follow<'a> for TableInNestedNS<'a> { implementation418 impl<'a> TableInNestedNS<'a> { implementation450 impl flatbuffers::Verifiable for TableInNestedNS<'_> { implementation497 impl std::fmt::Debug for TableInNestedNS<'_> { implementation