| /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/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 | 53 void operator = (int iValue); variable 54 void operator = (bool bValue); variable 55 void operator = (double); variable 56 void operator = (float); variable 57 void operator = (CJS_Object*); variable 58 void operator = (CJS_Document*); variable 59 void operator = (v8::Local<v8::Object>); variable 60 void operator = (CJS_Array &); variable 61 void operator = (CJS_Date &); variable 62 void operator = (FX_LPCWSTR pWstr); variable [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/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
|
| D | random-weight.h | 57 Weight operator() () const { in operator() function 89 Weight operator() () const { in operator() function 122 Weight operator() () const { in operator() function 156 Weight operator() () const { in operator() function 195 Weight operator() () const { in operator() function 222 Weight operator() () const { in operator() function 272 Weight operator()() const { in operator() function 298 Weight operator() () const { in operator() function 332 Weight operator()() 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/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/libcxx/test/std/utilities/memory/unique.ptr/ |
| D | deleter.h | 30 Deleter& operator=(const Deleter&); variable 33 Deleter& operator=(Deleter&); variable 80 void operator()(T* p) {delete p;} in operator() function 90 Deleter& operator=(const Deleter&); variable 93 Deleter& operator=(Deleter&); variable 123 void operator()(T* p) {delete [] p;} in operator() function 153 void operator()(T* p) {delete p;} in operator() function 170 void operator()(T* p) {delete [] p;} in operator() function
|
| /external/eigen/unsupported/test/mpreal/ |
| D | mpreal.h | 201 mpreal& operator=(mpreal&& v); variable 212 mpreal& operator=(const mpreal& v); variable 213 mpreal& operator=(const mpf_t v); variable 214 mpreal& operator=(const mpz_t v); variable 215 mpreal& operator=(const mpq_t v); variable 216 mpreal& operator=(const long double v); variable 217 mpreal& operator=(const double v); variable 218 mpreal& operator=(const unsigned long int v); variable 219 mpreal& operator=(const unsigned int v); variable 220 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/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/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/llvm/include/llvm/ADT/ |
| D | STLExtras.h | 37 Ty &operator()(Ty &self) const { in operator() function 40 const Ty &operator()(const Ty &self) const { in operator() function 47 bool operator()(const Ty* left, const Ty* right) const { in operator() function 54 bool operator()(const Ty* left, const Ty* right) const { in operator() function 86 Ret operator()(Params ...params) const { in operator() function 205 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function 213 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function
|
| /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/skia/src/core/ |
| D | SkRecordPattern.h | 20 bool operator()(T* ptr) { in operator() function 26 bool operator()(U*) { in operator() function 51 SK_WHEN(!HasMember_paint<T>, bool) operator()(T*) { in operator() function 57 bool operator()(SaveLayer*) { in operator() function 74 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function 81 bool operator()(T* ptr) { return A()(ptr) || B()(ptr); } in operator() function 96 bool operator()(T* ptr) { return Matcher()(ptr); } 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/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/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/pdfium/core/src/fpdfapi/fpdf_font/ |
| D | ttgsubtable.h | 60 TLangSys& operator=(const TLangSys&); member 68 TLangSysRecord& operator=(const TLangSysRecord&); member 83 TScript& operator=(const TScript&); member 91 TScriptRecord& operator=(const TScriptRecord&); member 105 TScriptList& operator=(const TScriptList&); member 120 TFeature& operator=(const TFeature&); member 128 TFeatureRecord& operator=(const TFeatureRecord&); member 142 TFeatureList& operator=(const TFeatureList&); member 159 TCoverageFormatBase& operator=(const TCoverageFormatBase&); member 176 TCoverageFormat1& operator=(const TCoverageFormat1&); member [all …]
|
| /external/compiler-rt/lib/tsan/tests/rtl/ |
| D | tsan_test_util.h | 29 void operator = (const MemLoc&); variable 56 void operator = (const Mutex&); variable 112 void operator = (const ScopedThread&); // Not implemented. variable
|