Searched refs:response_xml (Results 1 – 5 of 5) sorted by relevance
62 MetricsResponse::MetricsResponse(const std::string& response_xml) in MetricsResponse() argument67 if (response_xml.empty()) in MetricsResponse()75 response_xml.data(), in MetricsResponse()76 static_cast<int>(response_xml.size())); in MetricsResponse()
44 const char* response_xml; member81 MetricsResponse response(rcase.response_xml); in TEST()
19 explicit MetricsResponse(const std::string& response_xml);
61 static void ParseQueryResponse(const std::string& response_xml,
204 void FormStructure::ParseQueryResponse(const std::string& response_xml, in ParseQueryResponse() argument216 parser.Parse(response_xml.c_str(), response_xml.length(), true); in ParseQueryResponse()