Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A 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()
H A 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 {
H A DSecondTableInA.kt11 class SecondTableInA : Table() { class
H A DSecondTableInA.php11 class SecondTableInA extends Table class
H A DSecondTableInA.py9 class SecondTableInA(object): class
H A DSecondTableInA.java11 public final class SecondTableInA extends Table { class
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/
H A Dsecond_table_in_a_generated.rs15 pub struct SecondTableInA<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for SecondTableInA<'a> { implementation
27 impl<'a> SecondTableInA<'a> { impl
63 impl flatbuffers::Verifiable for SecondTableInA<'_> { implementation
111 impl core::fmt::Debug for SecondTableInA<'_> { implementation
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/
H A Dsecond-table-in-a.ts8 export class SecondTableInA { class
H A Dsecond-table-in-a.js4 export class SecondTableInA { class