Home
last modified time | relevance | path

Searched defs:FLATBUFFERS_FINAL_CLASS (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.h41 struct TableInFirstNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
42 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
45 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
50 const NamespaceA::NamespaceB::TableInNestedNS *foo_table() const { in foo_table()
53 NamespaceA::NamespaceB::TableInNestedNS *mutable_foo_table() { in mutable_foo_table()
56 NamespaceA::NamespaceB::EnumInNestedNS foo_enum() const { in foo_enum()
59 bool mutate_foo_enum(NamespaceA::NamespaceB::EnumInNestedNS _foo_enum) { in mutate_foo_enum()
62 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct()
65 NamespaceA::NamespaceB::StructInNestedNS *mutable_foo_struct() { in mutable_foo_struct()
68 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
[all …]
Dnamespace_test1_generated.h81 struct TableInNestedNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
82 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
85 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
88 int32_t foo() const { in foo()
91 bool mutate_foo(int32_t _foo) { in mutate_foo()
94 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h102 struct Type FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
103 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
108 BaseType base_type() const { in base_type()
111 BaseType element() const { in element()
114 int32_t index() const { in index()
117 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
162 struct KeyValue FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
163 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
167 const flatbuffers::String *key() const { in key()
170 bool KeyCompareLessThan(const KeyValue *o) const { in KeyCompareLessThan()
[all …]
Dbase.h147 #define FLATBUFFERS_FINAL_CLASS final macro
151 #define FLATBUFFERS_FINAL_CLASS macro
/external/flatbuffers/tests/
Dmonster_extra_generated.h46 struct MonsterExtra FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
47 typedef MonsterExtraT NativeTableType;
48 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
51 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
59 float testf_nan() const { in testf_nan()
62 bool mutate_testf_nan(float _testf_nan) { in mutate_testf_nan()
65 float testf_pinf() const { in testf_pinf()
68 bool mutate_testf_pinf(float _testf_pinf) { in mutate_testf_pinf()
71 float testf_ninf() const { in testf_ninf()
74 bool mutate_testf_ninf(float _testf_ninf) { in mutate_testf_ninf()
[all …]
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h249 struct Attacker FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
250 typedef AttackerT NativeTableType;
251 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
254 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
257 int32_t sword_attack_damage() const { in sword_attack_damage()
260 bool mutate_sword_attack_damage(int32_t _sword_attack_damage) { in mutate_sword_attack_damage()
263 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()
315 struct Movie FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
316 typedef MovieT NativeTableType;
317 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
[all …]