Home
last modified time | relevance | path

Searched refs:from_db (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Dno_batched_ops_stress.cc48 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 …]
Dbatched_ops_stress.cc128 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
Dcf_consistency_stress.cc129 std::string from_db; in TestGet() local
130 s = db_->Get(readoptions, cfh, key, &from_db); in TestGet()
Ddb_stress_test_base.cc493 std::string from_db; in OperateDb() local