Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceC/
H A 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()
H A 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 {
H A DTableInC.kt11 class TableInC : Table() { class
H A DTableInC.php11 class TableInC extends Table class
H A DTableInC.py9 class TableInC(object): class
H A DTableInC.java11 public final class TableInC extends Table { class
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_c/
H A Dtable_in_c_generated.rs15 pub struct TableInC<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for TableInC<'a> { implementation
27 impl<'a> TableInC<'a> { implementation
73 impl flatbuffers::Verifiable for TableInC<'_> { implementation
128 impl core::fmt::Debug for TableInC<'_> { implementation
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A 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 {
H A DTableInC.py7 class TableInC(object): class
H A DTableInC.php11 class TableInC extends Table class
H A DTableInC.cs9 public sealed class TableInC : Table { class
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-c/
H A Dtable-in-c.ts9 export class TableInC { class
H A Dtable-in-c.js5 export class TableInC { class