Home
last modified time | relevance | path

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

12345678910>>...81

/third_party/gn/src/gn/
Dxcode_object.h78 PBXObjectVisitor& operator=(const PBXObjectVisitor&) = delete; variable
91 PBXObjectVisitorConst& operator=(const PBXObjectVisitorConst&) = delete; variable
117 PBXObject& operator=(const PBXObject&) = delete; variable
138 PBXBuildPhase& operator=(const PBXBuildPhase&) = delete; variable
168 PBXTarget& operator=(const PBXTarget&) = delete; variable
187 PBXAggregateTarget& operator=(const PBXAggregateTarget&) = delete; variable
208 PBXBuildFile& operator=(const PBXBuildFile&) = delete; variable
227 PBXContainerItemProxy& operator=(const PBXContainerItemProxy&) = delete; variable
253 PBXFileReference& operator=(const PBXFileReference&) = delete; variable
270 PBXFrameworksBuildPhase& operator=(const PBXFrameworksBuildPhase&) = delete; variable
[all …]
/third_party/skia/include/sksl/
DDSLExpression.h100 DSLPossibleExpression operator=(DSLExpression other); variable
200 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right); variable
201 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLExpression right); variable
202 DSLPossibleExpression operator,(DSLExpression left, DSLPossibleExpression right); variable
203 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLPossibleExpression right); variable
263 DSLPossibleExpression operator=(DSLExpression expr); variable
265 DSLPossibleExpression operator=(int expr); variable
267 DSLPossibleExpression operator=(float expr); variable
269 DSLPossibleExpression operator=(double expr); variable
/third_party/skia/third_party/externals/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 …]
Dconformance_testing.h83 decltype(std::declval<const Fun&>()()) operator()() const in operator() function
222 void operator()(absl::string_view test_name, absl::string_view context, in operator() function
299 void operator()(const Fun& generator) const { in operator() function
322 void operator()(const Fun& generator) const { in operator() function
349 void operator()() const { in operator() function
366 void operator()(const Fun& generator) const { in operator() function
389 void operator()(const Fun& generator) const { in operator() function
414 void operator()(const Fun& generator) const { in operator() function
436 void operator()(const Fun& generator) const { in operator() function
461 void operator()(const Fun& generator) const { in operator() function
[all …]
/third_party/skia/src/core/
DSkRecordPattern.h28 bool operator()(T* ptr) { in operator() function
34 bool operator()(U*) { in operator() function
53 operator()(T* draw) { in operator() function
59 std::enable_if_t<(T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool> operator()(T* draw) { in operator() function
65 std::enable_if_t<!(T::kTags & kDraw_Tag), bool> operator()(T* draw) { in operator() function
82 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function
89 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
77 std::enable_if_t<T::kTags & SkRecords::kHasPaint_Tag, void> operator()(const T& op) { in operator() function
83 operator()(const T& op) { /* do nothing */ } in operator() function
/third_party/skia/third_party/externals/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/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree.h98 absl::weak_ordering operator()(absl::string_view lhs, in operator() function
103 absl::weak_ordering operator()(const absl::Cord &lhs, in operator() function
107 absl::weak_ordering operator()(const absl::Cord &lhs, in operator() function
111 absl::weak_ordering operator()(absl::string_view lhs, in operator() function
130 absl::weak_ordering operator()(absl::string_view lhs, in operator() function
135 absl::weak_ordering operator()(const absl::Cord &lhs, in operator() function
139 absl::weak_ordering operator()(const absl::Cord &lhs, in operator() function
143 absl::weak_ordering operator()(absl::string_view lhs, in operator() function
Dhash_function_defaults.h73 size_t operator()(absl::string_view v) const { in operator() function
76 size_t operator()(const absl::Cord& v) const { in operator() function
83 bool operator()(absl::string_view lhs, absl::string_view rhs) const { in operator() function
86 bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const { in operator() function
89 bool operator()(const absl::Cord& lhs, absl::string_view rhs) const { in operator() function
92 bool operator()(absl::string_view lhs, const absl::Cord& rhs) const { in operator() function
/third_party/skia/modules/androidkit/src/
DUtils.h41 CString& operator=(CString&&) = delete; variable
42 CString& operator=(const CString&) = delete; variable
68 U16String& operator=(U16String&&) = delete; variable
69 U16String& operator=(const U16String&) = delete; variable
95 CFloats& operator=(CFloats&&) = delete; variable
96 CFloats& operator=(const CFloats&) = delete; variable
/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
/third_party/mesa3d/src/panfrost/ds/
Dpan_pps_perf.h22 PanfrostDevice &operator=(const PanfrostDevice &) = delete; variable
25 PanfrostDevice& operator=(PanfrostDevice&&); variable
38 PanfrostPerf &operator=(const PanfrostPerf &) = delete; variable
41 PanfrostPerf& operator=(PanfrostPerf&&); variable
/third_party/node/src/
Dnode_threadsafe_cow.h24 CopyOnWrite& operator=(const CopyOnWrite<T>& other) = default; variable
26 CopyOnWrite& operator=(CopyOnWrite<T>&& other) = default; variable
50 Impl& operator=(const Impl& other) = delete; member
52 Impl& operator=(Impl&& other) = delete; member
64 ThreadsafeCopyOnWrite& operator=(const ThreadsafeCopyOnWrite<T>& other) = variable
67 ThreadsafeCopyOnWrite& operator=(ThreadsafeCopyOnWrite<T>&& other) = default; variable
/third_party/lzma/CPP/Windows/
DPropVariant.h56 CPropVariant& operator=(const FString &s); variable
132 CPropVariant& operator=(const CPropVariant &varSrc); variable
133 CPropVariant& operator=(const PROPVARIANT &varSrc); variable
134 CPropVariant& operator=(BSTR bstrSrc); variable
135 CPropVariant& operator=(LPCOLESTR lpszSrc); variable
136 CPropVariant& operator=(const UString &s); variable
137 CPropVariant& operator=(const UString2 &s); variable
138 CPropVariant& operator=(const char *s); variable
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_mutex.h80 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
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h493 Mutex& operator=(const Mutex&) = delete; variable
540 MutexLock& operator=(const MutexLock&) = delete; variable
541 MutexLock& operator=(MutexLock&&) = delete; variable
567 ReaderMutexLock& operator=(const ReaderMutexLock&) = delete; variable
568 ReaderMutexLock& operator=(ReaderMutexLock&&) = delete; variable
595 WriterMutexLock& operator=(const WriterMutexLock&) = delete; variable
596 WriterMutexLock& operator=(WriterMutexLock&&) = delete; variable
862 CondVar& operator=(const CondVar&) = delete; variable
899 MutexLockMaybe& operator=(const MutexLockMaybe&) = delete; variable
900 MutexLockMaybe& operator=(MutexLockMaybe&&) = delete; variable
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtask.h45 MARL_NO_EXPORT inline Task& operator=(const Task&); variable
46 MARL_NO_EXPORT inline Task& operator=(Task&&); variable
47 MARL_NO_EXPORT inline Task& operator=(const Function&); variable
48 MARL_NO_EXPORT inline Task& operator=(Function&&); variable
96 void Task::operator()() const { in operator() function
/third_party/gn/src/base/json/
Djson_value_converter.h104 FieldConverterBase& operator=(const FieldConverterBase&) = delete; variable
132 FieldConverter& operator=(const FieldConverter&) = delete; variable
147 BasicValueConverter& operator=(const BasicValueConverter&) = delete; variable
159 BasicValueConverter& operator=(const BasicValueConverter&) = delete; variable
172 BasicValueConverter& operator=(const BasicValueConverter&) = delete; variable
184 BasicValueConverter& operator=(const BasicValueConverter&) = delete; variable
196 BasicValueConverter& operator=(const BasicValueConverter&) = delete; variable
215 ValueFieldConverter& operator=(const ValueFieldConverter&) = delete; variable
236 CustomFieldConverter& operator=(const CustomFieldConverter&) = delete; variable
251 NestedValueConverter& operator=(const NestedValueConverter&) = delete; variable
[all …]
/third_party/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.h32 ComboVertexState& operator=(const ComboVertexState&) = delete; variable
34 ComboVertexState& operator=(ComboVertexState&&) = delete; variable
46 ComboRenderPipelineDescriptor& operator=(const ComboRenderPipelineDescriptor&) = delete; variable
48 ComboRenderPipelineDescriptor& operator=(ComboRenderPipelineDescriptor&&) = delete; variable
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Drwmutex.h49 RWMutex& operator=(const RWMutex&) = delete; variable
108 inline RLock& operator=(RLock&& other); variable
112 RLock& operator=(const RLock&) = delete; variable
160 inline WLock& operator=(WLock&& other); variable
164 WLock& operator=(const WLock&) = delete; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtzrule.h188 TimeZoneRule& operator=(const TimeZoneRule& right); variable
241 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable
438 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
654 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/third_party/skia/third_party/externals/icu/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
438 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
654 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/third_party/skia/third_party/externals/dawn/src/common/
DNonCopyable.h25 NonCopyable& operator=(NonCopyable&&) = default; variable
29 void operator=(const NonCopyable&) = delete; variable
40 void operator=(NonMovable&&) = delete; variable

12345678910>>...81