Searched refs:resp1 (Results 1 – 2 of 2) sorted by relevance
300 EchoResponse resp1; in TEST_F() local301 resp1.set_message("hello"); in TEST_F()306 .WillOnce(DoAll(SetArgPointee<0>(resp1), Return(true))) in TEST_F()
2300 let resp1 = s.send_response(stream1, true).unwrap(); in many_requests_many_chunks_response_one_chunk() localVariable2301 resps.push(resp1); in many_requests_many_chunks_response_one_chunk()