Searched defs:TableInFirstNST (Results 1 – 7 of 7) sorted by relevance
11 type TableInFirstNST struct { struct12 FooTable *NamespaceA__NamespaceB.TableInNestedNST13 FooEnum NamespaceA__NamespaceB.EnumInNestedNS14 FooUnion *NamespaceA__NamespaceB.UnionInNestedNST15 FooStruct *NamespaceA__NamespaceB.StructInNestedNST18 func (t *TableInFirstNST) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {35 func (rcv *TableInFirstNS) UnPackTo(t *TableInFirstNST) {
88 public class TableInFirstNST class110 public TableInFirstNST() { in TableInFirstNST() method in NamespaceA.TableInFirstNST
104 class TableInFirstNST(object): class
127 export class TableInFirstNST { class
100 export class TableInFirstNST { class
60 struct TableInFirstNST : public flatbuffers::NativeTable { struct63 return "NamespaceA.TableInFirstNST"; in GetFullyQualifiedName() argument71 inline bool operator==(const TableInFirstNST &lhs, const TableInFirstNST &rhs) { argument
566 pub fn unpack(&self) -> TableInFirstNST { in unpack()732 pub struct TableInFirstNST { struct733 pub foo_table: Option<Box<namespace_b::TableInNestedNST>>,734 pub foo_enum: namespace_b::EnumInNestedNS,735 pub foo_union: namespace_b::UnionInNestedNST,736 pub foo_struct: Option<namespace_b::StructInNestedNST>,738 impl Default for TableInFirstNST { implementation748 impl TableInFirstNST { impl