Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc605 unittest::TestPackedTypes packed_message1, packed_message2; in TEST() local
607 TestUtil::SetPackedFields(&packed_message1); in TEST()
608 int packed_size = packed_message1.ByteSize(); in TEST()
611 uint8* end = packed_message1.SerializeWithCachedSizesToArray(start); in TEST()