Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.cs12 public struct SecondTableInA : IFlatbufferObject struct
24 public static Offset<NamespaceA.SecondTableInA> CreateSecondTableInA(FlatBufferBuilder builder, in CreateSecondTableInA()
33 public static Offset<NamespaceA.SecondTableInA> EndSecondTableInA(FlatBufferBuilder builder) { in EndSecondTableInA()
45 …public static Offset<NamespaceA.SecondTableInA> Pack(FlatBufferBuilder builder, SecondTableInAT _o… in Pack()
DSecondTableInA.go34 type SecondTableInA struct { struct
35 _tab flatbuffers.Table
52 func (rcv *SecondTableInA) Init(buf []byte, i flatbuffers.UOffsetT) {
57 func (rcv *SecondTableInA) Table() flatbuffers.Table {
61 func (rcv *SecondTableInA) ReferToC(obj *NamespaceC.TableInC) *NamespaceC.TableInC {
DSecondTableInA.kt11 class SecondTableInA : Table() { class
DSecondTableInA.php11 class SecondTableInA extends Table class
DSecondTableInA.java11 public final class SecondTableInA extends Table { class
DSecondTableInA.py9 class SecondTableInA(object): class
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dsecond-table-in-a.ts8 export class SecondTableInA { class
Dsecond-table-in-a.js4 export class SecondTableInA { class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.rs773 pub struct SecondTableInA<'a> { struct
774 pub _tab: flatbuffers::Table<'a>,
777 impl<'a> flatbuffers::Follow<'a> for SecondTableInA<'a> { implementation
785 impl<'a> SecondTableInA<'a> { implementation
819 impl flatbuffers::Verifiable for SecondTableInA<'_> { implementation
866 impl std::fmt::Debug for SecondTableInA<'_> { implementation