Searched refs:TableInNestedNST (Results 1 – 8 of 8) sorted by relevance
14 struct TableInNestedNST;18 bool operator==(const TableInNestedNST &lhs, const TableInNestedNST &rhs);19 bool operator!=(const TableInNestedNST &lhs, const TableInNestedNST &rhs);102 struct TableInNestedNST : public flatbuffers::NativeTable { struct105 TableInNestedNST() in TableInNestedNST() function110 inline bool operator==(const TableInNestedNST &lhs, const TableInNestedNST &rhs) {115 inline bool operator!=(const TableInNestedNST &lhs, const TableInNestedNST &rhs) {121 typedef TableInNestedNST NativeTableType;140 TableInNestedNST *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;141 …void UnPackTo(TableInNestedNST *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) c…[all …]
62 flatbuffers::unique_ptr<NamespaceA::NamespaceB::TableInNestedNST> foo_table;340 …_e) _o->foo_table = flatbuffers::unique_ptr<NamespaceA::NamespaceB::TableInNestedNST>(_e->UnPack(_… in UnPackTo()
38 public TableInNestedNST UnPack() { in UnPack()39 var _o = new TableInNestedNST(); in UnPack()43 public void UnPackTo(TableInNestedNST _o) { in UnPackTo()46 …ffset<NamespaceA.NamespaceB.TableInNestedNS> Pack(FlatBufferBuilder builder, TableInNestedNST _o) { in Pack()54 public class TableInNestedNST class59 public TableInNestedNST() { in TableInNestedNST() method in NamespaceA.NamespaceB.TableInNestedNST
9 type TableInNestedNST struct { struct13 func (t *TableInNestedNST) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { argument20 func (rcv *TableInNestedNS) UnPackTo(t *TableInNestedNST) { argument24 func (rcv *TableInNestedNS) UnPack() *TableInNestedNST {26 t := &TableInNestedNST{}
35 class TableInNestedNST(object): class49 x = TableInNestedNST()
86 self.fooTable = TableInNestedNST.InitFromObj(tableInFirstNS.FooTable())
12 FooTable *NamespaceA__NamespaceB.TableInNestedNST
59 public NamespaceA.NamespaceB.TableInNestedNST FooTable { get; set; }