Lines Matching refs:DoAll
21 using ::testing::DoAll;
130 .WillOnce(DoAll( in TEST_F()
139 .WillOnce(DoAll( in TEST_F()
149 .WillOnce(DoAll( in TEST_F()
159 .WillOnce(DoAll( in TEST_F()
170 .WillOnce(DoAll( in TEST_F()
218 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F()
226 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F()
235 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread), in TEST_F()
244 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F()
254 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread), in TEST_F()