Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DUnionInNestedNS.go13 type UnionInNestedNST struct { struct
33 …return &NamespaceA__NamespaceB.UnionInNestedNST{ Type: UnionInNestedNSTableInNestedNS, Value: x.Un…
/third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
Dunion_in_nested_ns_generated.rs102 pub enum UnionInNestedNST { enum
106 impl Default for UnionInNestedNST { implementation
111 impl UnionInNestedNST { implementation