Lines Matching defs:FLATBUFFERS_FINAL_CLASS
46 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()
77 double testd_nan() const { in testd_nan()
80 bool mutate_testd_nan(double _testd_nan) { in mutate_testd_nan()
83 double testd_pinf() const { in testd_pinf()
86 bool mutate_testd_pinf(double _testd_pinf) { in mutate_testd_pinf()
89 double testd_ninf() const { in testd_ninf()
92 bool mutate_testd_ninf(double _testd_ninf) { in mutate_testd_ninf()
95 bool Verify(flatbuffers::Verifier &verifier) const { in Verify()