Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/
Darrays_test_generated.h111 flatbuffers::Array<int32_t, 2> *mutable_a() { in mutable_a() function
292 MyGame::Example::ArrayStruct *mutable_a() { in mutable_a() function
Dtest.cpp3371 TEST_NOTNULL(nStruct0.mutable_a()); in FixedLengthArrayTest()
3372 nStruct0.mutable_a()->Mutate(0, 1); in FixedLengthArrayTest()
3373 nStruct0.mutable_a()->Mutate(1, 2); in FixedLengthArrayTest()
3381 TEST_NOTNULL(nStruct1.mutable_a()); in FixedLengthArrayTest()
3382 nStruct1.mutable_a()->Mutate(0, 3); in FixedLengthArrayTest()
3383 nStruct1.mutable_a()->Mutate(1, 4); in FixedLengthArrayTest()
3406 auto mArStruct = p->mutable_a(); in FixedLengthArrayTest()
3428 TEST_NOTNULL(mArStruct->mutable_d()->GetMutablePointer(1)->mutable_a()); in FixedLengthArrayTest()
3429 mArStruct->mutable_d()->GetMutablePointer(1)->mutable_a()->Mutate(1, 5); in FixedLengthArrayTest()
Dmonster_test_generated.h809 MyGame::Example::Ability &mutable_a() {
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc703 message.mutable_a()->mutable_a()->mutable_a()->mutable_a()->set_i(1); in TEST()
Dmap_test.cc2887 (*from.mutable_a())[""]; in TEST_F()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc798 UNITTEST::TestMutualRecursionA* nested = message.mutable_bb()->mutable_a();
799 UNITTEST::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a();
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h724 MyGame::Example::Ability &mutable_a() {