/external/regex-re2/re2/ |
D | variadic_function.h | 16 Result operator()(Param0 p0, Param1 p1) const { in operator() function 20 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const { in operator() function 25 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const { in operator() function 30 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 36 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 42 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 48 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 54 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 61 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 68 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Geometry.h | 59 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 …]
|
D | Color.h | 97 Color& operator=(const Color &color_); variable 100 const Color& operator=(const char *color); variable 103 const Color& operator=(const PixelInfo &color_); variable 106 const Color& operator=(const std::string &color); variable 207 ColorCMYK& operator=(const Color& color_); variable 261 ColorGray& operator=(const Color& color_); variable 291 ColorHSL& operator=(const Color& color_); variable 333 ColorMono& operator=(const Color& color_); variable 366 ColorRGB& operator=(const Color& color_); variable 414 ColorYUV& operator=(const Color& color_); variable
|
/external/libcxx/test/support/ |
D | deleter_types.h | 34 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 201 void operator()(T* p) {delete [] p;} in operator() function 219 NCDeleter& operator=(NCDeleter const&); variable 229 void operator()(T* p) {delete p;} in operator() function [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFixedSize.h | 133 …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 …]
|
D | TensorMap.h | 122 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 …]
|
D | Tensor.h | 195 …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/skia/src/core/ |
D | SkPictureCommon.h | 30 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); } in operator() function 31 bool operator()(const SkRecords::DrawDrawable&) { /*TODO*/ return false; } in operator() function 34 bool operator()(const T& op) { return CheckBitmap(op); } in operator() function 80 void operator()(const SkRecords::DrawPicture& op) { in operator() function 83 void operator()(const SkRecords::DrawDrawable&) { /* TODO */ } in operator() function 92 void operator()(const SkRecords::DrawPoints& op) { in operator() function 105 void operator()(const SkRecords::DrawPath& op) { in operator() function 122 void operator()(const SkRecords::ClipPath& op) { in operator() function 129 void operator()(const SkRecords::SaveLayer& op) { in operator() function 139 SK_WHEN(!(T::kTags & SkRecords::kDraw_Tag), void) operator()(const T& op) { /* do nothing */ } in operator() function
|
D | SkRecordPattern.h | 28 bool operator()(T* ptr) { in operator() function 34 bool operator()(U*) { in operator() function 57 bool operator()(DrawDrawable*) { 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/test/mpreal/ |
D | mpreal.h | 177 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/pdfium/core/fpdfapi/font/ |
D | ttgsubtable.h | 60 TLangSys& operator=(const TLangSys&) = delete; member 71 TLangSysRecord& operator=(const TLangSysRecord&) = delete; member 83 TScript& operator=(const TScript&) = delete; member 94 TScriptRecord& operator=(const TScriptRecord&) = delete; member 105 TScriptList& operator=(const TScriptList&) = delete; member 117 TFeature& operator=(const TFeature&) = delete; member 128 TFeatureRecord& operator=(const TFeatureRecord&) = delete; member 139 TFeatureList& operator=(const TFeatureList&) = delete; member 161 TCoverageFormatBase& operator=(const TCoverageFormatBase&); member 172 TCoverageFormat1& operator=(const TCoverageFormat1&) = delete; member [all …]
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-property-access.mm | 5 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/dng_sdk/source/ |
D | dng_mutex.h | 80 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
|
D | dng_preview.h | 86 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/clang/test/CodeGenObjCXX/ |
D | implicit-copy-assign-operator.mm | 5 A &operator=(const A&); field 6 A &operator=(A&); field 14 virtual C& operator=(const C&); field 24 CopyByValue &operator=(CopyByValue); field
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzrule.h | 186 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/pdfium/core/fxcrt/ |
D | fx_string.h | 95 const CFX_ByteString& operator=(const FX_CHAR* str); variable 96 const CFX_ByteString& operator=(const CFX_ByteStringC& bstrc); variable 97 const CFX_ByteString& operator=(const CFX_ByteString& stringSrc); variable 281 const CFX_WideString& operator=(const FX_WCHAR* str); variable 282 const CFX_WideString& operator=(const CFX_WideString& stringSrc); variable 283 const CFX_WideString& operator=(const CFX_WideStringC& stringSrc); variable
|
/external/clang/test/PCH/ |
D | cxx-typeid.h | 21 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/lzma/CPP/Windows/ |
D | PropVariant.h | 73 CPropVariant& operator=(const CPropVariant &varSrc); variable 74 CPropVariant& operator=(const PROPVARIANT &varSrc); variable 75 CPropVariant& operator=(BSTR bstrSrc); variable 76 CPropVariant& operator=(LPCOLESTR lpszSrc); variable 77 CPropVariant& operator=(const char *s); variable
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 40 Ty &operator()(Ty &self) const { in operator() function 43 const Ty &operator()(const Ty &self) const { in operator() function 50 bool operator()(const Ty* left, const Ty* right) const { in operator() function 57 bool operator()(const Ty* left, const Ty* right) const { in operator() function 89 Ret operator()(Params ...params) const { in operator() function 245 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function 253 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function
|
/external/gptfdisk/ |
D | guid.h | 51 GUIDData & operator=(const GUIDData & orig); variable 52 GUIDData & operator=(const string & orig); variable 53 GUIDData & operator=(const char * orig); variable
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 61 void operator()(const MatrixType& mat, PermutationType& perm) in operator() function 74 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator() function 102 void operator()(const MatrixType& /*mat*/, PermutationType& perm) in operator() function 128 void operator() (const MatrixType& mat, PermutationType& perm) in operator() function
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 49 bool operator ()(const_reference L, Int R) const { in operator() function 52 bool operator ()(Int L, const_reference R) const { in operator() function 55 bool operator ()(Int L, Int R) const { in operator() function 58 bool operator ()(const_reference L, const_reference R) const { in operator() function 113 Builder &operator=(const Builder&) = delete; variable
|
/external/libcxx/test/std/depr/depr.lib.binders/ |
D | test_func.h | 25 result_type operator() (const first_argument_type& x, second_argument_type& y) const in operator() function 27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const in operator() function 29 result_type operator() (first_argument_type& x, const second_argument_type& y) const in operator() function
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 73 Block& operator=(const Block&); variable 121 BlockEntry& operator=(const BlockEntry&); variable 144 SimpleBlock& operator=(const SimpleBlock&); variable 159 BlockGroup& operator=(const BlockGroup&); variable 296 ContentEncoding& operator=(const ContentEncoding&); variable 301 Track& operator=(const Track&); variable 358 Info& operator=(const Info&); variable 506 VideoTrack& operator=(const VideoTrack&); variable 546 AudioTrack& operator=(const AudioTrack&); variable 566 Tracks& operator=(const Tracks&); variable [all …]
|