Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.h63 static void SetUnpackedFields(unittest::TestUnpackedTypes* message);
Dextension_set_unittest.cc572 TestUtil::SetUnpackedFields(&unpacked); in TEST()
586 TestUtil::SetUnpackedFields(&source); in TEST()
Dwire_format_unittest.cc136 TestUtil::SetUnpackedFields(&source); in TEST()
Dtest_util.cc754 void TestUtil::SetUnpackedFields(unittest::TestUnpackedTypes* message) { in SetUnpackedFields() function in google::protobuf::TestUtil