Lines Matching refs:SetArgPointee
66 using testing::SetArgPointee;
787 Action<MyFunction> a = SetArgPointee<1>(2); in TEST()
795 a = SetArgPointee<2>('a'); in TEST()
808 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST()
815 a = SetArgPointee<1>("world"); in TEST()
824 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST()
832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST()
845 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST()
854 a = SetArgPointee<2>(world); in TEST()
864 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST()
874 Action<MyStringFunction> a2 = SetArgPointee<1>(world); in TEST()
891 Action<void(bool, TestMessage*)> a = SetArgPointee<1>(*msg); in TEST()
913 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg); in TEST()
938 Action<void(bool, FooMessage*)> a = SetArgPointee<1>(*msg); in TEST()
963 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg); in TEST()