Home
last modified time | relevance | path

Searched refs:maxKeysIsSet_ (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DListObjectVersionsRequest.h33 maxKeysIsSet_(false), in ListObjectVersionsRequest()
41 void setMaxKeys(int maxKeys) {maxKeys_ = maxKeys; maxKeysIsSet_ = true;} in setMaxKeys()
53 if (maxKeysIsSet_) params["max-keys"] = std::to_string(maxKeys_); in specialParameters()
65 bool maxKeysIsSet_; variable
A DListObjectsRequest.h33 maxKeysIsSet_(false), in ListObjectsRequest()
41 void setMaxKeys(int maxKeys) {maxKeys_ = maxKeys; maxKeysIsSet_ = true;} in setMaxKeys()
55 bool maxKeysIsSet_; variable
A DListBucketsRequest.h34 void setMaxKeys(int maxKeys) {maxKeys_ = maxKeys; maxKeysIsSet_ = true;} in setMaxKeys()
45 bool maxKeysIsSet_; variable
/AliOS-Things-master/components/oss/src/model/
A DListBucketsRequest.cc25 maxKeysIsSet_(false), in ListBucketsRequest()
33 maxKeys_(maxKeys), maxKeysIsSet_(true), in ListBucketsRequest()
43 if (maxKeysIsSet_) params["max-keys"] = std::to_string(maxKeys_); in specialParameters()
A DListObjectsRequest.cc28 if (maxKeysIsSet_) params["max-keys"] = std::to_string(maxKeys_); in specialParameters()

Completed in 5 milliseconds