Home | History | Annotate | Download | only in testserver

Lines Matching refs:base_entry

301     base_entry = self._entries.get(entry.id_string)
302 if base_entry:
303 entry.originator_cache_guid = base_entry.originator_cache_guid
304 entry.originator_client_item_id = base_entry.originator_client_item_id
686 base_entry = self._entries.get(entry.id_string)
687 if base_entry and not entry.HasField('originator_cache_guid'):
688 entry.originator_cache_guid = base_entry.originator_cache_guid
689 entry.originator_client_item_id = base_entry.originator_client_item_id