Lines Matching defs:UnionInNestedNS
41 pub struct UnionInNestedNS(pub u8); struct
43 impl UnionInNestedNS { impl
62 impl std::fmt::Debug for UnionInNestedNS { implementation
71 impl<'a> flatbuffers::Follow<'a> for UnionInNestedNS { implementation
82 impl flatbuffers::Push for UnionInNestedNS { implementation
90 impl flatbuffers::EndianScalar for UnionInNestedNS { implementation
104 impl<'a> flatbuffers::Verifiable for UnionInNestedNS { implementation
114 impl flatbuffers::SimpleToVerifyInSlice for UnionInNestedNS {} implementation
129 pub fn union_in_nested_ns_type(&self) -> UnionInNestedNS { in union_in_nested_ns_type()
605 pub fn foo_union_type(&self) -> namespace_b::UnionInNestedNS { in foo_union_type()
681 pub fn add_foo_union_type(&mut self, foo_union_type: namespace_b::UnionInNestedNS) { in add_foo_union_type()