Searched refs:expected_result (Results 1 – 2 of 2) sorted by relevance
215 int expected_result = expected_matches.empty() ? GLOB_NOMATCH : 0; in CheckGlob() local216 ASSERT_EQ(expected_result, glob(pattern, GLOB_ALTDIRFUNC, nullptr, &g)) << pattern; in CheckGlob()
253 void* expected_result = reinterpret_cast<void*>(123); in TEST() local256 ASSERT_EQ(0, pthread_create(&t, nullptr, IdFn, expected_result)); in TEST()260 ASSERT_EQ(expected_result, result); in TEST()