Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dsyncer_proto_util.h65 static void CopyProtoBytesIntoBlob(const std::string& proto_bytes,
Dsyncer_proto_util_unittest.cc123 SyncerProtoUtil::CopyProtoBytesIntoBlob(test_message1, &blob1_copy); in TEST()
Dsyncer_proto_util.cc510 void SyncerProtoUtil::CopyProtoBytesIntoBlob(const std::string& proto_bytes, in CopyProtoBytesIntoBlob() function in syncer::SyncerProtoUtil