Home | History | Annotate | Download | only in media

Lines Matching refs:Assign

18 using ::testing::Assign;
111 DoAll(Assign(&error_, start_error),
245 .WillOnce(DoAll(Assign(&error_, read_size),
290 .WillOnce(DoAll(Assign(&error_, net::ERR_CACHE_MISS),
304 .WillOnce(DoAll(Assign(&error_, start_error),
314 .WillOnce(DoAll(Assign(&error_, size),
342 .WillOnce(DoAll(Assign(&error_, error),
378 .WillOnce(DoAll(Assign(&error_, net::OK),
386 .WillOnce(DoAll(Assign(&error_, size),
527 .WillByDefault(Assign(&stop_done_called, true));
546 .WillByDefault(DoAll(Assign(&read_called, true),