Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dsyncer_proto_util.h109 static void SetProtocolVersion(sync_pb::ClientToServerMessage* msg);
Dsyncer_proto_util.cc257 void SyncerProtoUtil::SetProtocolVersion(ClientToServerMessage* msg) { in SetProtocolVersion() function in syncer::SyncerProtoUtil
354 SetProtocolVersion(msg); in PostClientToServerMessage()
Dsyncer_proto_util_unittest.cc294 SyncerProtoUtil::SetProtocolVersion(&msg); in TEST_F()