Home
last modified time | relevance | path

Searched defs:UnionInNestedNST (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DUnionInNestedNS.go13 type UnionInNestedNST struct { struct
33 …return &NamespaceA__NamespaceB.UnionInNestedNST{ Type: UnionInNestedNSTableInNestedNS, Value: x.Un…
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Dunion_in_nested_ns_generated.rs104 pub enum UnionInNestedNST { enum
108 impl Default for UnionInNestedNST { implementation
113 impl UnionInNestedNST { impl