Lines Matching defs:response
529 const StringExtractorGDBRemote &response) {
530 switch (response.GetResponseType()) {
545 const StringExtractorGDBRemote &response) {
546 switch (response.GetResponseType()) {
559 // with a '['. This is a quick validator to just make sure the response
562 switch (response.GetStringRef()[0]) {
577 const StringExtractorGDBRemote &response) {
578 switch (response.GetResponseType()) {
590 for (const char ch : response.GetStringRef()) {
636 return true; // No validator, so response is valid