Lines Matching defs:id
39 using syncable::Id;
100 syncable::Id id = meta_entry.GetId();
101 sync_entry->set_id_string(SyncableIdToProto(id));
124 Id new_parent_id;
148 DCHECK(!id.ServerKnows() ||
155 DCHECK(id.ServerKnows()) << meta_entry;
168 const Id& prev_id = meta_entry.GetPredecessorId();
205 const syncable::Id& pre_commit_id,
241 const syncable::Id& pre_commit_id,
244 const syncable::Id& entry_response_id =
248 // The server can sometimes generate a new ID on commit; for example,
250 DVLOG(1) << " ID changed while committing an old entry. "
259 LOG(ERROR) << "ID clash with id " << entry_response_id
264 DVLOG(1) << "Changing ID to " << entry_response_id;
303 // get the post-commit ID of the parent indicated by
323 const syncable::Id& pre_commit_id,
325 bool syncing_was_set, set<syncable::Id>* deleted_folders) {
337 // If the server gave us a new ID, apply it.
370 set<syncable::Id>* deleted_folders) {
408 LOG(ERROR) << "Commit response has no id";
414 // Check to see if we've been given the ID of an existing entry. If so treat
416 const syncable::Id& server_entry_id =
422 << "Got duplicate id when commiting id: "