Lines Matching refs:int_value
89 uint64_t ikey, bool get_for_update, uint64_t* int_value, in DBGet() argument
117 *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
322 &int_value, &dont_care, &unexpected_error); in Verify()
325 total += int_value; in Verify()
336 uint64_t int_value = std::stoull(value.ToString()); in Verify() local
337 if (int_value == 0 || int_value == ULONG_MAX) { in Verify()
349 static_cast<int>(key.size()), key.data(), int_value); in Verify()
350 total += int_value; in Verify()