HomeSort by relevance Sort by last modified time
    Searched refs:EasyGetInfoInt (Results 1 - 6 of 6) sorted by null

  /external/libbrillo/brillo/http/
mock_curl_api.h 31 MOCK_CONST_METHOD3(EasyGetInfoInt, CURLcode(CURL*, CURLINFO, int*));
curl_api.h 58 virtual CURLcode EasyGetInfoInt(CURL* curl,
148 CURLcode EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const override;
http_connection_curl_unittest.cc 288 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _))
308 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _))
curl_api.cc 86 CURLcode CurlApi::EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const {
http_connection_curl.cc 178 curl_interface_->EasyGetInfoInt(
http_transport_curl_unittest.cc 220 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _))

Completed in 34 milliseconds