Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gpr/
Dstring_test.cc64 static void test_pu32_fail(const char* s) { in test_pu32_fail() function
78 test_pu32_fail("-1"); in test_parse_uint32()
79 test_pu32_fail("a"); in test_parse_uint32()
80 test_pu32_fail(""); in test_parse_uint32()
103 test_pu32_fail("4294967296"); in test_parse_uint32()
104 test_pu32_fail("4294967297"); in test_parse_uint32()
105 test_pu32_fail("4294967298"); in test_parse_uint32()
106 test_pu32_fail("4294967299"); in test_parse_uint32()