/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/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/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/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/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 | 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/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
|
/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/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/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.h | 60 TLangSys& operator=(const TLangSys&); member 69 TLangSysRecord& operator=(const TLangSysRecord&); member 80 TScript& operator=(const TScript&); member 89 TScriptRecord& operator=(const TScriptRecord&); member 99 TScriptList& operator=(const TScriptList&); member 110 TFeature& operator=(const TFeature&); member 119 TFeatureRecord& operator=(const TFeatureRecord&); member 129 TFeatureList& operator=(const TFeatureList&); member 147 TCoverageFormatBase& operator=(const TCoverageFormatBase&); member 157 TCoverageFormat1& operator=(const TCoverageFormat1&); member [all …]
|
/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/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/libvpx/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 478 VideoTrack& operator=(const VideoTrack&); variable 515 AudioTrack& operator=(const AudioTrack&); variable 535 Tracks& operator=(const Tracks&); variable [all …]
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 60 void operator()(const MatrixType& mat, PermutationType& perm) in operator() function 73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator() function 101 void operator()(const MatrixType& /*mat*/, PermutationType& perm) in operator() function 125 void operator() (const MatrixType& mat, PermutationType& perm) in operator() function
|
/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/skia/include/private/ |
D | SkChecksum.h | 61 SK_WHEN(sizeof(K) == 4, uint32_t) operator()(const K& k) const { in operator() function 66 SK_WHEN(sizeof(K) != 4, uint32_t) operator()(const K& k) const { in operator() function 70 uint32_t operator()(const SkString& k) const { in operator() function
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 78 CFX_ByteStringC& operator=(const CFX_ByteString& src); variable 213 const CFX_ByteString& operator=(const FX_CHAR* str); variable 215 const CFX_ByteString& operator=(const CFX_ByteStringC& bstrc); variable 217 const CFX_ByteString& operator=(const CFX_ByteString& stringSrc); variable 219 const CFX_ByteString& operator=(const CFX_BinaryBuf& buf); variable 460 CFX_WideStringC& operator=(const CFX_WideString& src); variable 584 const CFX_WideString& operator=(const FX_WCHAR* str); variable 586 const CFX_WideString& operator=(const CFX_WideString& stringSrc); variable 588 const CFX_WideString& operator=(const CFX_WideStringC& stringSrc); variable
|