Home
last modified time | relevance | path

Searched refs:nStruct1 (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp3136 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()
[all …]