Searched refs:GMOCK_PP_GENERIC_IF (Results 1 - 1 of 1) sorted by relevance
/third_party/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-pp.h | 91 // GMOCK_PP_GENERIC_IF(1, (a, b, c), (d, e, f)) => a, b, c 92 // GMOCK_PP_GENERIC_IF(0, (a, b, c), (d, e, f)) => d, e, f 94 #define GMOCK_PP_GENERIC_IF(_Cond, _Then, _Else) \ macro
|
Completed in 1 milliseconds