Searched refs:e_ (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/oss/include/alibabacloud/oss/utils/ |
A D | Outcome.h | 28 Outcome():success_(false), e_(), r_() in Outcome() 31 Outcome(const E& e) :success_(false), e_(e) in Outcome() 37 Outcome(E&& e) : success_(false), e_(std::forward<E>(e)) in Outcome() 45 e_(other.e_), in Outcome() 51 e_(std::move(other.e_)), in Outcome() 60 e_ = other.e_; 71 e_ = std::move(other.e_); 77 const E& error()const { return e_; } in error() 79 E& error() { return e_; } in error() 83 E e_; variable
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | Outcome.h | 25 Outcome() : success_(true), e_(), r_() {} in Outcome() 26 explicit Outcome(const E &e) : e_(e), success_(false), r_() {} in Outcome() 27 explicit Outcome(const R &r) : r_(r), success_(true), e_() {} in Outcome() 29 : success_(other.success_), e_(other.e_), r_(other.r_) {} in Outcome() 34 e_ = other.e_; 43 e_ = other.e_; 49 E error() const { return e_; } in error() 54 E e_; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …�em�px�~�͉�؏�ܙ�Ϡ�֪�۴�ߺ�߾����������������̼�ƻ�Ŵ�����������qqstpqogevhe�nj�`Y�e_�[T�g`�tn�{v�{w�ws�hf…
|
Completed in 11 milliseconds