Home
last modified time | relevance | path

Searched defs:TableInCT (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_c/
H A Dtable_in_c_generated.rs50 pub fn unpack(&self) -> TableInCT { in unpack()
138 pub struct TableInCT { struct
142 impl Default for TableInCT { implementation
150 impl TableInCT { implementation
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.go11 type TableInCT struct { struct
12 ReferToA1 *NamespaceA.TableInFirstNST
13 ReferToA2 *NamespaceA.SecondTableInAT
16 func (t *TableInCT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
26 func (rcv *TableInC) UnPackTo(t *TableInCT) {
H A DTableInCT.java10 public class TableInCT { class
23 public TableInCT() { in TableInCT() method in TableInCT
H A DTableInC.cs61 public class TableInCT class
68 public TableInCT() { in TableInCT() method in NamespaceC.TableInCT
H A DTableInC.py64 class TableInCT(object): class
/aosp_15_r20/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test2_generated.h201 struct TableInCT : public flatbuffers::NativeTable { struct
204 return "NamespaceC.TableInCT"; in GetFullyQualifiedName() argument
211 TableInCT &operator=(TableInCT o) FLATBUFFERS_NOEXCEPT; argument
441 inline TableInCT::TableInCT(const TableInCT &o) in TableInCT() function
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-c/
H A Dtable-in-c.ts73 export class TableInCT { class
H A Dtable-in-c.js54 export class TableInCT { class