Home
last modified time | relevance | path

Searched refs:conVal (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp146 long int conVal = std::strtol(str.c_str(), &endStr, 10); // decimal in StringToInt() local
147 if (conVal == LONG_MAX || conVal == LONG_MIN || endStr == nullptr || endStr == str.c_str() || *endStr != '\0') { in StringToInt()
151 val = static_cast<int32_t>(conVal); in StringToInt()

Completed in 2 milliseconds