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

/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc746 typedef void MyStringFunction(std::wstring*); typedef
747 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
786 typedef void MyStringFunction(bool, std::wstring*); typedef
789 Action<MyStringFunction> a2 = SetArgPointee<1>(world);
/external/googletest/googlemock/test/
H A Dgmock-actions_test.cc831 typedef void MyStringFunction(std::wstring*); typedef
832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
871 typedef void MyStringFunction(bool, std::wstring*); typedef
874 Action<MyStringFunction> a2 = SetArgPointee<1>(world);
/external/v8/testing/gmock/test/
H A Dgmock-actions_test.cc831 typedef void MyStringFunction(std::wstring*); typedef
832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
871 typedef void MyStringFunction(bool, std::wstring*); typedef
874 Action<MyStringFunction> a2 = SetArgPointee<1>(world);

Completed in 173 milliseconds