Home
last modified time | relevance | path

Searched refs:GMOCK_PP_STRINGIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h160 GMOCK_PP_STRINGIZE(_Tuple) " should be enclosed in parentheses.")
170 "This method does not take " GMOCK_PP_STRINGIZE( \
249 ::testing::internal::ValidateSpec(GMOCK_PP_STRINGIZE(_elem)), \
250 "Token \'" GMOCK_PP_STRINGIZE( \
262 GMOCK_PP_STRINGIZE( \
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc56 EXPECT_THAT("" GMOCK_PP_STRINGIZE(Macro), SameExceptSpaces(Result))
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-pp.h8 #define GMOCK_PP_STRINGIZE(...) GMOCK_PP_INTERNAL_STRINGIZE(__VA_ARGS__) macro