Home
last modified time | relevance | path

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

12345678910>>...40

/third_party/flutter/skia/src/core/
DSkRecordPattern.h28 bool operator()(T* ptr) { in operator() function
34 bool operator()(U*) { in operator() function
52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) { in operator() function
58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) { in operator() function
64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
DSkPictureCommon.h35 void operator()(const SkRecords::DrawPoints& op) { in operator() function
48 void operator()(const SkRecords::DrawPath& op) { in operator() function
65 void operator()(const SkRecords::ClipPath& op) { in operator() function
72 void operator()(const SkRecords::SaveLayer& op) { in operator() function
83 operator()(const T& op) { /* do nothing */ } in operator() function
/third_party/abseil-cpp/absl/strings/internal/
Dstr_join_internal.h62 void operator()(std::string* out, const T& t) const { in operator() function
66 void operator()(std::string* out, const AlphaNum& t) const { in operator() function
83 void operator()(std::string* out, const T& t) { in operator() function
108 void operator()(std::string* out, const T& p) { in operator() function
115 void operator()(std::string* out, const T& p) const { in operator() function
138 void operator()(std::string* out, const T& t) { in operator() function
143 void operator()(std::string* out, const T& t) const { in operator() function
/third_party/abseil-cpp/absl/types/internal/
Doptional.h257 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable
258 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable
267 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable
268 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable
277 optional_ctor_base& operator=(const optional_ctor_base&) = default; variable
278 optional_ctor_base& operator=(optional_ctor_base&&) = default; variable
291 optional_assign_base& operator=(const optional_assign_base&) = default; variable
292 optional_assign_base& operator=(optional_assign_base&&) = default; variable
301 optional_assign_base& operator=(const optional_assign_base&) = delete; variable
302 optional_assign_base& operator=(optional_assign_base&&) = default; variable
[all …]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.h53 FieldGenerator& operator=(const FieldGenerator&) = delete; variable
110 SingleFieldGenerator& operator=(const SingleFieldGenerator&) = delete; variable
130 ObjCObjFieldGenerator& operator=(const ObjCObjFieldGenerator&) = delete; variable
145 RepeatedFieldGenerator& operator=(const RepeatedFieldGenerator&) = delete; variable
167 FieldGeneratorMap& operator=(const FieldGeneratorMap&) = delete; variable
Dobjectivec_primitive_field.h53 PrimitiveFieldGenerator& operator=(const PrimitiveFieldGenerator&) = delete; variable
71 PrimitiveObjFieldGenerator& operator=(const PrimitiveObjFieldGenerator&) = variable
86 RepeatedPrimitiveFieldGenerator& operator=( variable
Dobjectivec_message_field.h52 MessageFieldGenerator& operator=(const MessageFieldGenerator&) = delete; variable
71 RepeatedMessageFieldGenerator operator=(const RepeatedMessageFieldGenerator&) = delete; variable
/third_party/node/src/
Dnode_file.h86 FSReqBase& operator=(const FSReqBase&) = delete; variable
118 FSReqCallback& operator=(const FSReqCallback&) = delete; variable
148 FSReqPromise& operator=(const FSReqPromise&) = delete; variable
150 FSReqPromise& operator=(const FSReqPromise&&) = delete; variable
172 FSReqAfterScope& operator=(const FSReqAfterScope&) = delete; variable
174 FSReqAfterScope& operator=(const FSReqAfterScope&&) = delete; variable
250 FileHandle& operator=(const FileHandle&) = delete; variable
252 FileHandle& operator=(const FileHandle&&) = delete; variable
306 CloseReq& operator=(const CloseReq&) = delete; variable
308 CloseReq& operator=(const CloseReq&&) = delete; variable
[all …]
Dnode_messaging.h51 Message& operator=(Message&& other) = default; variable
52 Message& operator=(const Message&) = delete; variable
117 MessagePortData& operator=(MessagePortData&& other) = delete; variable
119 MessagePortData& operator=(const MessagePortData& other) = delete; variable
Dnode_crypto_common.h19 void operator()(char* pointer) const { OPENSSL_free(pointer); } in operator() function
24 void operator()(STACK_OF(X509)* p) const { sk_X509_pop_free(p, X509_free); } in operator() function
29 void operator()(STACK_OF(ASN1_OBJECT)* p) const { in operator() function
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h514 Mutex& operator=(const Mutex&) = delete; variable
547 MutexLock& operator=(const MutexLock&) = delete; variable
548 MutexLock& operator=(MutexLock&&) = delete; variable
568 ReaderMutexLock& operator=(const ReaderMutexLock&) = delete; variable
569 ReaderMutexLock& operator=(ReaderMutexLock&&) = delete; variable
590 WriterMutexLock& operator=(const WriterMutexLock&) = delete; variable
591 WriterMutexLock& operator=(WriterMutexLock&&) = delete; variable
847 CondVar& operator=(const CondVar&) = delete; variable
875 MutexLockMaybe& operator=(const MutexLockMaybe&) = delete; variable
876 MutexLockMaybe& operator=(MutexLockMaybe&&) = delete; variable
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtzrule.h188 TimeZoneRule& operator=(const TimeZoneRule& right); variable
241 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable
452 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
668 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/third_party/icu/icu4c/source/i18n/unicode/
Dtzrule.h188 TimeZoneRule& operator=(const TimeZoneRule& right); variable
241 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable
452 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
668 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtzrule.h186 TimeZoneRule& operator=(const TimeZoneRule& right); variable
239 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable
450 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
666 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/third_party/mingw-w64/mingw-w64-headers/include/
Dcomutil.h67 _bstr_t &operator=(const char *s); variable
68 _bstr_t &operator=(const wchar_t *s); variable
69 _bstr_t &operator=(const _variant_t &var); variable
435 _variant_t &operator=(const VARIANT &varSrc); variable
436 _variant_t &operator=(const VARIANT *pSrc); variable
437 _variant_t &operator=(const _variant_t &varSrc); variable
438 _variant_t &operator=(short sSrc); variable
439 _variant_t &operator=(__LONG32 lSrc); variable
440 _variant_t &operator=(float fltSrc); variable
441 _variant_t &operator=(double dblSrc); variable
[all …]
/third_party/abseil-cpp/absl/functional/internal/
Dfront_binder.h55 R operator()(FreeArgs&&... free_args) & { in operator() function
63 R operator()(FreeArgs&&... free_args) const& { in operator() function
70 R operator()(FreeArgs&&... free_args) && { in operator() function
80 R operator()(FreeArgs&&... free_args) const&& { in operator() function
/third_party/boost/libs/variant/test/
Djobs.h61 std::string operator()(const T& operand) const in operator() function
73 int operator()(const Value&) const in operator() function
120 int operator()(const T& t) const in operator() function
150 void operator()(float value) const in operator() function
155 void operator()(double value) const in operator() function
161 void operator()(const T&) const in operator() function
187 std::string operator()(int x) const in operator() function
193 std::string operator()(const std::vector<int>& x) const in operator() function
220 result_type operator()(int& lhs) const in operator() function
226 result_type operator()(const T& ) const in operator() function
/third_party/abseil-cpp/absl/numeric/
Dint128.h125 uint128& operator=(int v); variable
126 uint128& operator=(unsigned int v); variable
127 uint128& operator=(long v); // NOLINT(runtime/int) variable
128 uint128& operator=(unsigned long v); // NOLINT(runtime/int) variable
129 uint128& operator=(long long v); // NOLINT(runtime/int) variable
130 uint128& operator=(unsigned long long v); // NOLINT(runtime/int) variable
132 uint128& operator=(__int128 v); variable
133 uint128& operator=(unsigned __int128 v); variable
135 uint128& operator=(int128 v); variable
355 int128& operator=(int v); variable
[all …]
/third_party/flutter/skia/include/private/
DSkTemplates.h51 R operator()(T* t) { return P(t); } in operator() function
122 SkAutoSTArray& operator=(SkAutoSTArray&&) = delete; variable
123 SkAutoSTArray& operator=(const SkAutoSTArray&) = delete; variable
231 SkAutoTMalloc& operator=(SkAutoTMalloc&&) = default; variable
281 SkAutoSTMalloc& operator=(SkAutoSTMalloc&&) = delete; variable
282 SkAutoSTMalloc& operator=(const SkAutoSTMalloc&) = delete; variable
398 SkAlignedSStorage& operator=(SkAlignedSStorage&&) = delete; variable
399 SkAlignedSStorage& operator=(const SkAlignedSStorage&) = delete; variable
424 SkAlignedSTStorage& operator=(SkAlignedSTStorage&&) = delete; variable
425 SkAlignedSTStorage& operator=(const SkAlignedSTStorage&) = delete; variable
DSkChecksum.h57 SK_WHEN(sizeof(K) == 4, uint32_t) operator()(const K& k) const { in operator() function
62 SK_WHEN(sizeof(K) != 4, uint32_t) operator()(const K& k) const { in operator() function
66 uint32_t operator()(const SkString& k) const { in operator() function
DSkNoncopyable.h23 SkNoncopyable& operator =(SkNoncopyable&&) = default; variable
27 SkNoncopyable& operator=(const SkNoncopyable&) = delete; variable
/third_party/grpc/src/core/lib/gprpp/
Dmap.h35 bool operator()(const char* a, const char* b) const { in operator() function
38 bool operator()(const grpc_core::UniquePtr<char>& a, in operator() function
42 bool operator()(const absl::string_view& a, in operator() function
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message_field.h52 MessageFieldGenerator& operator=(const MessageFieldGenerator&) = delete; variable
77 MessageOneofFieldGenerator& operator=(const MessageOneofFieldGenerator&) = variable
Dcsharp_enum_field.h52 EnumFieldGenerator& operator=(const EnumFieldGenerator&) = delete; variable
69 EnumOneofFieldGenerator& operator=(const EnumOneofFieldGenerator&) = delete; variable
Dcsharp_primitive_field.h54 PrimitiveFieldGenerator& operator=(const PrimitiveFieldGenerator&) = delete; variable
81 PrimitiveOneofFieldGenerator& operator=(const PrimitiveOneofFieldGenerator&) = variable

12345678910>>...40