Searched refs:result_strings (Results 1 – 2 of 2) sorted by relevance
337 static const char *result_strings[] = { variable652 (int)(sizeof(result_strings) / in test_epoll_ctl()664 ((result_strings[result])); in test_epoll_ctl()669 EPOLL_CTL_TEST_PASS((result_strings[result])); in test_epoll_ctl()
3029 std::vector<std::string> result_strings; in TEST_P() local3033 result_strings.push_back(test::ToString(program, expr)); in TEST_P()3035 EXPECT_THAT(result_strings, in TEST_P()