Lines Matching refs:continue_response
109 StringExtractorGDBRemote continue_response, response; in TEST_F() local
116 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
138 ASSERT_EQ("T47", continue_response.GetStringRef()); in TEST_F()
142 StringExtractorGDBRemote continue_response, async_response, response; in TEST_F() local
146 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
179 ASSERT_EQ("T01", continue_response.GetStringRef()); in TEST_F()
183 StringExtractorGDBRemote continue_response, response; in TEST_F() local
190 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
205 ASSERT_EQ("T13", continue_response.GetStringRef()); in TEST_F()
210 StringExtractorGDBRemote continue_response, response; in TEST_F() local
214 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
228 ASSERT_EQ("T01", continue_response.GetStringRef()); in TEST_F()
240 StringExtractorGDBRemote continue_response, async_response, response; in TEST_F() local
247 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
263 ASSERT_EQ("T13", continue_response.GetStringRef()); in TEST_F()
325 StringExtractorGDBRemote continue_response, response; in TEST_F() local
329 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()