Home | History | Annotate | Download | only in syncable

Lines Matching full:progress_marker

414       "progress_marker, initial_sync_ended) VALUES ( ?, ?, ?)");
417 string progress_marker;
418 info.download_progress[i].SerializeToString(&progress_marker);
420 op.bind_blob(1, progress_marker.data(), progress_marker.length());
614 "SELECT model_id, progress_marker, initial_sync_ended "
1033 // using insted a protobuf-valued progress_marker field:
1034 // blob progress_marker
1035 // The progress_marker values are initialized from the value of
1058 sync_pb::DataTypeProgressMarker progress_marker;
1059 progress_marker.set_data_type_id(
1061 progress_marker.set_timestamp_token_for_migration(query.column_int64(1));
1063 progress_marker.SerializeToString(&progress_blob);
1067 "progress_marker, initial_sync_ended) VALUES (?, ?, ?)");
1198 "progress_marker BLOB, "