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

  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util_unittest.cc 71 std::string message2_copy; local
72 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(message2_copy,
74 SyncerProtoUtil::CopyBlobIntoProtoBytes(test_blob2, &message2_copy);
75 EXPECT_TRUE(SyncerProtoUtil::ProtoBytesEqualsBlob(message2_copy,
  /external/chromium_org/sync/engine/
syncer_proto_util_unittest.cc 129 std::string message2_copy; local
130 EXPECT_FALSE(SyncerProtoUtil::ProtoBytesEqualsBlob(message2_copy,
132 SyncerProtoUtil::CopyBlobIntoProtoBytes(test_blob2, &message2_copy);
133 EXPECT_TRUE(SyncerProtoUtil::ProtoBytesEqualsBlob(message2_copy,

Completed in 313 milliseconds