Lines Matching refs:string
33 #include <string>
62 bool LibcurlWrapper::SetProxy(const string& proxy_host,
63 const string& proxy_userpwd) {
84 bool LibcurlWrapper::AddFile(const string& upload_file_path,
85 const string& basename) {
105 string *response = reinterpret_cast<string *>(userp);
111 bool LibcurlWrapper::SendRequest(const string& url,
112 const std::map<string, string>& parameters,
114 string* http_header_data,
115 string* http_response_data) {
117 std::map<string, string>::const_iterator iter = parameters.begin();