Home
last modified time | relevance | path

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

/aosp_15_r20/external/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()
/aosp_15_r20/external/cronet/third_party/googletest/src/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()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/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()