Searched defs:defaultErr (Results 1 – 2 of 2) sorted by relevance
402 int32_t StrToInt(const std::string &value, int32_t defaultErr) in StrToInt()413 uint32_t StrToUint(const std::string &value, uint32_t defaultErr) in StrToUint()424 bool StrToBool(const std::string &value, bool defaultErr) in StrToBool()435 int64_t StrToLong(const std::string &value, int64_t defaultErr) in StrToLong()446 uint64_t StrToUint64(const std::string &value, uint64_t defaultErr) in StrToUint64()
573 uint64_t defaultErr = 0; variable