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()
251 void* expected_result = reinterpret_cast<void*>(123); in TEST() local254 ASSERT_EQ(0, pthread_create(&t, nullptr, IdFn, expected_result)); in TEST()258 ASSERT_EQ(expected_result, result); in TEST()