| /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/ceres-solver/include/ceres/ |
| D | cost_function_to_functor.h | 153 bool operator()(const double* x0, double* residuals) const { in operator() function 168 bool operator()(const double* x0, in operator() function 187 bool operator()(const double* x0, in operator() function 208 bool operator()(const double* x0, in operator() function 231 bool operator()(const double* x0, in operator() function 256 bool operator()(const double* x0, in operator() function 283 bool operator()(const double* x0, in operator() function 312 bool operator()(const double* x0, in operator() function 343 bool operator()(const double* x0, in operator() function 376 bool operator()(const double* x0, in operator() function [all …]
|
| D | numeric_diff_functor.h | 144 bool operator()(const double* x0, double* residuals) const { in operator() function 148 bool operator()(const double* x0, in operator() function 154 bool operator()(const double* x0, in operator() function 161 bool operator()(const double* x0, in operator() function 169 bool operator()(const double* x0, in operator() function 178 bool operator()(const double* x0, in operator() function 188 bool operator()(const double* x0, in operator() function 199 bool operator()(const double* x0, in operator() function 211 bool operator()(const double* x0, in operator() function 224 bool operator()(const double* x0, in operator() function [all …]
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| 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
|
| 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 …]
|
| /external/pdfium/fpdfsdk/src/javascript/ |
| D | JS_Value.h | 65 void operator=(int iValue); variable 66 void operator=(bool bValue); variable 67 void operator=(double); variable 68 void operator=(float); variable 69 void operator=(CJS_Object*); variable 70 void operator=(CJS_Document*); variable 71 void operator=(v8::Local<v8::Object>); variable 72 void operator=(CJS_Array&); variable 73 void operator=(CJS_Date&); variable 74 void operator=(const FX_WCHAR* pWstr); variable [all …]
|
| /external/libweave/examples/provider/ |
| D | event_deleter.h | 22 void operator()(evbuffer* buf) { evbuffer_free(buf); } in operator() function 23 void operator()(evhtp_t* evhtp) { in operator() function 33 void operator()(evhtp_connection_t* conn) { evhtp_connection_free(conn); } in operator() function 34 void operator()(evhtp_request_t* req) { evhtp_request_free(req); } in operator() function 35 void operator()(event_base* base) { event_base_free(base); } in operator() function 36 void operator()(event* ev) { in operator() function
|
| /external/skia/src/core/ |
| D | SkPictureCommon.h | 19 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->hasText(); } in operator() function 20 bool operator()(const SkRecords::DrawDrawable&) { /*TODO*/ return false; } in operator() function 25 SK_WHEN(!(T::kTags & SkRecords::kHasText_Tag), bool) operator()(const T&) { return false; } in operator() function 40 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); } in operator() function 41 bool operator()(const SkRecords::DrawDrawable&) { /*TODO*/ return false; } in operator() function 44 bool operator()(const T& op) { return CheckBitmap(op); } in operator() function 96 void operator()(const SkRecords::DrawPicture& op) { in operator() function 99 void operator()(const SkRecords::DrawDrawable&) { /* TODO */ } in operator() function 108 void operator()(const SkRecords::DrawPoints& op) { in operator() function 121 void operator()(const SkRecords::DrawPath& op) { in operator() function [all …]
|
| D | SkRecordPattern.h | 27 bool operator()(T* ptr) { in operator() function 33 bool operator()(U*) { in operator() function 56 bool operator()(DrawDrawable*) { in operator() function 63 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function 80 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function 87 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
|
| /external/lldb/include/lldb/Host/ |
| D | SocketAddress.h | 47 operator=(const SocketAddress& rhs); variable 50 operator=(const struct addrinfo *addr_info); variable 53 operator=(const struct sockaddr &s); variable 56 operator=(const struct sockaddr_in &s); variable 59 operator=(const struct sockaddr_in6 &s); variable 62 operator=(const struct sockaddr_storage &s); variable
|
| /external/openfst/src/include/fst/ |
| D | arcfilter.h | 35 bool operator()(const A &arc) const { return true; } in operator() function 43 bool operator()(const A &arc) const { in operator() function 53 bool operator()(const A &arc) const { in operator() function 63 bool operator()(const A &arc) const { in operator() function 81 bool operator()(const A &arc) const { in operator() function
|
| /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/libcxx/test/std/utilities/memory/unique.ptr/ |
| D | deleter.h | 33 Deleter& operator=(const Deleter&); variable 62 void operator()(T* p) {delete p;} in operator() function 71 Deleter& operator=(const Deleter&); variable 90 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/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/lldb/include/lldb/Core/ |
| D | Scalar.h | 127 Scalar& operator= (const int i); variable 128 Scalar& operator= (unsigned int v); variable 129 Scalar& operator= (long v); variable 130 Scalar& operator= (unsigned long v); variable 131 Scalar& operator= (long long v); variable 132 Scalar& operator= (unsigned long long v); variable 133 Scalar& operator= (float v); variable 134 Scalar& operator= (double v); variable 135 Scalar& operator= (long double v); variable 136 Scalar& operator= (const Scalar& rhs); // Assignment operator variable
|
| D | STLUtils.h | 25 bool operator() (const char* s1, const char* s2) const in operator() function 37 bool operator()(const char* s1, const char* s2) const in operator() function 58 bool operator() (std::pair<const F, S> elem) in operator() function 85 void operator()(T *ptr){ delete ptr;} in operator() function
|
| D | SearchFilter.h | 112 operator=(const SearchFilter& rhs); variable 302 operator=(const SearchFilterByModule& rhs); variable 359 operator=(const SearchFilterByModuleList& rhs); variable 417 operator=(const SearchFilterByModuleListAndCU& rhs); variable
|
| /external/eigen/unsupported/test/mpreal/ |
| D | mpreal.h | 202 mpreal& operator=(mpreal&& v); variable 213 mpreal& operator=(const mpreal& v); variable 214 mpreal& operator=(const mpf_t v); variable 215 mpreal& operator=(const mpz_t v); variable 216 mpreal& operator=(const mpq_t v); variable 217 mpreal& operator=(const long double v); variable 218 mpreal& operator=(const double v); variable 219 mpreal& operator=(const unsigned long int v); variable 220 mpreal& operator=(const unsigned int v); variable 221 mpreal& operator=(const long int v); variable [all …]
|
| /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/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/icu/icu4c/source/i18n/unicode/ |
| D | tzrule.h | 184 TimeZoneRule& operator=(const TimeZoneRule& right); variable 237 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable 448 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable 664 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
|
| /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/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 | 38 Ty &operator()(Ty &self) const { in operator() function 41 const Ty &operator()(const Ty &self) const { in operator() function 48 bool operator()(const Ty* left, const Ty* right) const { in operator() function 55 bool operator()(const Ty* left, const Ty* right) const { in operator() function 87 Ret operator()(Params ...params) const { in operator() function 241 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function 249 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function
|