/external/googletest/googlemock/test/ |
D | gmock-generated-actions_test.cc | 628 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; } in ACTION_P3() function 727 ACTION_P3(ConcatImpl, a, b, c) { in ACTION_P3() function 822 ACTION_P3(Plus3, x, y, z) { return x + y + z; } in ACTION_P3() function
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-actions_test.cc | 790 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; } in ACTION_P3() function 886 ACTION_P3(ConcatImpl, a, b, c) { in ACTION_P3() function 966 ACTION_P3(Plus3, x, y, z) { return x + y + z; } in ACTION_P3() function
|
/external/nos/host/generic/libnos_transport/test/ |
D | test.cpp | 208 ACTION_P3(ReadData, len, data, size) { in ACTION_P3() function
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-actions.h.pump | 101 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P$n to support
|
D | gmock-generated-actions.h | 750 #define ACTION_P3(name, p0, p1, p2)\ macro
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h.pump | 376 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P$n to support
|
D | gmock-generated-actions.h | 1596 #define ACTION_P3(name, p0, p1, p2)\ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-generated-actions.h | 1458 #define ACTION_P3(name, p0, p1, p2)\ macro
|
/external/googletest/googlemock/docs/ |
D | cook_book.md | 3913 gMock also provides `ACTION_P2`, `ACTION_P3`, and etc to support multi-parameter
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 3727 #define ACTION_P3(name, p0, p1, p2)\
|