Searched refs:SerializeAsProto (Results 1 – 10 of 10) sorted by relevance
27 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
35 void TombstoneEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::TombstoneEntity
31 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
41 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
41 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) = 0;
53 virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
71 void UniqueClientEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::UniqueClientEntity
101 void PermanentEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::PermanentEntity
111 void BookmarkEntity::SerializeAsProto(sync_pb::SyncEntity* proto) { in SerializeAsProto() function in fake_server::BookmarkEntity
291 entity->SerializeAsProto(response_entity); in HandleGetUpdatesRequest()