Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc3626 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
3627 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
3628 EXPECT_TRUE(m.Matches(my_set)); in TYPED_TEST()
3629 EXPECT_EQ("", Explain(m, my_set)); in TYPED_TEST()
3636 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
3638 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
3648 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
3650 const Matcher<const TypeParam&> m = ContainerEq(my_set); in TYPED_TEST()
3659 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
3661 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
[all …]
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4882 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
4883 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
4884 EXPECT_TRUE(m.Matches(my_set)); in TYPED_TEST()
4885 EXPECT_EQ("", Explain(m, my_set)); in TYPED_TEST()
4892 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
4894 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
4904 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
4906 const Matcher<const TypeParam&> m = ContainerEq(my_set); in TYPED_TEST()
4915 TypeParam my_set(vals, vals + 6); in TYPED_TEST() local
4917 const Matcher<TypeParam> m = ContainerEq(my_set); in TYPED_TEST()
[all …]