| /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/chromium_org/third_party/re2/re2/ |
| D | variadic_function.h | 14 Result operator()(Param0 p0, Param1 p1) const { in operator() function 18 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const { in operator() function 23 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const { in operator() function 28 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 34 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 40 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 46 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 52 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 59 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1, in operator() function 66 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/lzma/CPP/Windows/ |
| D | PropVariant.h | 29 CPropVariant& operator=(const CPropVariant &varSrc); variable 30 CPropVariant& operator=(const PROPVARIANT &varSrc); variable 31 CPropVariant& operator=(BSTR bstrSrc); variable 32 CPropVariant& operator=(LPCOLESTR lpszSrc); variable 33 CPropVariant& operator=(const char *s); variable 34 CPropVariant& operator=(bool bSrc); variable 35 CPropVariant& operator=(Byte value); variable 36 CPropVariant& operator=(Int16 value); variable 37 CPropVariant& operator=(Int32 value); variable 38 CPropVariant& operator=(UInt32 value); variable [all …]
|
| /external/pdfium/fpdfsdk/include/javascript/ |
| D | JS_Value.h | 49 void operator = (int iValue); variable 50 void operator = (bool bValue); variable 51 void operator = (double); variable 52 void operator = (float); variable 53 void operator = (CJS_Object *); variable 54 void operator = (v8::Handle<v8::Object>); variable 56 void operator = (CJS_Array &); variable 57 void operator = (CJS_Date &); variable 58 void operator = (FX_LPCWSTR pWstr); variable 59 void operator = (FX_LPCSTR pStr); variable [all …]
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | Functional.h | 57 R operator()() in operator() function 76 R operator()(P1 p1) in operator() function 95 R operator()(P1 p1, P2 p2) in operator() function 114 R operator()(P1 p1, P2 p2, P3 p3) in operator() function 133 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) in operator() function 152 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in operator() function 173 R operator()(C* c) in operator() function 178 R operator()(const WeakPtr<C>& c) in operator() function 200 R operator()(C* c, P1 p1) in operator() function 205 R operator()(const WeakPtr<C>& c, P1 p1) in operator() function [all …]
|
| /external/stlport/stlport/stl/ |
| D | _function_adaptors.h | 71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); } in operator() function 84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } in operator() function 97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); } in operator() function 110 _Result operator ()(const _Tp* __p, _Arg __x) const { in operator() function 124 _Result operator ()(_Tp& __p) const { return (__p.*_M_f)(); } in operator() function 137 _Result operator ()(_Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } in operator() function 150 _Result operator ()(const _Tp& __p) const { return (__p.*_M_f)(); } in operator() function 163 _Result operator ()(const _Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } in operator() function 195 _Result operator()(_Arg __x) const { return _M_f(__x); } in operator() function 208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); } in operator() function [all …]
|
| D | _function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } in operator() function 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } in operator() function 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } in operator() function 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } in operator() function 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } in operator() function 70 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } in operator() function 75 _Tp operator()(const _Tp& __x) const { return -__x; } in operator() function 80 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } in operator() function 85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } in operator() function 90 bool operator()(const _Tp& __x) const { return !__x; } in operator() function [all …]
|
| /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/pdfium/core/src/fxge/Microsoft SDK/include/ |
| D | GdiPlusHeaders.h | 154 Region& operator=(const Region ®ion); variable 243 FontFamily& operator=(const FontFamily &); variable 326 Font& operator=(const Font &); variable 370 FontCollection& operator=(const FontCollection &); variable 392 InstalledFontCollection& operator=(const InstalledFontCollection &); variable 419 PrivateFontCollection& operator=(const PrivateFontCollection &); variable 581 Image& operator=(IN const Image& C); variable 676 Bitmap& operator=(const Bitmap &); variable 725 CustomLineCap& operator=(const CustomLineCap &); variable 784 CachedBitmap& operator=(const CachedBitmap &); variable
|
| /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/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/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/eigen/unsupported/test/mpreal/ |
| D | mpreal.h | 180 mpreal& operator=(const mpreal& v); variable 181 mpreal& operator=(const mpf_t v); variable 182 mpreal& operator=(const mpz_t v); variable 183 mpreal& operator=(const mpq_t v); variable 184 mpreal& operator=(const long double v); variable 185 mpreal& operator=(const double v); variable 186 mpreal& operator=(const unsigned long int v); variable 187 mpreal& operator=(const unsigned int v); variable 188 mpreal& operator=(const long int v); variable 189 mpreal& operator=(const int v); variable [all …]
|
| /external/chromium_org/media/ffmpeg/ |
| D | ffmpeg_common.h | 53 inline void ScopedPtrAVFree::operator()(void* x) const { in operator() function 57 inline void ScopedPtrAVFreePacket::operator()(void* x) const { in operator() function 63 inline void ScopedPtrAVFreeContext::operator()(void* x) const { in operator() function 70 inline void ScopedPtrAVFreeFrame::operator()(void* x) const { in operator() function
|
| /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/chromium_org/third_party/icu/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/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
|
| /external/libcxx/test/utilities/memory/unique.ptr/ |
| D | deleter.h | 29 Deleter& operator=(const Deleter&); variable 32 Deleter& operator=(Deleter&); variable 79 void operator()(T* p) {delete p;} in operator() function 89 Deleter& operator=(const Deleter&); variable 92 Deleter& operator=(Deleter&); variable 122 void operator()(T* p) {delete [] p;} in operator() function 152 void operator()(T* p) {delete p;} in operator() function 169 void operator()(T* p) {delete [] p;} in operator() function
|
| /external/stlport/test/eh/ |
| D | ThrowCompare.h | 25 bool operator()( const TestClass& a, const TestClass& b ) const { in operator() function 33 inline bool operator()( const TestClass& a, const TestClass& b ) const { in operator() function 40 inline EH_CSTD::size_t operator()( const TestClass& a ) const { in operator() function
|
| /external/chromium_org/components/autofill/core/browser/ |
| D | contact_info.h | 24 NameInfo& operator=(const NameInfo& info); variable 63 EmailInfo& operator=(const EmailInfo& info); variable 84 CompanyInfo& operator=(const CompanyInfo& info); variable
|
| /external/stlport/test/unit/ |
| D | unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } in operator() function 16 bool operator()(int n_) const { return n_ >= 0; } in operator() function 20 double operator()(double x_) const in operator() function
|
| /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
| D | model.js | 29 return this.reset_({accumulator: result, operator: input}); property 39 var defaults = {operator: operator, operand: this.operand}; property 45 this.operator ? this.set_({operator: null}) : property 51 this.set_({operator: null}); property 74 this.defaults = {operator: null, operand: null}; property 101 Model.prototype.calculate_ = function(operator, operand) { argument 104 this.set_({accumulator: String(x), operator: operator, operand: String(y)}); property
|