Searched refs:numeric_lex_int (Results 1 – 3 of 3) sorted by relevance
30 bool success = pp::numeric_lex_int(str, value); in atoi_clamp()38 bool success = pp::numeric_lex_int(str, value); in atou_clamp()
67 return numeric_lex_int(text, value); in iValue()73 return numeric_lex_int(text, value); in uValue()
46 bool numeric_lex_int(const std::string& str, IntType* value) in numeric_lex_int() function