Home
last modified time | relevance | path

Searched refs:set_i (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/test_util/
Dtransaction_test_util.cc88 DB* db, Transaction* txn, ReadOptions& read_options, uint16_t set_i, in DBGet() argument
96 assert(set_i + 1 <= 9999); in DBGet()
97 snprintf(prefix_buf, sizeof(prefix_buf), "%.4u", set_i + 1); in DBGet()
145 for (uint16_t set_i : set_vec) { in DoInsert() local
150 s = DBGet(db, txn, read_options_, set_i, rand_key, get_for_update, in DoInsert()
302 for (uint16_t set_i : set_vec) { in Verify() local
306 assert(set_i + 1 <= 9999); in Verify()
307 snprintf(prefix_buf, sizeof(prefix_buf), "%.4u", set_i + 1); in Verify()
321 Status s = DBGet(db, nullptr, roptions, set_i, k, FOR_UPDATE, in Verify()
362 use_point_lookup, prev_i, prev_total, set_i, total, in Verify()
[all …]
Dtransaction_test_util.h76 uint16_t set_i, uint64_t ikey, bool get_for_update,