Searched defs:TableInCT (Results 1 – 7 of 7) sorted by relevance
11 type TableInCT struct { struct12 ReferToA1 *NamespaceA.TableInFirstNST13 ReferToA2 *NamespaceA.SecondTableInAT16 func (t *TableInCT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {26 func (rcv *TableInC) UnPackTo(t *TableInCT) {
61 public class TableInCT class68 public TableInCT() { in TableInCT() method in NamespaceC.TableInCT
68 class TableInCT(object): class
73 export class TableInCT { class
54 export class TableInCT { class
943 pub fn unpack(&self) -> TableInCT { in unpack()1032 pub struct TableInCT { struct1033 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 { implementation1044 impl TableInCT { implementation
203 struct TableInCT : public flatbuffers::NativeTable { struct206 return "NamespaceC.TableInCT"; in GetFullyQualifiedName() argument