Lines Matching refs:response
102 void DoTest(const ConformanceRequest& request, ConformanceResponse* response) {
116 response->set_parse_error("Parse error (no more details available).");
132 response->set_parse_error(string("Parse error: ") +
138 response->set_runtime_error(
147 response->set_parse_error("Parse error");
175 response->mutable_protobuf_payload()));
183 response->mutable_json_payload());
185 response->set_serialize_error(
197 response->mutable_text_payload()));
211 ConformanceResponse response;
230 DoTest(request, &response);
232 response.SerializeToString(&serialized_output);
239 fprintf(stderr, "conformance-cpp: request=%s, response=%s\n",
241 response.ShortDebugString().c_str());