Home | History | Annotate | Download | only in src

Lines Matching refs:parse_success

1033   const bool parse_success = *end == '\0' && errno == 0;
1040 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {