Home
last modified time | relevance | path

Searched defs:TableInNestedNS (Results 1 – 13 of 13) 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 {
DUnionInNestedNS.py7 TableInNestedNS = 1 variable in UnionInNestedNS
DUnionInNestedNS.php9 const TableInNestedNS = 1; define in NamespaceA\\NamespaceB\\UnionInNestedNS
DUnionInNestedNS.java9 public static final byte TableInNestedNS = 1; field in UnionInNestedNS
DTableInNestedNS.kt23 class TableInNestedNS : Table() { class
DUnionInNestedNS.kt10 const val TableInNestedNS: UByte = 1u constant
DTableInNestedNS.php11 class TableInNestedNS extends Table class
DUnionInNestedNS.cs12 TableInNestedNS = 1, enumerator
DTableInNestedNS.py9 class TableInNestedNS(object): class
DTableInNestedNS.java11 public final class TableInNestedNS extends Table { class
/third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
Dtable_in_nested_ns_generated.rs15 pub struct TableInNestedNS<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for TableInNestedNS<'a> { argument
27 impl<'a> TableInNestedNS<'a> { implementation
64 impl flatbuffers::Verifiable for TableInNestedNS<'_> { implementation
112 impl core::fmt::Debug for TableInNestedNS<'_> { implementation
Dunion_in_nested_ns_generated.rs29 pub const TableInNestedNS: Self = Self(1); constant
104 TableInNestedNS(Box<TableInNestedNST>), enumerator