/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 | 139 bool operator()(const double* x0, double* residuals) const { in operator() function 143 bool operator()(const double* x0, in operator() function 149 bool operator()(const double* x0, in operator() function 156 bool operator()(const double* x0, in operator() function 164 bool operator()(const double* x0, in operator() function 173 bool operator()(const double* x0, in operator() function 183 bool operator()(const double* x0, in operator() function 194 bool operator()(const double* x0, in operator() function 206 bool operator()(const double* x0, in operator() function 219 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/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 172 mpreal& operator=(const mpreal& v); variable 173 mpreal& operator=(const mpf_t v); variable 174 mpreal& operator=(const mpz_t v); variable 175 mpreal& operator=(const mpq_t v); variable 176 mpreal& operator=(const long double v); variable 177 mpreal& operator=(const double v); variable 178 mpreal& operator=(const unsigned long int v); variable 179 mpreal& operator=(const unsigned int v); variable 180 mpreal& operator=(const long int v); variable 181 mpreal& operator=(const int v); 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 …]
|
D | _ctraits_fns.h | 37 bool operator()(const typename _Traits::char_type& __x, in operator() function 47 bool operator()(const typename _Traits::char_type& __x) const in operator() function 57 bool operator()(const typename _Traits::char_type& __x) const in operator() function 67 bool operator()(const typename _Traits::char_type& __x) const in operator() function
|
/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/chromium_org/media/ffmpeg/ |
D | ffmpeg_common.h | 44 inline void operator()(void* x) const { in operator() function 54 inline void operator()(void* x) const { in operator() function 65 inline void operator()(void* x) const { in operator() function 77 inline void operator()(void* x) const { in operator() 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/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/icu4c/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/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
|
D | fadapter.h | 20 Result operator()() const { return ptr(); } in operator() function 21 Result operator()(__void_tag) const { return ptr(); } in operator() function 27 __void_tag operator()(const Arg1& x) const { return __void_tag(); } in operator() function 54 void operator() (Arg x) const { ptr(x); } in operator() function 72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); } 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
|
D | test_construct.h | 38 void operator()( const T& t ) const { in operator() function 53 void operator()( int ) const { in operator() function 65 void operator()( int ) const { in operator() function 79 void operator()( int ) const { in operator() function 97 void operator()( int ) const { in operator() function 114 void operator()( int ) 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
|
/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/chromium/chrome/browser/autofill/ |
D | contact_info.h | 23 NameInfo& operator=(const NameInfo& info); variable 103 EmailInfo& operator=(const EmailInfo& info); variable 122 CompanyInfo& operator=(const CompanyInfo& info); variable
|
/external/chromium_org/ppapi/cpp/extensions/ |
D | dict_field.h | 32 T& operator()() { return value_; } in operator() function 33 const T& operator()() const { return value_; } in operator() function 71 Optional<T>& operator()() { return value_; } in operator() function 72 const Optional<T>& operator()() const { return value_; } in operator() function
|
/external/chromium/base/mac/ |
D | mac_util.mm | 536 std::ostream& operator<<(std::ostream& o, const CFStringRef string) { function 540 std::ostream& operator<<(std::ostream& o, const CFErrorRef err) { function
|