Home
last modified time | relevance | path

Searched refs:negative_overflow (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/external/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/external/openscreen/third_party/abseil/src/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/external/rust/crates/syn/tests/
Dtest_lit.rs218 fn negative_overflow() { in negative_overflow() function