Lines Matching full:parse_success
1209 const bool parse_success = *end == '\0' && errno == 0;1216 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {