Searched refs:PARAM_NUM_TEN (Results 1 – 2 of 2) sorted by relevance
44 static constexpr int32_t PARAM_NUM_TEN = 10; variable68 value = static_cast<int64_t>(strtoll(result.c_str(), nullptr, PARAM_NUM_TEN)); in GetValue()70 value = static_cast<int32_t>(strtoll(result.c_str(), nullptr, PARAM_NUM_TEN)); in GetValue()
39 constexpr int32_t PARAM_NUM_TEN = 10; variable78 value = static_cast<int64_t>(strtoll(valueStr.c_str(), nullptr, PARAM_NUM_TEN)); in GetLongValue()