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.cc630 unittest::TestPackedTypes packed_message1, packed_message2; in TEST() local
632 TestUtil::SetPackedFields(&packed_message1); in TEST()
633 int packed_size = packed_message1.ByteSize(); in TEST()
636 uint8* end = packed_message1.SerializeWithCachedSizesToArray(start); in TEST()