Home | History | Annotate | Download | only in engine

Lines Matching refs:BASE_VERSION

25 using syncable::BASE_VERSION;
188 DCHECK(0 == local_entry.Get(BASE_VERSION) ||
189 CHANGES_VERSION == local_entry.Get(BASE_VERSION));
221 int64 old_version = local_entry.Get(BASE_VERSION);
403 target->Get(BASE_VERSION)) + 1);
447 if (update.version() > target->Get(BASE_VERSION)) {
533 entry->Put(BASE_VERSION, 0);
573 entry->Put(BASE_VERSION, entry->Get(SERVER_VERSION));
742 target->Get(BASE_VERSION) > 0))) {
753 if (target->Get(BASE_VERSION) > 0) {
765 if (target->Get(BASE_VERSION) == update.version() &&
811 target->Put(BASE_VERSION, CHANGES_VERSION);