Searched refs:GetBucketLocationOutcome (Results 1 – 5 of 5) sorted by relevance
193 using GetBucketLocationOutcome = Outcome<OssError, GetBucketLocationResult>; variable
136 GetBucketLocationOutcome GetBucketLocation(const std::string& bucket) const;137 GetBucketLocationOutcome GetBucketLocation(const GetBucketLocationRequest& request) const;
77 GetBucketLocationOutcome GetBucketLocation(const GetBucketLocationRequest &request) const;
693 GetBucketLocationOutcome OssClientImpl::GetBucketLocation(const GetBucketLocationRequest &request) … in GetBucketLocation()699 return result.ParseDone() ? GetBucketLocationOutcome(std::move(result)) : in GetBucketLocation()700 GetBucketLocationOutcome(OssError("ParseXMLError", "Parsing ListObject result fail.")); in GetBucketLocation()703 return GetBucketLocationOutcome(outcome.error()); in GetBucketLocation()
329 GetBucketLocationOutcome OssClient::GetBucketLocation(const std::string &bucket) const in GetBucketLocation()334 GetBucketLocationOutcome OssClient::GetBucketLocation(const GetBucketLocationRequest &request) const in GetBucketLocation()
Completed in 11 milliseconds