Home | History | Annotate | Download | only in engine

Lines Matching defs:id_string

398         last_sent_commit().entries(0).id_string()));
409 last_commit_response().entryresponse(0).id_string());
415 last_commit_response().entryresponse(0).id_string());
442 string id_string = GetMutableLastUpdate()->id_string();
444 AddUpdateTombstone(syncable::Id::CreateFromServerId(id_string));
578 string id_string = entry.id_string();
585 id = syncable::Id::CreateFromClientString(id_string);
587 id = syncable::Id::CreateFromServerId(id_string);
591 if (response_map.end() == response_map.find(id_string))
592 response_map[id_string] = commit_response->add_entryresponse();
593 sync_pb::CommitResponse_EntryResponse* er = response_map[id_string];
615 er->set_id_string(id_string); // Allows verification.
618 changed_ids[id_string] = new_id;