Home
last modified time | relevance | path

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

12345678910>>...50

/external/regex-re2/re2/
Dvariadic_function.h16 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/
Dvariadic_function.h14 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/
Dcost_function_to_functor.h153 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 …]
Dnumeric_diff_functor.h144 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/
DPropVariant.h29 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/
DJS_Value.h49 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/
DFunctional.h57 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.h71 _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.h45 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/
DSocketAddress.h47 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/
DGdiPlusHeaders.h154 Region& operator=(const Region &region); 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/
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/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/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/eigen/unsupported/test/mpreal/
Dmpreal.h180 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/
Dffmpeg_common.h53 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/
Dtzrule.h184 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/
Dtzrule.h184 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/
DScalar.h127 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
DSTLUtils.h25 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/
Ddeleter.h29 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/
DThrowCompare.h25 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/
Dcontact_info.h24 NameInfo& operator=(const NameInfo& info); variable
63 EmailInfo& operator=(const EmailInfo& info); variable
84 CompanyInfo& operator=(const CompanyInfo& info); variable
/external/stlport/test/unit/
Dunary.h12 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/
Dmodel.js29 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

12345678910>>...50