Searched refs:nStruct0 (Results 1 – 1 of 1) sorted by relevance
3126 MyGame::Example::NestedStruct nStruct0(MyGame::Example::TestEnum::B); in FixedLengthArrayTest() local3127 TEST_NOTNULL(nStruct0.mutable_a()); in FixedLengthArrayTest()3128 nStruct0.mutable_a()->Mutate(0, 1); in FixedLengthArrayTest()3129 nStruct0.mutable_a()->Mutate(1, 2); in FixedLengthArrayTest()3130 TEST_NOTNULL(nStruct0.mutable_c()); in FixedLengthArrayTest()3131 nStruct0.mutable_c()->Mutate(0, MyGame::Example::TestEnum::C); in FixedLengthArrayTest()3132 nStruct0.mutable_c()->Mutate(1, MyGame::Example::TestEnum::A); in FixedLengthArrayTest()3133 TEST_NOTNULL(nStruct0.mutable_d()); in FixedLengthArrayTest()3134 nStruct0.mutable_d()->Mutate(0, flatbuffers::numeric_limits<int64_t>::max()); in FixedLengthArrayTest()3135 nStruct0.mutable_d()->Mutate(1, flatbuffers::numeric_limits<int64_t>::min()); in FixedLengthArrayTest()[all …]