Home
last modified time | relevance | path

Searched refs:ActionInterface (Results 1 – 25 of 28) sorted by relevance

12

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h252 class ActionInterface {
257 ActionInterface() {} in ActionInterface() function
258 virtual ~ActionInterface() {} in ~ActionInterface()
267 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface);
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} in Action()
327 internal::linked_ptr<ActionInterface<F> > impl_;
363 class MonomorphicImpl : public ActionInterface<F> {
388 Action<F> MakeAction(ActionInterface<F>* impl) { in MakeAction()
409 class ActionAdaptor : public ActionInterface<F1> {
421 const internal::linked_ptr<ActionInterface<F2> > impl_;
[all …]
Dgmock-generated-actions.h597 class Impl : public ActionInterface<F> {
1390 class gmock_Impl : public ::testing::ActionInterface<F> {\
1451 class gmock_Impl : public ::testing::ActionInterface<F> {\
1497 class gmock_Impl : public ::testing::ActionInterface<F> {\
1548 class gmock_Impl : public ::testing::ActionInterface<F> {\
1603 class gmock_Impl : public ::testing::ActionInterface<F> {\
1663 class gmock_Impl : public ::testing::ActionInterface<F> {\
1731 class gmock_Impl : public ::testing::ActionInterface<F> {\
1801 class gmock_Impl : public ::testing::ActionInterface<F> {\
1876 class gmock_Impl : public ::testing::ActionInterface<F> {\
[all …]
Dgmock-generated-actions.h.pump211 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/
Dgmock-actions.h327 class ActionInterface {
332 ActionInterface() {}
333 virtual ~ActionInterface() {}
342 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface);
366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
402 internal::linked_ptr<ActionInterface<F> > impl_;
438 class MonomorphicImpl : public ActionInterface<F> {
463 Action<F> MakeAction(ActionInterface<F>* impl) {
484 class ActionAdaptor : public ActionInterface<F1> {
496 const internal::linked_ptr<ActionInterface<F2> > impl_;
[all …]
Dgmock-generated-actions.h470 class Impl : public ActionInterface<F> {
1252 class gmock_Impl : public ::testing::ActionInterface<F> {\
1313 class gmock_Impl : public ::testing::ActionInterface<F> {\
1359 class gmock_Impl : public ::testing::ActionInterface<F> {\
1410 class gmock_Impl : public ::testing::ActionInterface<F> {\
1465 class gmock_Impl : public ::testing::ActionInterface<F> {\
1525 class gmock_Impl : public ::testing::ActionInterface<F> {\
1593 class gmock_Impl : public ::testing::ActionInterface<F> {\
1663 class gmock_Impl : public ::testing::ActionInterface<F> {\
1738 class gmock_Impl : public ::testing::ActionInterface<F> {\
[all …]
Dgmock-generated-actions.h.pump151 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/
Dgmock-actions.h327 class ActionInterface {
332 ActionInterface() {}
333 virtual ~ActionInterface() {}
342 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface);
366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
402 internal::linked_ptr<ActionInterface<F> > impl_;
438 class MonomorphicImpl : public ActionInterface<F> {
463 Action<F> MakeAction(ActionInterface<F>* impl) {
484 class ActionAdaptor : public ActionInterface<F1> {
496 const internal::linked_ptr<ActionInterface<F2> > impl_;
[all …]
Dgmock-generated-actions.h470 class Impl : public ActionInterface<F> {
1252 class gmock_Impl : public ::testing::ActionInterface<F> {\
1313 class gmock_Impl : public ::testing::ActionInterface<F> {\
1359 class gmock_Impl : public ::testing::ActionInterface<F> {\
1410 class gmock_Impl : public ::testing::ActionInterface<F> {\
1465 class gmock_Impl : public ::testing::ActionInterface<F> {\
1525 class gmock_Impl : public ::testing::ActionInterface<F> {\
1593 class gmock_Impl : public ::testing::ActionInterface<F> {\
1663 class gmock_Impl : public ::testing::ActionInterface<F> {\
1738 class gmock_Impl : public ::testing::ActionInterface<F> {\
[all …]
Dgmock-generated-actions.h.pump151 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/google-breakpad/src/testing/test/
Dgmock-actions_test.cc57 using testing::ActionInterface;
328 class MyActionImpl : public ActionInterface<MyFunction> {
392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT
Dgmock-generated-actions_test.cc55 using testing::ActionInterface;
369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT
Dgmock-more-actions_test.cc56 using testing::ActionInterface;
/external/googletest/googlemock/test/
Dgmock-actions_test.cc50 using testing::ActionInterface;
374 class MyActionImpl : public ActionInterface<MyGlobalFunction> {
438 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT
Dgmock-generated-actions_test.cc55 using testing::ActionInterface;
369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT
Dgmock-more-actions_test.cc56 using testing::ActionInterface;
/external/v8/testing/gmock/test/
Dgmock-actions_test.cc50 using testing::ActionInterface;
374 class MyActionImpl : public ActionInterface<MyGlobalFunction> {
438 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT
Dgmock-generated-actions_test.cc55 using testing::ActionInterface;
369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT
Dgmock-more-actions_test.cc56 using testing::ActionInterface;
/external/fmtlib/test/gmock/
Dgmock.h1161 class ActionInterface {
1166 ActionInterface() {}
1167 virtual ~ActionInterface() {}
1176 GTEST_DISALLOW_COPY_AND_ASSIGN_(ActionInterface);
1200 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
1236 internal::linked_ptr<ActionInterface<F> > impl_;
1272 class MonomorphicImpl : public ActionInterface<F> {
1297 Action<F> MakeAction(ActionInterface<F>* impl) {
1318 class ActionAdaptor : public ActionInterface<F1> {
1330 const internal::linked_ptr<ActionInterface<F2> > impl_;
[all …]
/external/googletest/googlemock/docs/
DDesignDoc.md214 means of implementing actions (e.g. via `ActionInterface` or
DCookBook.md1607 define your own action by implementing `::testing::ActionInterface`.
3537 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3541 template <typename F>class ActionInterface {
3543 virtual ~ActionInterface();
3555 using ::testing::ActionInterface;
3560 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {
DFrequentlyAskedQuestions.md592 `ActionInterface` is the way to go here. See the implementation of
/external/googletest/googlemock/docs/v1_6/
DCookBook.md1530 define your own action by implementing `::testing::ActionInterface`.
3204 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3208 template <typename F>class ActionInterface {
3210 virtual ~ActionInterface();
3222 using ::testing::ActionInterface;
3227 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {
/external/googletest/googlemock/docs/v1_5/
DCookBook.md1462 define your own action by implementing `::testing::ActionInterface`.
3053 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3057 template <typename F>class ActionInterface {
3059 virtual ~ActionInterface();
3071 using ::testing::ActionInterface;
3076 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {
/external/googletest/googlemock/docs/v1_7/
DCookBook.md1558 define your own action by implementing `::testing::ActionInterface`.
3294 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3298 template <typename F>class ActionInterface {
3300 virtual ~ActionInterface();
3312 using ::testing::ActionInterface;
3317 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {

12