/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | vector.h | 45 constexpr float& operator[](size_t index) in BASE_BEGIN_NAMESPACE() 79 inline constexpr Vec2 operator-() const in BASE_BEGIN_NAMESPACE() 129 inline constexpr Vec2& operator*=(float d) in BASE_BEGIN_NAMESPACE() 142 inline constexpr Vec2& operator/=(float d) in BASE_BEGIN_NAMESPACE() 161 inline constexpr Vec2& operator-=(float d) in BASE_BEGIN_NAMESPACE() 203 constexpr float& operator[](size_t index); in BASE_BEGIN_NAMESPACE() 225 inline constexpr Vec3 operator-() const; in BASE_BEGIN_NAMESPACE() 253 inline constexpr Vec3& operator*=(float d); in BASE_BEGIN_NAMESPACE() 258 inline constexpr Vec3& operator/=(float d); in BASE_BEGIN_NAMESPACE() 278 constexpr float& operator[](size_t index); in BASE_BEGIN_NAMESPACE() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | iterator.h | 184 constexpr reference operator*() noexcept 188 constexpr pointer operator->() noexcept 297 constexpr reference operator*() const 300 return (--it).operator*(); 302 constexpr pointer operator->() const 305 return (--it).operator->(); 397 constexpr reference operator*() const 402 constexpr pointer operator->() const 414 constexpr move_iterator& operator++() 419 constexpr move_iterator& operator--() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | bit_field.h | 42 return !operator==(other); in META_BEGIN_NAMESPACE() 71 constexpr BitField operator~() const noexcept in META_BEGIN_NAMESPACE() 75 explicit constexpr operator bool() const noexcept in META_BEGIN_NAMESPACE() 143 constexpr operator EnumType() const noexcept in EnumType() 153 return !operator==(value); 158 BitField::operator|=(other.value_); 168 return EnumBitField(*this).operator|=(other); 172 return EnumBitField(*this).operator|=(value); 177 BitField::operator&=(other.value_); 196 BitField::operator^=(other.value_); [all …]
|
H A D | time_span.h | 112 constexpr bool operator==(const TimeSpan& rhs) const noexcept in META_BEGIN_NAMESPACE() 117 constexpr bool operator!=(const TimeSpan& rhs) const noexcept in META_BEGIN_NAMESPACE() 122 constexpr bool operator<(const TimeSpan& rhs) const noexcept in META_BEGIN_NAMESPACE() 127 constexpr bool operator>(const TimeSpan& rhs) const noexcept in META_BEGIN_NAMESPACE() 132 constexpr bool operator>=(const TimeSpan& rhs) const noexcept in META_BEGIN_NAMESPACE() 137 constexpr bool operator<=(const TimeSpan& rhs) const noexcept in META_BEGIN_NAMESPACE() 142 constexpr TimeSpan operator-() const noexcept in META_BEGIN_NAMESPACE() 231 constexpr TimeSpan operator*(int n) const noexcept in META_BEGIN_NAMESPACE() 248 constexpr TimeSpan operator*(float n) const noexcept in META_BEGIN_NAMESPACE() 265 constexpr TimeSpan operator/(float n) const noexcept in META_BEGIN_NAMESPACE() [all …]
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | autoptr.h | 34 AutoPtr &operator=(T *other); variable 38 AutoPtr &operator=(AutoPtr<T> &&other); variable 42 inline operator T *() const; 44 inline T **operator&(); 46 inline T *operator->() const; 48 inline T &operator*() const; 60 inline bool operator>(T *other) const; 163 AutoPtr<T>::operator T *() const 169 T **AutoPtr<T>::operator&() 175 T *AutoPtr<T>::operator->() const [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | autoptr.h | 27 AutoPtr &operator=(T *other); variable 31 AutoPtr &operator=(AutoPtr<T> &&other); variable 35 inline operator T *() const; 37 inline T **operator&(); 39 inline T *operator->() const; 41 inline T &operator*() const; 53 inline bool operator>(T *other) const; 156 AutoPtr<T>::operator T *() const 162 T **AutoPtr<T>::operator&() 168 T *AutoPtr<T>::operator->() const [all …]
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | autoptr.h | 36 AutoPtr& operator=(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; 62 inline bool operator>(T* other) const; 166 AutoPtr<T>::operator T*() const 172 T** AutoPtr<T>::operator&() 178 T* AutoPtr<T>::operator->() const [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | point.h | 49 inline PointF& operator+=(const PointF& p); 50 inline PointF& operator-=(const PointF& p); 51 inline PointF& operator*=(scalar scale); 52 inline PointF& operator/=(scalar divisor); 126 inline PointF& PointF::operator*=(scalar scale) 171 inline const PointF operator+(const PointF& p) 176 inline const PointF operator-(const PointF& p) 208 inline PointI& operator*=(scalar scale); 209 inline PointI& operator/=(scalar divisor); 317 inline const PointI operator+(const PointI& p) [all …]
|
H A D | point3.h | 41 inline Point3& operator+=(const Point3& p); 42 inline Point3& operator-=(const Point3& p); 43 inline Point3& operator*=(scalar scale); 44 inline Point3& operator/=(scalar divisor); 51 friend inline const Point3 operator+(const Point3& p); 98 inline Point3& Point3::operator+=(const Point3& p) 106 inline Point3& Point3::operator-=(const Point3& p) 114 inline Point3& Point3::operator*=(scalar scale) 122 inline Point3& Point3::operator/=(scalar divisor) 163 inline const Point3 operator+(const Point3& p) [all …]
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | unique_fd.h | 61 bool operator==(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs); 67 bool operator>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs); 71 bool operator<(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs); 150 operator int() const { return Get(); } // NOLINT 187 UniqueFdAddDeletor& operator=(UniqueFdAddDeletor&& rhs) 203 bool operator==(const int& rhs) const 217 bool operator!=(const int& rhs) const 231 bool operator>=(const int& rhs) const 245 bool operator>(const int& rhs) const 259 bool operator<=(const int& rhs) const [all …]
|
H A D | refbase.h | 726 inline operator T *() const 748 inline T &operator*() const 759 inline T *operator->() const 773 sptr<T> &operator=(T *other); variable 826 return !operator==(other); 847 return !operator==(other); 868 return !operator==(other); 1135 wptr<T> &operator=(T *other); variable 1147 wptr<T> &operator=(O *other); variable 1207 inline T &operator*() const [all …]
|
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/dialog/ |
H A D | DialogHelper.ets | 46 * @param operator 回调 85 * @param operator 回调 94 * @param operator 回调 103 * @param operator 回调 112 * @param operator 回调 122 * @param operator 回调 131 * @param operator 回调 142 * @param operator 回调 152 * @param operator 回调 164 * @param operator 回调 [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/slider/second/ |
H A D | second.js | 26 onClickBtnmargin(operator){ 27 if(operator == "+"){ 29 }else if(operator == "-"){ 35 onClickBtnmarginLeft(operator){ 36 if(operator == "+"){ 38 }else if(operator == "-"){ 44 if(operator == "+"){ 46 }else if(operator == "-"){ 51 onClickBtnmarginTop(operator){ 52 if(operator == "+"){ [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
H A D | refbase.h | 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 220 return !operator==(other); 227 return !operator==(other); 234 return !operator==(other); 397 wptr<T> &operator=(T *other); variable 409 inline T *operator*() const [all …]
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_text_input_client_engine.h | 79 return Context::operator()(env, result); in operator() 100 return Context::operator()(env, result); in operator() 122 return Context::operator()(env, result); in operator() 144 return Context::operator()(env, result); in operator() 166 return Context::operator()(env, result); in operator() 188 return Context::operator()(env, result); in operator() 210 return Context::operator()(env, result); in operator() 224 return Context::operator()(env, result); in operator() 246 return Context::operator()(env, result); in operator() 268 return Context::operator()(env, result); in operator() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.h | 717 inline operator T *() const 729 inline T &operator*() const 739 inline T *operator->() const 749 inline bool operator!() const 761 sptr<T> &operator=(T *other); variable 814 return !operator==(other); 833 return !operator==(other); 1107 wptr<T> &operator=(T *other); variable 1119 wptr<T> &operator=(O *other); variable 1176 inline T &operator*() const [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 174 T* operator->() const 178 T& operator*() const 183 operator bool() const 212 RefPtr& operator=(O* rawPtr) 242 return !operator==(rawPtr); 253 return !operator==(other); 264 return !operator==(weak); 389 WeakPtr& operator=(O* rawPtr) 425 return !operator==(rawPtr); 436 return !operator==(other); [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences_value.h | 31 bool operator==(const Object &other) const 44 bool operator==(const BigInt &value) const 280 PREF_API_EXPORT operator int() const; 287 PREF_API_EXPORT operator float() const; 294 PREF_API_EXPORT operator double() const; 301 PREF_API_EXPORT operator bool() const; 308 PREF_API_EXPORT operator int64_t() const; 315 PREF_API_EXPORT operator std::string() const; 329 PREF_API_EXPORT operator std::vector<bool>() const; 345 PREF_API_EXPORT operator Object() const; [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector2.h | 43 Vector2 operator-() const; 46 Vector2 operator/(T scale) const; 47 Vector2 operator*(T scale) const; 52 Vector2& operator=(const Vector2& other); variable 53 T operator[](int index) const; 54 T& operator[](int index); 55 bool operator==(const Vector2& other) const; 56 bool operator!=(const Vector2& other) const; 122 Vector2<T> Vector2<T>::operator-() const 212 T Vector2<T>::operator[](int index) const [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A 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); 120 void operator &=(TextDecoration &lhs, TextDecoration const &rhs); 121 void operator |=(TextDecoration &lhs, TextDecoration const &rhs); 122 void operator ^=(TextDecoration &lhs, TextDecoration const &rhs); [all …]
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_vector2.h | 44 Vector2 operator-() const; 47 Vector2 operator/(T scale) const; 48 Vector2 operator*(T scale) const; 52 Vector2& operator=(const Vector2& other); variable 53 T operator[](int index) const; 54 T& operator[](int index); 55 bool operator==(const Vector2& other) const; 56 bool operator!=(const Vector2& other) const; 119 Vector2<T> Vector2<T>::operator-() const 201 T Vector2<T>::operator[](int index) const [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.h | 64 operator CommonType::AssetValue(); 65 operator NativeRdb::AssetValue(); 67 operator DistributedDB::Asset(); 78 operator NativeRdb::AssetValue(); 102 operator CommonType::Assets(); 105 operator DistributedDB::Assets(); 122 operator CommonType::Value(); 124 operator DistributedDB::Type(); 127 operator T() noexcept in T() 149 operator std::vector<T>() in vector() [all …]
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NnrtTypes.idl | 294 /** Abs operator. */ 298 /** ADD operator. */ 300 /** ALL operator. */ 326 /** Cos operator. */ 336 /** Div operator. */ 342 /** Exp operator. */ 374 /** Log operator. */ 382 /** LRN operator. */ 396 /** Mod operator. */ 398 /** Mul operator. */ [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | dimension.h | 181 constexpr Dimension operator*(double value) const 186 constexpr Dimension operator/(double value) const 195 bool operator==(const Dimension& dimension) const 200 bool operator!=(const Dimension& dimension) const 202 return !operator==(dimension); 220 Dimension& operator+=(const Dimension& dimension) 242 constexpr Dimension operator-() const 250 Dimension& operator-=(const Dimension& dimension) 257 bool operator>(const Dimension& dimension) const 263 bool operator<(const Dimension& dimension) const [all …]
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-uniquefd.md | 35 | | **operator int**() const<br>… 36 | bool | **operator!=**(const int& rh… 37 | bool | **operator<**(const int& rhs… 38 | bool | **operator<=**(const int& rh… 39 | UniqueFdAddDeletor& | **operator=**(UniqueFdAddDeletor&& rhs)<br>移动赋值运算符重载函数。用于文件描述符在UniqueFdAddD… 49 | bool | **operator**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) … 50 | bool | **operator**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) … 51 | bool | **operator!=**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局不等运算符重载函数,比… 52 | bool | **operator==**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局相等运算符重载函数,比… 53 | bool | **operator>**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局大于运算符重载函数,比较… [all …]
|