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