Home
last modified time | relevance | path

Searched defs:TableInCT (Results 1 – 5 of 5) 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) {
DTableInCT.java10 public class TableInCT { class
23 public TableInCT() { in TableInCT() method in TableInCT
DTableInC.cs61 public class TableInCT class
68 public TableInCT() { in TableInCT() method in NamespaceC.TableInCT
DTableInC.py64 class TableInCT(object): class
/third_party/flatbuffers/tests/namespace_test/namespace_c/
Dtable_in_c_generated.rs50 pub fn unpack(&self) -> TableInCT { in unpack()
144 pub struct TableInCT { struct
148 impl Default for TableInCT { implementation
156 impl TableInCT { impl