Searched defs:UnionInNestedNS (Results 1 – 11 of 11) sorted by relevance
25 pub struct UnionInNestedNS(pub u8); struct27 impl UnionInNestedNS { implementation46 impl core::fmt::Debug for UnionInNestedNS { implementation55 impl<'a> flatbuffers::Follow<'a> for UnionInNestedNS { implementation66 impl flatbuffers::Push for UnionInNestedNS { implementation74 impl flatbuffers::EndianScalar for UnionInNestedNS { implementation88 impl<'a> flatbuffers::Verifiable for UnionInNestedNS { implementation98 impl flatbuffers::SimpleToVerifyInSlice for UnionInNestedNS {} implementation114 pub fn union_in_nested_ns_type(&self) -> UnionInNestedNS { in union_in_nested_ns_type()
6 public final class UnionInNestedNS { class7 private UnionInNestedNS() { } in UnionInNestedNS() method in UnionInNestedNS
7 class UnionInNestedNS private constructor() { class
5 class UnionInNestedNS(object): class
6 class UnionInNestedNS class
9 public enum UnionInNestedNS : byte enum
3 export var UnionInNestedNS; variable4 (function (UnionInNestedNS) { argument
6 export enum UnionInNestedNS{ enum
90 pub fn foo_union_type(&self) -> namespace_b::UnionInNestedNS { in foo_union_type()167 pub fn add_foo_union_type(&mut self, foo_union_type: namespace_b::UnionInNestedNS) { in add_foo_union_type()
34 enum UnionInNestedNS : uint8_t { enum
147 …rstNSAddFooUnionType(builder *flatbuffers.Builder, fooUnionType NamespaceA__NamespaceB.UnionInNest…