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

  /external/google-breakpad/src/testing/test/
gmock_leak_test_.cc 43 class FooInterface {
45 virtual ~FooInterface() {}
49 class MockFoo : public FooInterface {
gmock-generated-function-mockers_test.cc 75 class FooInterface {
77 virtual ~FooInterface() {}
115 class MockFoo : public FooInterface {
163 FooInterface* const foo_;
  /external/googletest/googlemock/test/
gmock_leak_test_.cc 43 class FooInterface {
45 virtual ~FooInterface() {}
49 class MockFoo : public FooInterface {
gmock-generated-function-mockers_test.cc 74 class FooInterface {
76 virtual ~FooInterface() {}
123 class MockFoo : public FooInterface {
188 FooInterface* const foo_;
  /external/v8/testing/gmock/test/
gmock_leak_test_.cc 43 class FooInterface {
45 virtual ~FooInterface() {}
49 class MockFoo : public FooInterface {
gmock-generated-function-mockers_test.cc 75 class FooInterface {
77 virtual ~FooInterface() {}
123 class MockFoo : public FooInterface {
186 FooInterface* const foo_;
  /external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
ReturnsMocksTest.java 18 interface FooInterface {
29 Object interfaceMock = values.returnValueFor(FooInterface.class);

Completed in 1591 milliseconds