Lines Matching refs:NestedStruct
19 struct NestedStruct;
27 bool operator==(const NestedStruct &lhs, const NestedStruct &rhs);
28 bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs);
73 FLATBUFFERS_MANUALLY_ALIGNED_STRUCT(8) NestedStruct FLATBUFFERS_FINAL_CLASS {
85 NestedStruct() in NestedStruct() function
95 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function
105 …NestedStruct(flatbuffers::span<const int32_t, 2> _a, MyGame::Example::TestEnum _b, flatbuffers::sp… in NestedStruct() function
140 FLATBUFFERS_STRUCT_END(NestedStruct, 32);
142 inline bool operator==(const NestedStruct &lhs, const NestedStruct &rhs) {
150 inline bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs) {
161 MyGame::Example::NestedStruct d_[2];
202 … int32_t, 15> _b, int8_t _c, flatbuffers::span<const MyGame::Example::NestedStruct, 2> _d, int32_t… in ArrayStruct() argument
236 const flatbuffers::Array<MyGame::Example::NestedStruct, 2> *d() const { in d()
239 flatbuffers::Array<MyGame::Example::NestedStruct, 2> *mutable_d() { in mutable_d()