Lines Matching refs:marker
185 for marker in request.from_progress_marker:
186 if marker.HasField("timestamp_token_for_migration"):
187 timestamp = marker.timestamp_token_for_migration
188 elif marker.token:
189 timestamp = int(marker.token)
190 elif marker.HasField("token"):
193 raise ValueError("No timestamp information in progress marker.")
194 data_type = ProtocolDataTypeIdToSyncType(marker.data_type_id)