Lines Matching defs:negate_value
1005 bool negate_value;
1015 ParseNormalFloat(input, GetParam().negate_value, parsed_value);
1018 << " negate: " << GetParam().negate_value;
1022 << " negate: " << GetParam().negate_value;
1028 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value,
1031 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value};
1036 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value,
1039 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value};
1056 // Cases with negate_value being true.
1060 // When negate_value is true, we should not accept a
1071 // We can't have -1e40 and negate_value == true since
1082 ParseNormalFloat(input, GetParam().negate_value, parsed_value);
1085 << " negate: " << GetParam().negate_value;
1089 << " negate: " << GetParam().negate_value;
1107 // Cases with negate_value being true.
1111 // When negate_value is true, we should not accept a leading minus or