Searched refs:STR_TO_LL_BY_DEVALUE (Results 1 – 5 of 5) sorted by relevance
185 static constexpr int STR_TO_LL_BY_DEVALUE = 10; variable
426 …trtoll(std::string(value.begin(), value.end()).c_str(), nullptr, DBConstant::STR_TO_LL_BY_DEVALUE); in GetLocalTimeOffset()
1325 …int64_t result = std::strtoll(timeOffsetString.c_str(), nullptr, DBConstant::STR_TO_LL_BY_DEVALUE); in GetTimestampFromDB()
69 constexpr int STR_TO_LL_BY_DEVALUE = 10; variable534 int64_t result = std::strtoll(valueStr.c_str(), nullptr, STR_TO_LL_BY_DEVALUE); in GetLocalTimeOffsetFromMeta()
285 int64_t longData = std::strtoll(valueString.c_str(), nullptr, DBConstant::STR_TO_LL_BY_DEVALUE); in StringToLong()