Searched refs:int_value (Results 1 – 3 of 3) sorted by relevance
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() local151 &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() local325 total += int_value; in Verify()337 if (int_value == 0 || int_value == ULONG_MAX) { in Verify()[all …]
77 uint64_t* int_value, std::string* full_key,
2856 uint64_t int_value; in GetProperty() local2858 GetIntPropertyInternal(cfd, *property_info, false, &int_value); in GetProperty()2860 *value = ToString(int_value); in GetProperty()