Home
last modified time | relevance | path

Searched refs:SerializeAsProto (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/sync/test/fake_server/
Dtombstone_entity.h27 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
Dtombstone_entity.cc35 void TombstoneEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::TombstoneEntity
Dunique_client_entity.h31 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
Dpermanent_entity.h41 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
Dfake_server_entity.h41 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) = 0;
Dbookmark_entity.h53 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
Dunique_client_entity.cc71 void UniqueClientEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::UniqueClientEntity
Dpermanent_entity.cc101 void PermanentEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::PermanentEntity
Dbookmark_entity.cc111 void BookmarkEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::BookmarkEntity
Dfake_server.cc291 entity->SerializeAsProto(response_entity); in HandleGetUpdatesRequest()