Searched refs:ContainerEq (Results 1 - 15 of 15) sorted by relevance

/external/libese/esed/tests/
H A Dlibese.h26 using ::testing::ContainerEq;
55 EXPECT_CALL(*mockEse, transceive(ContainerEq(command), _)).WillOnce(EseReceive(response));
/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module_unittest.cc45 using testing::ContainerEq;
162 EXPECT_THAT(entries[0]->initial_rules, ContainerEq(expected_initial));
176 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes));
188 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes));
204 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes));
214 EXPECT_THAT(entries[0]->initial_rules, ContainerEq(expected_initial));
249 EXPECT_THAT(entries[0]->initial_rules, ContainerEq(expected_initial));
261 EXPECT_THAT(entries[0]->initial_rules, ContainerEq(expected_initial));
273 EXPECT_THAT(entries[0]->initial_rules, ContainerEq(expected_initial));
276 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_change
[all...]
H A Dmodule_unittest.cc50 using testing::ContainerEq;
361 EXPECT_THAT(entries[1]->initial_rules, ContainerEq(entry2_initial));
368 EXPECT_THAT(entries[2]->initial_rules, ContainerEq(entry3_initial));
375 EXPECT_THAT(entries[2]->rule_changes, ContainerEq(entry3_changes));
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3608 // Tests ContainerEq with different container types, and
3627 const Matcher<TypeParam> m = ContainerEq(my_set);
3638 const Matcher<TypeParam> m = ContainerEq(my_set);
3650 const Matcher<const TypeParam&> m = ContainerEq(my_set);
3661 const Matcher<TypeParam> m = ContainerEq(my_set);
3674 const Matcher<const TypeParam&> m = ContainerEq(my_set);
3688 const Matcher<vector<int> > m = ContainerEq(my_set);
3701 const Matcher<const list<size_t>&> m = ContainerEq(my_set);
3713 const Matcher<const list<size_t> > m = ContainerEq(my_set);
3727 const Matcher<vector<int> > m = ContainerEq(my_se
[all...]
H A Dgmock_link_test.h89 // ContainerEq
133 using testing::ContainerEq;
595 // Tests the linkage of the ContainerEq matcher.
600 ON_CALL(mock, VoidFromVector(ContainerEq(v))).WillByDefault(Return());
/external/google-breakpad/src/common/windows/
H A Domap_unittest.cc38 // Equality operators for ContainerEq. These must be outside of the anonymous
194 testing::ContainerEq(image_map.mapping));
209 testing::ContainerEq(image_map.endpoint_index_map));
/external/googletest/googlemock/test/
H A Dgmock_link_test.h89 // ContainerEq
133 using testing::ContainerEq;
595 // Tests the linkage of the ContainerEq matcher.
600 ON_CALL(mock, VoidFromVector(ContainerEq(v))).WillByDefault(Return());
H A Dgmock-matchers_test.cc4160 // Tests ContainerEq with different container types, and
4179 const Matcher<TypeParam> m = ContainerEq(my_set);
4190 const Matcher<TypeParam> m = ContainerEq(my_set);
4202 const Matcher<const TypeParam&> m = ContainerEq(my_set);
4213 const Matcher<TypeParam> m = ContainerEq(my_set);
4226 const Matcher<const TypeParam&> m = ContainerEq(my_set);
4240 const Matcher<vector<int> > m = ContainerEq(my_set);
4253 const Matcher<const list<size_t>&> m = ContainerEq(my_set);
4265 const Matcher<const list<size_t> > m = ContainerEq(my_set);
4279 const Matcher<vector<int> > m = ContainerEq(my_se
[all...]
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h89 // ContainerEq
133 using testing::ContainerEq;
595 // Tests the linkage of the ContainerEq matcher.
600 ON_CALL(mock, VoidFromVector(ContainerEq(v))).WillByDefault(Return());
H A Dgmock-matchers_test.cc4158 // Tests ContainerEq with different container types, and
4177 const Matcher<TypeParam> m = ContainerEq(my_set);
4188 const Matcher<TypeParam> m = ContainerEq(my_set);
4200 const Matcher<const TypeParam&> m = ContainerEq(my_set);
4211 const Matcher<TypeParam> m = ContainerEq(my_set);
4224 const Matcher<const TypeParam&> m = ContainerEq(my_set);
4238 const Matcher<vector<int> > m = ContainerEq(my_set);
4251 const Matcher<const list<size_t>&> m = ContainerEq(my_set);
4263 const Matcher<const list<size_t> > m = ContainerEq(my_set);
4277 const Matcher<vector<int> > m = ContainerEq(my_se
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler_unittest.cc46 using ::testing::ContainerEq;
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2110 // Like ContainerEq, we make a copy of rhs in case the elements in
3045 ContainerEq(const Container& rhs) { function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2699 // Like ContainerEq, we make a copy of rhs in case the elements in
4150 ContainerEq(const Container& rhs) { function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2699 // Like ContainerEq, we make a copy of rhs in case the elements in
4150 ContainerEq(const Container& rhs) { function in namespace:testing
/external/fmtlib/test/gmock/
H A Dgmock.h7114 // Like ContainerEq, we make a copy of rhs in case the elements in
8465 ContainerEq(const Container& rhs) { function in namespace:testing

Completed in 853 milliseconds