Lines Matching refs:ParseIntError
85 ParseIntError kBogusError = static_cast<ParseIntError>(19); in ExpectParseIntSuccess()
86 ParseIntError error = kBogusError; in ExpectParseIntSuccess()
100 ParseIntError expected_error) { in ExpectParseIntFailure()
112 ParseIntError error; in ExpectParseIntFailure()
139 ParseIntError::FAILED_PARSE); in TestParseIntUsingFormat()
145 ExpectParseIntFailure<T>(func, input, format, ParseIntError::FAILED_PARSE); in TestParseIntUsingFormat()
157 ParseIntError::FAILED_OVERFLOW); in TestParseIntUsingFormat()
165 ParseIntError::FAILED_PARSE); in TestParseIntUsingFormat()
168 ParseIntError::FAILED_PARSE); in TestParseIntUsingFormat()
180 ParseIntError::FAILED_PARSE); in TestParseIntUsingFormat()
190 ParseIntError::FAILED_UNDERFLOW); in TestParseIntUsingFormat()
196 ParseIntError::FAILED_PARSE); in TestParseIntUsingFormat()