Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceC/
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) {
DTableInC.cs61 public class TableInCT class
68 public TableInCT() { in TableInCT() method in NamespaceC.TableInCT
DTableInC.py68 class TableInCT(object): class
/third_party/flatbuffers/tests/namespace_test/namespace-c/
Dtable-in-c.ts73 export class TableInCT { class
Dtable-in-c.js54 export class TableInCT { class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.rs943 pub fn unpack(&self) -> TableInCT { in unpack()
1032 pub struct TableInCT { struct
1033 pub refer_to_a1: Option<Box<super::namespace_a::TableInFirstNST>>,
1034 pub refer_to_a2: Option<Box<super::namespace_a::SecondTableInAT>>,
1036 impl Default for TableInCT { implementation
1044 impl TableInCT { implementation
Dnamespace_test2_generated.h203 struct TableInCT : public flatbuffers::NativeTable { struct
206 return "NamespaceC.TableInCT"; in GetFullyQualifiedName() argument