Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Dtable_in_nested_ns_generated.rs48 pub fn unpack(&self) -> TableInNestedNST { in unpack()
118 pub struct TableInNestedNST { struct
121 impl Default for TableInNestedNST { argument
128 impl TableInNestedNST { impl
H A Dunion_in_nested_ns_generated.rs127 pub fn take_table_in_nested_ns(&mut self) -> Option<Box<TableInNestedNST>> { in take_table_in_nested_ns()
140 pub fn as_table_in_nested_ns(&self) -> Option<&TableInNestedNST> { in as_table_in_nested_ns()
144 pub fn as_table_in_nested_ns_mut(&mut self) -> Option<&mut TableInNestedNST> { in as_table_in_nested_ns_mut()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A 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) {
H A DTableInNestedNST.java10 public class TableInNestedNST { class
18 public TableInNestedNST() { in TableInNestedNST() method in TableInNestedNST
H A DTableInNestedNS.cs54 public class TableInNestedNST class
59 public TableInNestedNST() { in TableInNestedNST() method in NamespaceA.NamespaceB.TableInNestedNST
H A DTableInNestedNS.py44 class TableInNestedNST(object): class
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
H A Dtable-in-nested-n-s.ts76 export class TableInNestedNST { class
H A Dtable-in-nested-n-s.js57 export class TableInNestedNST { class