Searched refs:expect_equal (Results 1 – 3 of 3) sorted by relevance
523 bool test_is_equal(const T& actual, const U& expected, bool expect_equal=true);526 bool test_is_equal(const T& actual, const U& expected, bool expect_equal) in test_is_equal() argument528 if ((actual==expected) == expect_equal) in test_is_equal()533 << "\n expected " << (expect_equal ? "= " : "!=") << expected << "\n\n"; in test_is_equal()
17 declare void @expect_equal(i1,i1)
786 bool expect_equal) { in CompareIceUfragAndPassword() argument788 EXPECT_FALSE(expect_equal); in CompareIceUfragAndPassword()801 EXPECT_FALSE(expect_equal); in CompareIceUfragAndPassword()806 EXPECT_FALSE(expect_equal); in CompareIceUfragAndPassword()810 EXPECT_TRUE(expect_equal); in CompareIceUfragAndPassword()