HomeSort by relevance Sort by last modified time
    Searched refs:packed_message2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 590 unittest::TestPackedTypes packed_message1, packed_message2; local
598 EXPECT_TRUE(packed_message2.ParseFromString(packed_data));
599 TestUtil::ExpectPackedFieldsSet(packed_message2);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 473 unittest::TestPackedTypes packed_message1, packed_message2; local
481 EXPECT_TRUE(packed_message2.ParseFromString(packed_data));
482 TestUtil::ExpectPackedFieldsSet(packed_message2);
    [all...]

Completed in 481 milliseconds