Lines Matching refs:continue_response
108 StringExtractorGDBRemote continue_response, response; in TEST_F() local
115 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
137 ASSERT_EQ("T47", continue_response.GetStringRef()); in TEST_F()
141 StringExtractorGDBRemote continue_response, async_response, response; in TEST_F() local
145 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
178 ASSERT_EQ("T01", continue_response.GetStringRef()); in TEST_F()
182 StringExtractorGDBRemote continue_response, response; in TEST_F() local
189 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
204 ASSERT_EQ("T13", continue_response.GetStringRef()); in TEST_F()
209 StringExtractorGDBRemote continue_response, response; in TEST_F() local
213 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
227 ASSERT_EQ("T01", continue_response.GetStringRef()); in TEST_F()
239 StringExtractorGDBRemote continue_response, async_response, response; in TEST_F() local
246 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
262 ASSERT_EQ("T13", continue_response.GetStringRef()); in TEST_F()
324 StringExtractorGDBRemote continue_response, response; in TEST_F() local
328 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()