Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Denum-in-nested-n-s.js2 export var EnumInNestedNS; variable
3 (function (EnumInNestedNS) { argument
Denum-in-nested-n-s.ts3 export enum EnumInNestedNS{ enum
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DEnumInNestedNS.java5 public final class EnumInNestedNS { class
6 private EnumInNestedNS() { } in EnumInNestedNS() method in EnumInNestedNS
DEnumInNestedNS.kt7 class EnumInNestedNS private constructor() { class
DEnumInNestedNS.py5 class EnumInNestedNS(object): class
DEnumInNestedNS.cs9 public enum EnumInNestedNS : sbyte enum
DEnumInNestedNS.php6 class EnumInNestedNS class
DEnumInNestedNS.go7 type EnumInNestedNS int8 type
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs177 pub struct EnumInNestedNS(pub i8); struct
179 impl EnumInNestedNS { impl
201 impl std::fmt::Debug for EnumInNestedNS { implementation
210 impl<'a> flatbuffers::Follow<'a> for EnumInNestedNS { implementation
221 impl flatbuffers::Push for EnumInNestedNS { implementation
229 impl flatbuffers::EndianScalar for EnumInNestedNS { implementation
243 impl<'a> flatbuffers::Verifiable for EnumInNestedNS { implementation
253 impl flatbuffers::SimpleToVerifyInSlice for EnumInNestedNS {} implementation
Dnamespace_test2_generated.rs177 pub struct EnumInNestedNS(pub i8); struct
179 impl EnumInNestedNS { implementation
201 impl std::fmt::Debug for EnumInNestedNS { implementation
210 impl<'a> flatbuffers::Follow<'a> for EnumInNestedNS { implementation
221 impl flatbuffers::Push for EnumInNestedNS { implementation
229 impl flatbuffers::EndianScalar for EnumInNestedNS { implementation
243 impl<'a> flatbuffers::Verifiable for EnumInNestedNS { implementation
253 impl flatbuffers::SimpleToVerifyInSlice for EnumInNestedNS {} implementation
601 pub fn foo_enum(&self) -> namespace_b::EnumInNestedNS { in foo_enum()
677 pub fn add_foo_enum(&mut self, foo_enum: namespace_b::EnumInNestedNS) { in add_foo_enum()
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.go144 …ableInFirstNSAddFooEnum(builder *flatbuffers.Builder, fooEnum NamespaceA__NamespaceB.EnumInNestedN…