Home
last modified time | relevance | path

Searched refs:int_value (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/test_util/
Dtransaction_test_util.cc117 *int_value = std::stoull(value); in DBGet()
118 if (*int_value == 0 || *int_value == ULONG_MAX) { in DBGet()
125 *int_value = 0; in DBGet()
146 uint64_t int_value = 0; in DoInsert() local
151 &int_value, &full_key, &unexpected_error); in DoInsert()
166 std::string sum = ToString(int_value + incr); in DoInsert()
190 int_value, incr, int_value + incr); in DoInsert()
318 uint64_t int_value = 0; in Verify() local
325 total += int_value; in Verify()
337 if (int_value == 0 || int_value == ULONG_MAX) { in Verify()
[all …]
Dtransaction_test_util.h77 uint64_t* int_value, std::string* full_key,
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2856 uint64_t int_value; in GetProperty() local
2858 GetIntPropertyInternal(cfd, *property_info, false, &int_value); in GetProperty()
2860 *value = ToString(int_value); in GetProperty()