Home
last modified time | relevance | path

Searched defs:GetResponseCode (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_dns_cache_test.cc53 uint64 GetResponseCode() const override { return 0; } in GetResponseCode() function in tensorflow::TestHttpRequest
Dhttp_request_fake.h161 virtual uint64 GetResponseCode() const override { return response_code_; } in GetResponseCode() function
Dcurl_http_request.cc561 uint64 CurlHttpRequest::GetResponseCode() const { return response_code_; } in GetResponseCode() function in tensorflow::CurlHttpRequest