Searched refs:SyncableIdFromProto (Results 1 – 5 of 5) sorted by relevance
11 syncable::Id SyncableIdFromProto(const std::string& proto_string) { in SyncableIdFromProto() function29 return SyncableIdFromProto(entity.id_string()).IsRoot(); in IsRoot()
21 syncable::Id SyncableIdFromProto(const std::string& proto_string);
52 SyncableIdFromProto(update.id_string())); in UpdateContainsNewVersion()102 syncable::Id id = SyncableIdFromProto(entry.id_string()); in VerifyUpdate()181 const syncable::Id& server_id = SyncableIdFromProto(update.id_string()); in ProcessUpdate()250 (SyncableIdFromProto(update.parent_id_string()) == in ProcessUpdate()
236 << " new_id:" << SyncableIdFromProto(entry_response.id_string()) in UpdateVersionAfterCommit()257 SyncableIdFromProto(entry_response.id_string()); in ChangeIdAfterCommit()344 << " new_id:" << SyncableIdFromProto(entry_response.id_string()) in ProcessSuccessfulCommitResponse()429 SyncableIdFromProto(server_entry.id_string()); in ProcessSingleCommitResponse()
86 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); in FindLocalIdToUpdate()381 DCHECK_EQ(target->GetId(), SyncableIdFromProto(update.id_string())) in UpdateServerFieldsFromUpdate()383 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string())); in UpdateServerFieldsFromUpdate()551 const syncable::Id& update_id = SyncableIdFromProto(update.id_string()); in VerifyUpdateConsistency()