Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncer_proto_util.h62 static void CopyProtoBytesIntoBlob(const std::string& proto_bytes,
Dsyncer_proto_util_unittest.cc67 SyncerProtoUtil::CopyProtoBytesIntoBlob(test_message1, &blob1_copy); in TEST()
Dsyncer_proto_util.cc306 void SyncerProtoUtil::CopyProtoBytesIntoBlob(const std::string& proto_bytes, in CopyProtoBytesIntoBlob() function in browser_sync::SyncerProtoUtil