HomeSort by relevance Sort by last modified time
    Searched refs:ContainerEq (Results 1 - 16 of 16) sorted by null

  /external/libese/libese-cpp/tests/include/esecpp/
MockEseInterface.h 25 using ::testing::ContainerEq;
54 EXPECT_CALL(*mockEse, transceive(ContainerEq(command), _)).WillOnce(EseReceive(response));
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 45 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_changes))
    [all...]
module_unittest.cc 50 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));
  /system/netd/server/
ControllersTest.cpp 31 using testing::ContainerEq;
66 EXPECT_THAT(expectedChains, ContainerEq(actual));
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
gmock_link_test.h 89 // 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/
omap_unittest.cc 38 // 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/
gmock_link_test.h 89 // ContainerEq
133 using testing::ContainerEq;
595 // Tests the linkage of the ContainerEq matcher.
600 ON_CALL(mock, VoidFromVector(ContainerEq(v))).WillByDefault(Return());
gmock-matchers_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock_link_test.h 89 // ContainerEq
133 using testing::ContainerEq;
595 // Tests the linkage of the ContainerEq matcher.
600 ON_CALL(mock, VoidFromVector(ContainerEq(v))).WillByDefault(Return());
gmock-matchers_test.cc     [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler_unittest.cc 46 using ::testing::ContainerEq;
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 1304 milliseconds