Home
last modified time | relevance | path

Searched refs:my_set (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc226 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
227 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
228 EXPECT_TRUE(m.Matches(my_set)); in TYPED_TEST()
229 EXPECT_EQ("", Explain(m, my_set)); in TYPED_TEST()
236 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
238 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
248 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
250 const Matcher<const TypeParam&> m = ContainerEq(my_set); in TYPED_TEST()
259 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
261 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
[all …]