Searched defs:GetResponseHeader (Results 1 – 6 of 6) sorted by relevance
307 const Header & GetResponseHeader(void) const { return mResponseHeader; } in GetResponseHeader() function in ot::Dns::ServiceDiscovery::Server::QueryTransaction308 Header & GetResponseHeader(void) { return mResponseHeader; } in GetResponseHeader() function in ot::Dns::ServiceDiscovery::Server::QueryTransaction
103 std::string Connection::GetResponseHeader( in GetResponseHeader() function in brillo::http::fake::Connection
193 std::string Connection::GetResponseHeader( in GetResponseHeader() function in brillo::http::curl::Connection
53 string GetResponseHeader(const string& name) const override { return ""; } in GetResponseHeader() function in tensorflow::TestHttpRequest
157 string GetResponseHeader(const string& name) const override { in GetResponseHeader() function
574 string CurlHttpRequest::GetResponseHeader(const string& name) const { in GetResponseHeader() function in tensorflow::CurlHttpRequest