/external/google-breakpad/src/testing/include/gmock/ |
gmock-actions.h | 52 // 1. a class FooAction that implements the ActionInterface interface, and 252 class ActionInterface { 257 ActionInterface() {} 258 virtual ~ActionInterface() {} 267 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface); 273 // linked_ptr to const ActionInterface<T>, so copying is fairly cheap. 276 // You can view an object implementing ActionInterface<F> as a 291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} 307 // the corresponding method in ActionInterface is not. The reason 327 internal::linked_ptr<ActionInterface<F> > impl_ [all...] |
gmock-generated-actions.h | 597 class Impl : public ActionInterface<F> { [all...] |
gmock-generated-actions.h.pump | 211 class Impl : public ActionInterface<F> { 401 // a new action, you should also consider implementing ActionInterface 619 class gmock_Impl : public ::testing::ActionInterface<F> {\ 706 class gmock_Impl : public ::testing::ActionInterface<F> {\
|
/external/googletest/googlemock/include/gmock/ |
gmock-actions.h | 56 // 1. a class FooAction that implements the ActionInterface interface, and 327 class ActionInterface { 332 ActionInterface() {} 333 virtual ~ActionInterface() {} 342 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface); 348 // linked_ptr to const ActionInterface<T>, so copying is fairly cheap. 351 // You can view an object implementing ActionInterface<F> as a 366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} 382 // the corresponding method in ActionInterface is not. The reason 402 internal::linked_ptr<ActionInterface<F> > impl_ [all...] |
gmock-generated-actions.h | 470 class Impl : public ActionInterface<F> { [all...] |
gmock-generated-actions.h.pump | 151 class Impl : public ActionInterface<F> { 340 // a new action, you should also consider implementing ActionInterface 558 class gmock_Impl : public ::testing::ActionInterface<F> {\ 645 class gmock_Impl : public ::testing::ActionInterface<F> {\
|
/external/v8/testing/gmock/include/gmock/ |
gmock-actions.h | 56 // 1. a class FooAction that implements the ActionInterface interface, and 327 class ActionInterface { 332 ActionInterface() {} 333 virtual ~ActionInterface() {} 342 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface); 348 // linked_ptr to const ActionInterface<T>, so copying is fairly cheap. 351 // You can view an object implementing ActionInterface<F> as a 366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} 382 // the corresponding method in ActionInterface is not. The reason 402 internal::linked_ptr<ActionInterface<F> > impl_ [all...] |
gmock-generated-actions.h | 470 class Impl : public ActionInterface<F> { [all...] |
gmock-generated-actions.h.pump | 151 class Impl : public ActionInterface<F> { 340 // a new action, you should also consider implementing ActionInterface 558 class gmock_Impl : public ::testing::ActionInterface<F> {\ 645 class gmock_Impl : public ::testing::ActionInterface<F> {\
|
/frameworks/native/cmds/dumpsys/tests/ |
dumpsys_test.cpp | 33 using ::testing::ActionInterface; 70 class WriteOnFdAction : public ActionInterface<WriteOnFdFunction> {
|
/external/google-breakpad/src/testing/test/ |
gmock-actions_test.cc | 57 using testing::ActionInterface; 323 // Tests that ActionInterface can be implemented by defining the 328 class MyActionImpl : public ActionInterface<MyFunction> { 352 // ActionInterface<F>. 357 // Tests that Action<F> delegates actual work to ActionInterface<F>. 392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT [all...] |
gmock-generated-actions_test.cc | 55 using testing::ActionInterface; 369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT [all...] |
gmock-more-actions_test.cc | 56 using testing::ActionInterface;
|
/external/googletest/googlemock/test/ |
gmock-actions_test.cc | 50 using testing::ActionInterface; 369 // Tests that ActionInterface can be implemented by defining the 374 class MyActionImpl : public ActionInterface<MyGlobalFunction> { 398 // ActionInterface<F>. 403 // Tests that Action<F> delegates actual work to ActionInterface<F>. 438 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT [all...] |
gmock-generated-actions_test.cc | 55 using testing::ActionInterface; 369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT [all...] |
gmock-more-actions_test.cc | 56 using testing::ActionInterface;
|
/external/v8/testing/gmock/test/ |
gmock-actions_test.cc | 50 using testing::ActionInterface; 369 // Tests that ActionInterface can be implemented by defining the 374 class MyActionImpl : public ActionInterface<MyGlobalFunction> { 398 // ActionInterface<F>. 403 // Tests that Action<F> delegates actual work to ActionInterface<F>. 438 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT [all...] |
gmock-generated-actions_test.cc | 55 using testing::ActionInterface; 369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT [all...] |
gmock-more-actions_test.cc | 56 using testing::ActionInterface;
|
/system/core/adb/ |
bugreport_test.cpp | 30 using ::testing::ActionInterface; 68 class OnStandardStreamsCallbackAction : public ActionInterface<OnStandardStreamsCallbackFunction> { 101 class CallbackDoneAction : public ActionInterface<CallbackDoneFunction> {
|
/external/googletest/googlemock/docs/ |
DesignDoc.md | 214 means of implementing actions (e.g. via `ActionInterface` or
|
/external/fmtlib/test/gmock/ |
gmock.h | [all...] |
/external/googletest/googlemock/docs/v1_5/ |
CookBook.md | [all...] |
/external/googletest/googlemock/docs/v1_6/ |
CookBook.md | [all...] |
/external/googletest/googlemock/docs/v1_7/ |
CookBook.md | [all...] |