Searched refs:MyStringFunction (Results 1 – 1 of 1) sorted by relevance
1117 typedef void MyStringFunction(std::wstring*); in TEST() typedef1118 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST()1156 typedef void MyStringFunction(bool, std::wstring*); in TEST() typedef1159 Action<MyStringFunction> a2 = SetArgPointee<1>(world); in TEST()