Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Denum_in_nested_ns_generated.rs26 pub struct EnumInNestedNS(pub i8); struct
28 impl EnumInNestedNS { implementation
50 impl core::fmt::Debug for EnumInNestedNS { implementation
59 impl<'a> flatbuffers::Follow<'a> for EnumInNestedNS { implementation
70 impl flatbuffers::Push for EnumInNestedNS { implementation
78 impl flatbuffers::EndianScalar for EnumInNestedNS { implementation
92 impl<'a> flatbuffers::Verifiable for EnumInNestedNS { implementation
102 impl flatbuffers::SimpleToVerifyInSlice for EnumInNestedNS {} implementation
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
H A Denum-in-nested-n-s.js2 export var EnumInNestedNS; variable
3 (function (EnumInNestedNS) { argument
H A Denum-in-nested-n-s.ts3 export enum EnumInNestedNS{ enum
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DEnumInNestedNS.java6 public final class EnumInNestedNS { class
7 private EnumInNestedNS() { } in EnumInNestedNS() method in EnumInNestedNS
H A DEnumInNestedNS.kt7 class EnumInNestedNS private constructor() { class
H A DEnumInNestedNS.py5 class EnumInNestedNS(object): class
H A DEnumInNestedNS.cs9 public enum EnumInNestedNS : sbyte enum
H A DEnumInNestedNS.php6 class EnumInNestedNS class
H A DEnumInNestedNS.go7 type EnumInNestedNS int8 type
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/
H A Dtable_in_first_ns_generated.rs86 pub fn foo_enum(&self) -> namespace_b::EnumInNestedNS { in foo_enum()
163 pub fn add_foo_enum(&mut self, foo_enum: namespace_b::EnumInNestedNS) { in add_foo_enum()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.go144 …ableInFirstNSAddFooEnum(builder *flatbuffers.Builder, fooEnum NamespaceA__NamespaceB.EnumInNestedN…