Searched refs:mutable_c (Results 1 – 2 of 2) sorted by relevance
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()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()
103 flatbuffers::Array<MyGame::Example::TestEnum, 2> *mutable_c() { in mutable_c() function