Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util_lite.h58 static void ModifyRepeatedFields(unittest::TestAllTypesLite* message);
Dtest_util.h71 static void ModifyRepeatedFields(unittest::TestAllTypes* message);
Dlite_unittest.cc111 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message); in main()
Dgenerated_message_reflection_unittest.cc175 TestUtil::ModifyRepeatedFields(&message2); in TEST()
Dtest_util_lite.cc166 void TestUtilLite::ModifyRepeatedFields(unittest::TestAllTypesLite* message) { in ModifyRepeatedFields() function in google::protobuf::TestUtilLite
Dtest_util.cc221 void TestUtil::ModifyRepeatedFields(unittest::TestAllTypes* message) { in ModifyRepeatedFields() function in google::protobuf::TestUtil
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc238 TestUtil::ModifyRepeatedFields(&message); in TEST()
/external/protobuf/objectivec/Tests/
DGPBTestUtilities.m413 // ModifyRepeatedFields only sets the second repeated element of each
1595 // ModifyRepeatedFields only sets the second repeated element of each
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc955 TestUtil::ModifyRepeatedFields(&msg2); in TEST()