Searched refs:from_db (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db_stress_tool/ |
| D | no_batched_ops_stress.cc | 48 std::string from_db; in VerifyDb() local 64 from_db = iter->value().ToString(); in VerifyDb() 77 if (from_db.length()) { in VerifyDb() 79 from_db.data(), from_db.length()); in VerifyDb() 88 std::string from_db; in VerifyDb() local 94 if (from_db.length()) { in VerifyDb() 96 from_db.data(), from_db.length()); in VerifyDb() 146 std::string from_db; in TestGet() local 147 Status s = db_->Get(read_opts, cfh, key, &from_db); in TestGet() 327 std::string from_db; in TestPut() local [all …]
|
| D | batched_ops_stress.cc | 128 std::string from_db; in TestGet() local 133 s = db_->Get(readoptionscopy, cfh, key_slices[i], &from_db); in TestGet() 144 values[i] = from_db; in TestGet() 190 std::string from_db; in TestMultiGet() local
|
| D | cf_consistency_stress.cc | 129 std::string from_db; in TestGet() local 130 s = db_->Get(readoptions, cfh, key, &from_db); in TestGet()
|
| D | db_stress_test_base.cc | 493 std::string from_db; in OperateDb() local
|