Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp3130 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()
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()
Darrays_test_generated.h103 flatbuffers::Array<MyGame::Example::TestEnum, 2> *mutable_c() { in mutable_c() function