Searched refs:entriesBatch_ (Results 1 – 2 of 2) sorted by relevance
167 return DBStatus::OK == delegate.PutBatch(entriesBatch_); in Action1()183 entriesBatch_[0].value = GetValueWithInt(SMALL_VALUE_SIZE); in Action2()184 return DBStatus::OK == delegate.Put(entriesBatch_[0].key, entriesBatch_[0].value); in Action2()186 return DBStatus::OK == delegate.Delete(entriesBatch_[0].key) || in Action2()191 return DBStatus::OK == delegate.PutBatch(entriesBatch_); in Action2()233 GenerateRecords(this->presetCount_, DEFAULT_START, allKeys_, entriesBatch_); in testCrudTransaction()235 entriesBatch_[i].value = GetValueWithInt(this->presetValue_); in testCrudTransaction()
57 std::vector<DistributedDB::Entry> entriesBatch_; variable