Home
last modified time | relevance | path

Searched defs:TableInNestedNST (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.go9 type TableInNestedNST struct { struct
10 Foo int32
13 func (t *TableInNestedNST) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
20 func (rcv *TableInNestedNS) UnPackTo(t *TableInNestedNST) {
DTableInNestedNST.java10 public class TableInNestedNST { class
18 public TableInNestedNST() { in TableInNestedNST() method in TableInNestedNST
DTableInNestedNS.cs54 public class TableInNestedNST class
59 public TableInNestedNST() { in TableInNestedNST() method in NamespaceA.NamespaceB.TableInNestedNST
DTableInNestedNS.py44 class TableInNestedNST(object): class
/third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
Dtable_in_nested_ns_generated.rs48 pub fn unpack(&self) -> TableInNestedNST { in unpack()
121 pub struct TableInNestedNST { struct
124 impl Default for TableInNestedNST { implementation
131 impl TableInNestedNST { impl
Dunion_in_nested_ns_generated.rs125 pub fn take_table_in_nested_ns(&mut self) -> Option<Box<TableInNestedNST>> { in take_table_in_nested_ns()
138 pub fn as_table_in_nested_ns(&self) -> Option<&TableInNestedNST> { in as_table_in_nested_ns()
142 pub fn as_table_in_nested_ns_mut(&mut self) -> Option<&mut TableInNestedNST> { in as_table_in_nested_ns_mut()