Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 2049) sorted by relevance

12345678910>>...82

/external/ImageMagick/Magick++/lib/Magick++/
DColor.h99 Color& operator=(const Color &color_); variable
102 const Color& operator=(const char *color); variable
105 const Color& operator=(const PixelInfo &color_); variable
108 const Color& operator=(const std::string &color); variable
211 ColorCMYK& operator=(const Color& color_); variable
265 ColorGray& operator=(const Color& color_); variable
295 ColorHSL& operator=(const Color& color_); variable
337 ColorMono& operator=(const Color& color_); variable
370 ColorRGB& operator=(const Color& color_); variable
418 ColorYUV& operator=(const Color& color_); variable
DGeometry.h59 const Geometry& operator=(const char *geometry_); variable
62 Geometry& operator=(const Geometry& Geometry_); variable
65 const Geometry& operator=(const std::string &geometry_); variable
122 const Geometry& operator=(const MagickCore::RectangleInfo &rectangle_); variable
172 const Offset& operator=(const char *offset_); variable
175 Offset& operator=(const Offset& offset_); variable
178 const Offset& operator=(const std::string &offset_); variable
232 const Point& operator=(const char *point_); variable
235 const Point& operator=(double xy_); variable
238 Point& operator=(const Point& point_); variable
[all …]
/external/tensorflow/tensorflow/core/kernels/
Drelu_op_functor.h33 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
48 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
66 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
81 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
101 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
116 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
131 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
149 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
165 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
187 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
Dsegment_reduction_ops.h87 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
95 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
103 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
111 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
122 EIGEN_STRONG_INLINE T operator()() const { return T(0); } in operator() function
127 EIGEN_STRONG_INLINE T operator()() const { return T(1); } in operator() function
132 EIGEN_STRONG_INLINE T operator()() const { in operator() function
139 EIGEN_STRONG_INLINE T operator()() const { in operator() function
/external/pdfium/public/cpp/
Dfpdf_deleters.h18 inline void operator()(FPDF_AVAIL avail) { FPDFAvail_Destroy(avail); } in operator() function
22 inline void operator()(FPDF_BITMAP bitmap) { FPDFBitmap_Destroy(bitmap); } in operator() function
26 inline void operator()(FPDF_DOCUMENT doc) { FPDF_CloseDocument(doc); } in operator() function
30 inline void operator()(FPDF_FORMHANDLE form) { in operator() function
36 inline void operator()(FPDF_TEXTPAGE text) { FPDFText_ClosePage(text); } in operator() function
40 inline void operator()(FPDF_PAGE page) { FPDF_ClosePage(page); } in operator() function
44 inline void operator()(FPDF_STRUCTTREE tree) { FPDF_StructTree_Close(tree); } in operator() function
48 inline void operator()(FPDF_FONT font) { FPDFFont_Close(font); } in operator() function
/external/skqp/src/core/
DSkRecordPattern.h28 bool operator()(T* ptr) { in operator() function
34 bool operator()(U*) { in operator() function
52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) { in operator() function
58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) { in operator() function
64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
/external/skia/src/core/
DSkRecordPattern.h28 bool operator()(T* ptr) { in operator() function
34 bool operator()(U*) { in operator() function
52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) { in operator() function
58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) { in operator() function
64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h133 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, IndexTypes... oth… in operator() function
141 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
152 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
163 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
174 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
188 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function
195 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
202 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
218 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& operator()(Index firstIndex, IndexTypes... otherIndi… in operator() function
226 EIGEN_STRONG_INLINE Scalar& operator()(Index i0, Index i1) in operator() function
[all …]
DTensorMap.h122 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function
135 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
142 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
150 …EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... ot… in operator() function
163 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
174 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
185 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
196 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
209 EIGEN_STRONG_INLINE Scalar& operator()(const array<Index, NumIndices>& indices) in operator() function
222 EIGEN_STRONG_INLINE Scalar& operator()() in operator() function
[all …]
DTensor.h195 …inline const Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) c… in operator() function
203 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
208 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
213 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
218 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
229 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(CustomIndices& indices) const in operator() function
236 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& ind… in operator() function
241 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
247 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
262 inline Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) in operator() function
[all …]
/external/libcxx/test/support/
Ddeleter_types.h34 Deleter& operator=(const Deleter&); variable
63 void operator()(T* p) {delete p;} in operator() function
72 Deleter& operator=(const Deleter&); variable
91 void operator()(T* p) {delete [] p;} in operator() function
125 void operator()(T* p) {delete p;} in operator() function
151 void operator()(T* p) {delete [] p;} in operator() function
184 void operator()(T* p) {delete p;} in operator() function
205 void operator()(T* p) {delete [] p;} in operator() function
223 NCDeleter& operator=(NCDeleter const&); variable
233 void operator()(T* p) {delete p;} in operator() function
[all …]
/external/catch2/include/internal/
Dcatch_output_redirect.h52 RedirectedStreams& operator=(RedirectedStreams const&) = delete; variable
54 RedirectedStreams& operator=(RedirectedStreams&&) = delete; variable
74 TempFile& operator=(TempFile const&) = delete; variable
76 TempFile& operator=(TempFile&&) = delete; variable
95 OutputRedirect& operator=(OutputRedirect const&) = delete; variable
97 OutputRedirect& operator=(OutputRedirect&&) = delete; variable
/external/eigen/unsupported/test/mpreal/
Dmpreal.h177 mpreal& operator=(mpreal&& v); variable
188 mpreal& operator=(const mpreal& v); variable
189 mpreal& operator=(const mpf_t v); variable
190 mpreal& operator=(const mpz_t v); variable
191 mpreal& operator=(const mpq_t v); variable
192 mpreal& operator=(const long double v); variable
193 mpreal& operator=(const double v); variable
194 mpreal& operator=(const unsigned long int v); variable
195 mpreal& operator=(const unsigned long long int v); variable
196 mpreal& operator=(const long long int v); variable
[all …]
/external/lzma/CPP/Windows/
DPropVariant.h76 CPropVariant& operator=(const CPropVariant &varSrc); variable
77 CPropVariant& operator=(const PROPVARIANT &varSrc); variable
78 CPropVariant& operator=(BSTR bstrSrc); variable
79 CPropVariant& operator=(LPCOLESTR lpszSrc); variable
80 CPropVariant& operator=(const UString &s); variable
81 CPropVariant& operator=(const UString2 &s); variable
82 CPropVariant& operator=(const char *s); variable
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm5 bool operator == (C c1, C c2); function
7 bool operator == (C c1, int i); function
8 bool operator == (int i, C c2); function
10 C operator += (C c1, C c2); function
/external/perfetto/include/perfetto/base/
Dtemp_file.h33 TempFile& operator=(TempFile&&); variable
51 TempFile& operator=(const TempFile&) = delete; variable
62 TempDir& operator=(TempDir&&); variable
70 TempDir& operator=(const TempDir&) = delete; variable
/external/dng_sdk/source/
Ddng_mutex.h80 dng_mutex & operator= (const dng_mutex &mutex); variable
105 dng_lock_mutex & operator= (const dng_lock_mutex &lock); variable
130 dng_unlock_mutex & operator= (const dng_unlock_mutex &unlock); variable
165 dng_condition & operator= (const dng_condition &condition); variable
Ddng_preview.h86 dng_image_preview & operator= (const dng_image_preview &preview); variable
128 dng_jpeg_preview & operator= (const dng_jpeg_preview &preview); variable
168 dng_raw_preview & operator= (const dng_raw_preview &preview); variable
206 dng_mask_preview & operator= (const dng_mask_preview &preview); variable
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor.h106 StatusOr& operator=(const StatusOr&) = default; variable
111 StatusOr& operator=(StatusOr&&) = default; variable
124 StatusOr& operator=(const StatusOr<U>& other); variable
127 StatusOr& operator=(StatusOr<U>&& other); variable
151 StatusOr& operator=(const Status& status); variable
162 StatusOr& operator=(Status&& status); variable
/external/clang/test/CodeGenObjCXX/
Dimplicit-copy-assign-operator.mm5 A &operator=(const A&); field
6 A &operator=(A&); field
14 virtual C& operator=(const C&); field
24 CopyByValue &operator=(CopyByValue); field
/external/clang/test/PCH/
Dcxx-typeid.h21 type_info& operator=(const type_info& rhs); variable
29 bad_cast& operator=(const bad_cast&); variable
38 bad_typeid& operator=(const bad_typeid&); variable
/external/icu/icu4c/source/i18n/unicode/
Dtzrule.h186 TimeZoneRule& operator=(const TimeZoneRule& right); variable
239 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable
450 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
666 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/external/libchrome/base/
Dcallback_internal.h99 CallbackBase& operator=(CallbackBase&& c) noexcept; variable
102 CallbackBase& operator=(const CallbackBaseCopyable& c); variable
105 CallbackBase& operator=(CallbackBaseCopyable&& c) noexcept; variable
152 CallbackBaseCopyable& operator=(const CallbackBaseCopyable& c); variable
153 CallbackBaseCopyable& operator=(CallbackBaseCopyable&& c) noexcept; variable
/external/tensorflow/tensorflow/python/lib/core/
Dsafe_ptr.h30 void operator()(PyObject* p) const { Py_DECREF(p); } in operator() function
34 void operator()(TF_Tensor* p) const { TF_DeleteTensor(p); } in operator() function
38 void operator()(TFE_TensorHandle* p) const { TFE_DeleteTensorHandle(p); } in operator() function
42 void operator()(TF_Status* p) const { TF_DeleteStatus(p); } in operator() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.h39 size_t operator()(const Type* type) const { in operator() function
45 size_t operator()(const std::unique_ptr<Type>& type) const { in operator() function
57 bool operator()(const Type* lhs, const Type* rhs) const { in operator() function
63 bool operator()(const std::unique_ptr<Type>& lhs, in operator() function
83 TypeManager& operator=(const TypeManager&) = delete; variable
84 TypeManager& operator=(TypeManager&&) = delete; variable

12345678910>>...82