Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1117 typedef void MyStringFunction(std::wstring*); in TEST() typedef
1118 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST()
1156 typedef void MyStringFunction(bool, std::wstring*); in TEST() typedef
1159 Action<MyStringFunction> a2 = SetArgPointee<1>(world); in TEST()