Home
last modified time | relevance | path

Searched defs:kTestPairs (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/test/src/__support/CPP/
H A Dstring_test.cpp195 } kTestPairs[] = {{"a", "b"}, {"", "xyz"}}; in TEST() local
214 } kTestPairs[] = {{123, "123"}, {0, "0"}, {-321, "-321"}}; in TEST() local