Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 10 of 10) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Doffset.h51 return operator==(Offset()); in IsZero()
56 return operator==(ErrorOffset()); in IsErrorOffset()
74 Offset operator+(const Offset& offset) const
79 Offset operator+(const Size& size) const
84 Offset operator-(const Offset& offset) const
89 Offset operator-(const Size& size) const
94 Offset operator*(double value) const
99 Offset operator/(double value) const
107 Offset& operator+=(const Offset& offset)
114 Offset& operator-=(const Offset& offset)
[all …]
Dmatrix3.h35 inline Matrix3& operator*(double num)
43 Matrix3N operator*(const Matrix3N& matrix) const;
46 inline std::vector<double>& operator[](int32_t index)
52 inline const std::vector<double>& operator[](int32_t index) const
58 inline double operator()(int32_t row, int32_t col) const in operator() function
98 inline Matrix3N& operator*(double num)
107 Matrix3 operator*(const MatrixN3& matrix) const;
110 inline std::vector<double>& operator[](int32_t index)
116 inline const std::vector<double>& operator[](int32_t index) const
122 inline double operator()(int32_t row, int32_t col) const in operator() function
[all …]
Dvelocity.h37 Velocity operator+(const Velocity& velocity) const
42 Velocity operator-(const Velocity& velocity) const
47 Velocity operator*(double value) const
52 Velocity& operator+=(const Velocity& velocity)
58 bool operator==(const Velocity& velocity) const
63 bool operator!=(const Velocity& velocity) const
65 return !operator==(velocity);
Dsize.h45 return operator==(ErrorSize()); in IsErrorSize()
123 Size operator+(const Size& size) const
128 Size operator-(const Size& size) const
133 Size operator*(double value) const
138 Size operator/(double value) const
146 bool operator==(const Size& size) const
151 bool operator!=(const Size& size) const
153 return !operator==(size);
156 Size operator+=(const Size& size)
163 Size operator-=(const Size& size)
[all …]
Dkeyevent_tracker.h54 bool operator ==(const KeyEventInfo &info) const
/test/xts/device_attest/interfaces/innerkits/native_cpp/include/
Ddevattest_client.h39 DevAttestClient& operator=(const DevAttestClient&); variable
/test/xts/device_attest/services/devattest_ability/include/
Ddevattest_notification_publish.h32 DevAttestNotificationPublish& operator=(const DevAttestNotificationPublish&); variable
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
DBUILD.gn50 "$camera_path/../../interfaces/hdi_ipc/callback/operator/include",
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
Dcamera_manager_ndk.h195 NDKCamera& operator = (const NDKCamera&) = delete; variable
/test/testfwk/arkxtest/uitest/core/
Dui_action.h106 PointerMatrix& operator=(PointerMatrix&& other); variable