Home | History | Annotate | Download | only in testserver

Lines Matching refs:parent_id_string

364         assumed to be server IDs.  This entry will have its parent_id_string
386 if x.parent_id_string == parent_id and not x.deleted]
414 entry.parent_id_string = parent_id
537 if entry.parent_id_string == ROOT_ID:
540 if entry.parent_id_string not in self._entries:
543 if entry.parent_id_string == entry.id_string:
546 if self._entries[entry.parent_id_string].deleted:
549 if not self._entries[entry.parent_id_string].folder:
580 if entry.parent_id_string in commit_session:
581 entry.parent_id_string = commit_session[entry.parent_id_string]
654 if self._entries[child_id].parent_id_string == entry.id_string:
656 return IsChild(self._entries[child_id].parent_id_string)
679 self._WritePosition(entry, entry.parent_id_string,
682 self._WritePosition(entry, entry.parent_id_string)
803 # parent_id_string on commit responses, so we don't either.