Searched refs:id_ (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Owner.h | 30 id_(id), in Owner() 34 id_(rhs.id_), in Owner() 38 id_(std::move(lhs.id_)), in Owner() 43 id_ = rhs.id_; 49 id_ = std::move(lhs.id_); 53 const std::string& Id() const { return id_; } in Id() 56 std::string id_;
|
A D | DeleteBucketInventoryConfigurationRequest.h | 30 void setId(const std::string& id) { id_ = id; } in setId() 34 std::string id_;
|
A D | GetBucketInventoryConfigurationRequest.h | 30 void setId(const std::string& id) { id_ = id; } in setId() 34 std::string id_;
|
A D | LifecycleRule.h | 64 const std::string& ID() const { return id_; } in ID() 77 void setID(const std::string& id) { id_ = id; } in setID() 104 std::string id_;
|
A D | InventoryConfiguration.h | 121 const std::string& Id() const { return id_; } in Id() 129 void setId(const std::string& id) { id_ = id; } in setId() 138 std::string id_;
|
/AliOS-Things-master/components/oss/src/model/ |
A D | DeleteBucketInventoryConfigurationRequest.cc | 29 id_ = id; in DeleteBucketInventoryConfigurationRequest() 36 parameters["inventoryId"] = id_; in specialParameters()
|
A D | GetBucketInventoryConfigurationRequest.cc | 29 id_ = id; in GetBucketInventoryConfigurationRequest() 36 parameters["inventoryId"] = id_; in specialParameters()
|
A D | LifecycleRule.cc | 102 if (id_ != right.id_ || in operator ==()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffparse.c | 822 #define CFF_FIELD_CALLBACK( code_, name_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 833 #define CFF_FIELD( code_, name_, id_, kind_ ) \ in FT_Create_Class_cff_field_handlers() argument 844 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 869 #define CFF_FIELD_CALLBACK( code_, name_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 877 clazz[i].id = id_; \ in FT_Create_Class_cff_field_handlers() 881 #define CFF_FIELD( code_, name_, id_, kind_ ) \ in FT_Create_Class_cff_field_handlers() argument 889 clazz[i].id = id_; \ in FT_Create_Class_cff_field_handlers() 893 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 901 clazz[i].id = id_; \ in FT_Create_Class_cff_field_handlers()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | webpinfo.c | 100 ChunkID id_; member 649 chunk_data->id_ = (ChunkID)i; in ParseChunk() 651 if (chunk_data->id_ == CHUNK_ANMF) { in ParseChunk() 808 ++webp_info->anmf_subchunk_counts_[chunk_data->id_ == CHUNK_VP8 ? 0 : 1]; in ProcessImageChunk() 809 if (chunk_data->id_ == CHUNK_VP8L && webp_info->seen_alpha_subchunk_) { in ProcessImageChunk() 829 if (chunk_data->id_ == CHUNK_VP8L && in ProcessImageChunk() 855 ++webp_info->chunk_counts_[chunk_data->id_]; in ProcessImageChunk() 860 const int is_lossy = (chunk_data->id_ == CHUNK_VP8); in ProcessImageChunk() 932 ChunkID id = chunk_data->id_; in ProcessChunk() 933 if (chunk_data->id_ == CHUNK_UNKNOWN) { in ProcessChunk() [all …]
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | jsontest.cpp | 78 rootPredicateNode_.id_ = 0; in TestResult() 92 if (lastNode->id_ > lastUsedPredicateId_) // new PredicateContext in addFailure() 94 lastUsedPredicateId_ = lastNode->id_; in addFailure()
|
A D | jsontest.h | 46 Id id_; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | frame_dec.c | 76 const int cache_id = ctx->id_; in ReconstructRow() 205 const int cache_id = ctx->id_; in DoFilter() 377 const int cache_id = ctx->id_; in DitherRow() 407 const int cache_id = ctx->id_; in FinishRow() 520 ctx->id_ = dec->cache_id_; in VP8ProcessRow() 733 dec->thread_ctx_.id_ = 0; in AllocateMemory()
|
A D | vp8i_dec.h | 166 int id_; // cache row to process (in [0..2]) member
|
Completed in 19 milliseconds