Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/base/
H A Dparse_number_unittest.cc204 void TestParseInt(ParseFunc func) { in TestParseInt() function
234 TestParseInt<int32_t>(ParseInt32); in TEST()
238 TestParseInt<int64_t>(ParseInt64); in TEST()
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Datoi_test.go449 func TestParseInt(t *testing.T) { func