Home
last modified time | relevance | path

Searched defs:UnionInNestedNS (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Dunion_in_nested_ns_generated.rs25 pub struct UnionInNestedNS(pub u8); struct
27 impl UnionInNestedNS { implementation
46 impl core::fmt::Debug for UnionInNestedNS { implementation
55 impl<'a> flatbuffers::Follow<'a> for UnionInNestedNS { implementation
66 impl flatbuffers::Push for UnionInNestedNS { implementation
74 impl flatbuffers::EndianScalar for UnionInNestedNS { implementation
88 impl<'a> flatbuffers::Verifiable for UnionInNestedNS { implementation
98 impl flatbuffers::SimpleToVerifyInSlice for UnionInNestedNS {} implementation
114 pub fn union_in_nested_ns_type(&self) -> UnionInNestedNS { in union_in_nested_ns_type()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DUnionInNestedNS.java6 public final class UnionInNestedNS { class
7 private UnionInNestedNS() { } in UnionInNestedNS() method in UnionInNestedNS
H A DUnionInNestedNS.kt7 class UnionInNestedNS private constructor() { class
H A DUnionInNestedNS.py5 class UnionInNestedNS(object): class
H A DUnionInNestedNS.php6 class UnionInNestedNS class
H A DUnionInNestedNS.cs9 public enum UnionInNestedNS : byte enum
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
H A Dunion-in-nested-n-s.js3 export var UnionInNestedNS; variable
4 (function (UnionInNestedNS) { argument
H A Dunion-in-nested-n-s.ts6 export enum UnionInNestedNS{ enum
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/
H A Dtable_in_first_ns_generated.rs90 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()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.h34 enum UnionInNestedNS : uint8_t { enum
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.go147 …rstNSAddFooUnionType(builder *flatbuffers.Builder, fooUnionType NamespaceA__NamespaceB.UnionInNest…