Home
last modified time | relevance | path

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

/src/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc883 using ForRawSignature = decltype(&MockFunction<TypeParam>::Call); in TYPED_TEST() typedef
886 EXPECT_TRUE((std::is_same<ForRawSignature, ForStdFunction>::value)); in TYPED_TEST()
901 using ForRawSignature = decltype(&MockFunction<TypeParam>::Call); in TYPED_TEST() typedef
904 EXPECT_TRUE((std::is_same<ForRawSignature, ForStdFunction>::value)); in TYPED_TEST()