Lines Matching refs:nStruct1
3136 MyGame::Example::NestedStruct nStruct1(MyGame::Example::TestEnum::C); in FixedLengthArrayTest() local
3137 TEST_NOTNULL(nStruct1.mutable_a()); in FixedLengthArrayTest()
3138 nStruct1.mutable_a()->Mutate(0, 3); in FixedLengthArrayTest()
3139 nStruct1.mutable_a()->Mutate(1, 4); in FixedLengthArrayTest()
3140 TEST_NOTNULL(nStruct1.mutable_c()); in FixedLengthArrayTest()
3141 nStruct1.mutable_c()->Mutate(0, MyGame::Example::TestEnum::C); in FixedLengthArrayTest()
3142 nStruct1.mutable_c()->Mutate(1, MyGame::Example::TestEnum::A); in FixedLengthArrayTest()
3143 TEST_NOTNULL(nStruct1.mutable_d()); in FixedLengthArrayTest()
3144 nStruct1.mutable_d()->Mutate(0, flatbuffers::numeric_limits<int64_t>::min()); in FixedLengthArrayTest()
3145 nStruct1.mutable_d()->Mutate(1, flatbuffers::numeric_limits<int64_t>::max()); in FixedLengthArrayTest()
3154 aStruct.mutable_d()->Mutate(1, nStruct1); in FixedLengthArrayTest()