/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/slider/second/ |
D | second.js | 26 onClickBtnmargin(operator){ 27 if(operator == "+"){ 29 }else if(operator == "-"){ 35 onClickBtnmarginLeft(operator){ 36 if(operator == "+"){ 38 }else if(operator == "-"){ 43 onClickBtnmarginRight(operator){ 44 if(operator == "+"){ 46 }else if(operator == "-"){ 51 onClickBtnmarginTop(operator){ [all …]
|
/foundation/ability/idl_tool/util/ |
D | autoptr.h | 36 AutoPtr& operator=(T* other); variable 38 AutoPtr& operator=(const AutoPtr<T>& other); variable 40 AutoPtr& operator=(AutoPtr<T>&& other); variable 44 inline operator T*() const; 46 inline T** operator&(); 48 inline T* operator->() const; 50 inline T& operator*() const; 54 inline bool operator==(T* other) const; 56 inline bool operator==(const AutoPtr<T>& other) const; 58 inline bool operator!=(T* other) const; [all …]
|
D | string.h | 42 operator const char*() const 59 char operator[](int index) const; 101 String& operator=(const char* string); variable 103 String& operator=(const String& other); variable 105 String& operator=(String&& other); variable 107 String operator+=(const char* string) const; 109 String operator+=(const String& other) const; 124 inline String operator+(const String& string1, const char* string2) 130 int operator()(const String& key) const in operator() function 137 bool operator()(const String& lhs, const String& rhs) const in operator() function
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
D | point.h | 42 inline PointF& operator+=(const PointF& p); 43 inline PointF& operator-=(const PointF& p); 44 inline PointF& operator*=(scalar scale); 45 inline PointF& operator/=(scalar divisor); 47 friend inline const PointF operator+(const PointF& p1, const PointF& p2); 48 friend inline const PointF operator-(const PointF& p1, const PointF& p2); 49 friend inline const PointF operator*(scalar scale, const PointF& p); 50 friend inline const PointF operator*(const PointF& p, scalar scale); 51 friend inline const PointF operator/(const PointF& p, scalar divisor); 52 friend inline const PointF operator+(const PointF& p); [all …]
|
D | point3.h | 40 inline Point3& operator+=(const Point3& p); 41 inline Point3& operator-=(const Point3& p); 42 inline Point3& operator*=(scalar scale); 43 inline Point3& operator/=(scalar divisor); 45 friend inline const Point3 operator+(const Point3& p1, const Point3& p2); 46 friend inline const Point3 operator-(const Point3& p1, const Point3& p2); 47 friend inline const Point3 operator*(scalar scale, const Point3& p); 48 friend inline const Point3 operator*(const Point3& p, scalar scale); 49 friend inline const Point3 operator/(const Point3& p, scalar divisor); 50 friend inline const Point3 operator+(const Point3& p); [all …]
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
D | typography_types.h | 89 TextAlign operator |(TextAlign lhs, TextAlign rhs); 90 TextAlign operator &(TextAlign lhs, TextAlign rhs); 91 TextAlign operator ^(TextAlign lhs, TextAlign rhs); 92 TextAlign operator ~(TextAlign lhs); 93 void operator &=(TextAlign &lhs, const TextAlign &rhs); 94 void operator |=(TextAlign &lhs, const TextAlign &rhs); 95 void operator ^=(TextAlign &lhs, const TextAlign &rhs); 116 TextDecoration operator &(TextDecoration const &lhs, TextDecoration const &rhs); 117 TextDecoration operator |(TextDecoration const &lhs, TextDecoration const &rhs); 118 TextDecoration operator ^(TextDecoration const &lhs, TextDecoration const &rhs); [all …]
|
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
D | preferences_value.h | 140 PREF_API_EXPORT PreferencesValue &operator=(PreferencesValue &&preferencesValue) noexcept; variable 145 PreferencesValue &operator=(const PreferencesValue &preferencesValue); variable 215 PREF_API_EXPORT operator int() const; 222 PREF_API_EXPORT operator float() const; 229 PREF_API_EXPORT operator double() const; 236 PREF_API_EXPORT operator bool() const; 243 PREF_API_EXPORT operator int64_t() const; 250 PREF_API_EXPORT operator std::string() const; 257 PREF_API_EXPORT operator std::vector<double>() const; 264 PREF_API_EXPORT operator std::vector<bool>() const; [all …]
|
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
D | refbase.h | 33 RefCounter &operator=(const RefCounter &counter); variable 109 RefBase &operator=(const RefBase &other); variable 113 RefBase &operator=(RefBase &&other) noexcept; variable 173 sptr<T> &operator=(sptr<T> &&other); variable 188 inline operator T *() const 193 inline T &operator*() const 198 inline T *operator->() const 203 inline bool operator!() const 208 sptr<T> &operator=(T *other); variable 210 sptr<T> &operator=(const sptr<T> &other); variable [all …]
|
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
D | refbase.h | 33 RefCounter &operator=(const RefCounter &counter); variable 109 RefBase &operator=(const RefBase &other); variable 113 RefBase &operator=(RefBase &&other) noexcept; variable 174 sptr<T> &operator=(sptr<T> &&other); variable 190 inline operator T *() const 195 inline T &operator*() const 200 inline T *operator->() const 205 inline bool operator!() const 210 sptr<T> &operator=(T *other); variable 212 sptr<T> &operator=(const sptr<T> &other); variable [all …]
|
/foundation/resourceschedule/ffrt/src/sched/ |
D | qos.h | 39 int operator()() const in operator() function 44 QoS& operator=(int qos) 50 QoS& operator=(const QoS& qos) 58 bool operator==(int qos) const 63 bool operator==(const QoS& qos) const 68 bool operator!=(int qos) const 73 bool operator!=(const QoS& qos) const 78 operator int() const
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/ |
D | ring_queue.h | 57 Iter &operator++() 63 Iter operator++(int) 70 T &operator*() 75 T *operator->() 80 bool operator==(const Iter &rhs) 85 bool operator!=(const Iter &rhs) 102 RevertIter &operator++() 108 RevertIter operator++(int) 115 T &operator*() 120 T *operator->() [all …]
|
/foundation/arkui/ace_engine/frameworks/base/memory/ |
D | referenced.h | 169 T* operator->() const 173 T& operator*() const 178 operator bool() const 186 RefPtr& operator=(const RefPtr& other) 193 RefPtr& operator=(RefPtr&& other) 202 RefPtr& operator=(O* rawPtr) 208 RefPtr& operator=(const RefPtr<O>& other) 214 RefPtr& operator=(RefPtr<O>&& other) 222 bool operator==(const O* rawPtr) const 230 bool operator!=(const O* rawPtr) const [all …]
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
D | refbase.h | 90 RefCounter &operator=(const RefCounter &counter); variable 404 RefBase &operator=(const RefBase &); variable 418 RefBase &operator=(RefBase &&other) noexcept; variable 648 sptr<T> &operator=(sptr<T> &&other); variable 701 inline operator T *() const 713 inline T &operator*() const 723 inline T *operator->() const 733 inline bool operator!() const 745 sptr<T> &operator=(T *other); variable 755 sptr<T> &operator=(const sptr<T> &other); variable [all …]
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
D | dimension.h | 154 constexpr Dimension operator*(double value) const 159 constexpr Dimension operator/(double value) const 168 bool operator==(const Dimension& dimension) const 173 bool operator!=(const Dimension& dimension) const 175 return !operator==(dimension); 181 constexpr Dimension operator+(const Dimension& dimension) const 193 Dimension& operator+=(const Dimension& dimension) 203 constexpr Dimension operator-(const Dimension& dimension) const 215 constexpr Dimension operator-() const 223 Dimension& operator-=(const Dimension& dimension) [all …]
|
D | offset.h | 54 return operator==(Offset()); in IsZero() 59 return operator==(ErrorOffset()); in IsErrorOffset() 99 Offset operator+(const Offset& offset) const 104 Offset operator+(const Size& size) const 109 Offset operator-(const Offset& offset) const 114 Offset operator-(const Size& size) const 119 Offset operator*(double value) const 124 Offset operator/(double value) const 132 Offset& operator+=(const Offset& offset) 139 Offset& operator-=(const Offset& offset) [all …]
|
D | matrix4.h | 66 bool operator==(const Matrix4& matrix) const; 67 Matrix4 operator*(double num); 68 Matrix4 operator*(const Matrix4& matrix); 70 Matrix4N operator*(const Matrix4N& matrix) const; 73 Point operator*(const Point& point); 74 Matrix4& operator=(const Matrix4& matrix); variable 75 double operator[](int32_t index) const; 101 double operator()(int32_t row, int32_t col) const; 126 inline Matrix4N& operator*(double num) 135 Matrix4 operator*(const MatrixN4& matrix) const; [all …]
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
D | rs_vector2.h | 43 Vector2 operator-() const; 44 Vector2 operator-(const Vector2<T>& other) const; 45 Vector2 operator+(const Vector2<T>& other) const; 46 Vector2 operator/(T scale) const; 47 Vector2 operator*(T scale) const; 48 Vector2 operator*(const Vector2<T>& other); 49 Vector2& operator*=(const Vector2<T>& other); 50 Vector2& operator+=(const Vector2<T>& other); 51 Vector2& operator=(const Vector2& other); variable 52 T operator[](int index) const; [all …]
|
D | rs_color.h | 33 RSColor& operator=(const RSColor& rhs) noexcept = default; variable 35 bool operator==(const RSColor& rhs) const; 36 inline bool operator!=(const RSColor& rhs) const 38 return !operator==(rhs); 40 RSColor operator+(const RSColor& rhs) const; 41 RSColor operator-(const RSColor& rhs) const; 42 RSColor operator*(float scale) const; 43 RSColor operator/(float scale) const; 44 RSColor& operator*=(float scale);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
D | data_value.h | 33 Blob &operator=(Blob &&) noexcept; variable 34 Blob &operator=(const Blob &) = delete; variable 54 DataValue &operator=(const DataValue &dataValue); variable 57 DataValue &operator=(DataValue &&dataValue) noexcept; variable 58 DataValue &operator=(int64_t intVal); variable 59 DataValue &operator=(double doubleVal); variable 60 DataValue &operator=(const Blob &blob); variable 61 DataValue &operator=(const std::string &string); variable 65 bool operator==(const DataValue &dataValue) const; 66 bool operator!=(const DataValue &dataValue) const;
|
/foundation/arkui/ace_engine_lite/frameworks/examples/calculator/src/main/js/default/common/ |
D | calculator.js | 58 let operator = operatorStack.pop(); 59 while (operator !== "(") { 60 suffixExpression.push(operator); 61 operator = operatorStack.pop(); 127 export function isOperator(operator) { argument 129 operator === "+" || operator === "-" || operator === "*" || operator === "/" 137 function isGrouping(operator) { argument 138 return operator === "(" || operator === ")";
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
D | rs_animatable_arithmetic.h | 38 bool operator==(const T& value) const 43 bool operator!=(const T& value) const 59 T operator+(const T& value) const 63 T operator+=(const T& value) const 67 T operator-(const T& value) const 71 T operator-=(const T& value) const 75 T operator*(const float scale) const 79 T operator*=(const float scale) const
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/ |
D | dk_record_field.h | 72 DKRecordField &operator=(DKRecordField &&recordField) noexcept; variable 73 DKRecordField &operator=(const DKRecordField &recordField); variable 88 operator int() const 92 operator int64_t() const in int64_t() 96 operator double() const 100 operator bool() const 104 operator std::string() const in string() 108 operator std::vector<uint8_t>() const 112 operator DKRecordFieldList() const in DKRecordFieldList() 116 operator DKRecordFieldMap() const in DKRecordFieldMap() [all …]
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/ |
D | block_integer.h | 24 API_EXPORT BlockInteger &operator=(const BlockInteger &integer) = default; variable 28 API_EXPORT operator int() const 32 API_EXPORT bool operator<(int other) const 37 API_EXPORT BlockInteger &operator=(int value); variable 39 API_EXPORT BlockInteger &operator++(); 41 API_EXPORT BlockInteger operator++(int);
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
D | velocity.h | 39 Velocity operator+(const Velocity& velocity) const 44 Velocity operator-(const Velocity& velocity) const 49 Velocity operator*(double value) const 54 Velocity& operator+=(const Velocity& velocity) 60 bool operator==(const Velocity& velocity) const 65 bool operator!=(const Velocity& velocity) const 67 return !operator==(velocity);
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
D | blob.h | 46 API_EXPORT Blob &operator=(const Blob &blob); variable 56 API_EXPORT Blob &operator=(Blob &&blob); variable 66 API_EXPORT Blob &operator=(const std::string &str); variable 81 API_EXPORT Blob &operator=(const char *str); variable 101 API_EXPORT operator const std::vector<uint8_t> &() const; 106 API_EXPORT operator std::vector<uint8_t> &&() noexcept; 131 API_EXPORT uint8_t operator[](size_t n) const; 136 API_EXPORT bool operator==(const Blob &) const;
|