Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dprepacked_cache.h68 struct Key { struct
77 friend bool operator==(const Key& a, const Key& b) { argument
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DInitiateMultipartUploadResult.h36 const std::string& Key() const { return key_; } in Key() function
A DGetObjectResult.h37 const std::string& Key() const { return key_; } in Key() function
A DListObjectVersionsResult.h34 const std::string& Key() const { return key_; } in Key() function
61 const std::string& Key() const { return key_; } in Key() function
A DDeleteObjectVersionsRequest.h34 const std::string& Key() const { return key_; } in Key() function
A DCreateSelectObjectMetaResult.h38 const std::string& Key() const { return key_; } in Key() function
A DDeleteObjectVersionsResult.h31 const std::string& Key() const { return key_; } in Key() function
A DTagging.h33 const std::string& Key() const { return key_; } in Key() function
A DListObjectsResult.h34 const std::string& Key() const { return key_; } in Key() function
/AliOS-Things-master/components/oss/src/model/
A DCompleteMultipartUploadResult.cc135 const std::string& CompleteMultipartUploadResult::Key() const in Key() function in CompleteMultipartUploadResult
A DListPartsResult.cc134 const std::string& ListPartsResult::Key() const in Key() function in ListPartsResult
/AliOS-Things-master/components/oss/src/
A DOssRequest.cc152 const std::string& OssObjectRequest::Key() const in Key() function in OssObjectRequest
254 const std::string& OssResumableBaseRequest::Key() const in Key() function in OssResumableBaseRequest
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h1011 size_t Key(const char *str, size_t len) { in Key() function
1029 size_t Key(const char *str) { return Key(str, strlen(str)); } in Key() function
1030 size_t Key(const std::string &str) { return Key(str.c_str(), str.size()); } in Key() function

Completed in 15 milliseconds