| /third_party/vixl/src/ |
| H A D | cpu-features.cc | 67 void CPUFeatures::Combine(const CPUFeatures& other) { in Combine() argument 75 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() argument [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | discriminatedUnionTypes2.js | |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| H A D | RefBaseTests.cpp | 63 constexpr RefTracker(const RefTracker& other) = default; member [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | empty.pb.h | 116 inline void Swap(Empty* other) { in Swap() argument 124 void UnsafeArenaSwap(Empty* other) { in UnsafeArenaSwap() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MessageLite.java | 282 Builder mergeFrom(MessageLite other); in mergeFrom() argument [all...] |
| H A D | UnmodifiableLazyStringList.java | 192 public void mergeFrom(LazyStringList other) { in mergeFrom() argument
|
| H A D | Schema.java | 72 boolean equals(T message, T other); in equals() argument 81 void mergeFrom(T message, T other); in mergeFrom() argument
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | statusor_test.cc | 65 CopyNoAssign(const CopyNoAssign& other) : foo(other.foo) {} in CopyNoAssign() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/ |
| H A D | cleanup_test.cc | 50 FunctorClass(FunctorClass&& other) in FunctorClass() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant.h | 488 variant(const variant& other) = default; member in absl::variant 491 variant(variant&& other) /*noexcept(see above)*/ = default; member in absl::variant 574 variant& operator=(const variant& other) = default; member in absl::variant 577 variant& operator=(variant&& other) /*noexcept(see above)*/ = default; member in absl::variant
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawList.cpp | 23 PaintParams::PaintParams(const PaintParams& other) in PaintParams() argument 30 PaintParams& PaintParams::operator=(const PaintParams& other) { in operator =() argument
|
| /third_party/skia/include/private/ |
| H A D | SkTemplates.h | 93 SkAutoTArray(SkAutoTArray&& other) : fArray(std::move(other.fArray)) { in SkAutoTArray() argument 96 SkAutoTArray& operator=(SkAutoTArray&& other) { in operator =() argument [all...] |
| /third_party/spirv-tools/tools/util/ |
| H A D | flags.h | 174 Flag(Flag&& other) = delete; member 175 Flag(const Flag& other) = delete; member
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuEither.hpp | 175 Either<First, Second>::Either (const Either<First, Second>& other) in Either() argument 185 Either<First, Second>& Either<First, Second>::operator= (const Either<First, Second>& other) in operator =() argument [all...] |
| H A D | tcuMaybe.hpp | 122 Maybe<T>::Maybe (const Maybe<T>& other) in Maybe() argument 130 Maybe<T>& Maybe<T>::operator= (const Maybe<T>& other) in operator =() argument
|
| H A D | tcuStringTemplate.cpp | 47 StringTemplate::StringTemplate (StringTemplate&& other) in StringTemplate() argument
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deArrayBuffer.hpp | 130 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other) in ArrayBuffer() argument 153 ArrayBuffer<T,Alignment,Stride>& ArrayBuffer<T,Alignment,Stride>::operator= (const ArrayBuffer& other) in operator =() argument 178 swap(ArrayBuffer& other) swap() argument [all...] |
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluConfigFilter.cpp | 93 FilterList& FilterList::operator<< (const FilterList& other) in operator <<() argument
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgVariableValue.cpp | 183 ValueRange::ValueRange (ConstValueRangeAccess other) in ValueRange() argument 269 VariableValue(const VariableValue& other) VariableValue() argument 276 operator =(const VariableValue& other) operator =() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | PoolAlloc.h | 54 typedef pool_allocator<Other> other; typedef
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | AttributeMap.cpp | 16 AttributeMap::AttributeMap(const AttributeMap &other) = default; member in egl::AttributeMap 18 AttributeMap &AttributeMap::operator=(const AttributeMap &other) = default; member in egl::AttributeMap
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| H A D | dfx_symbol.h | 68 DfxSymbol(const DfxSymbol &other) = default; member 70 DfxSymbol& operator=(const DfxSymbol& other) = default; member
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | reminder_request_alarm.cpp | 36 ReminderRequestAlarm::ReminderRequestAlarm(const ReminderRequestAlarm &other) : ReminderRequest(other) in ReminderRequestAlarm() argument
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| H A D | reminder_data_manager.h | 48 ReminderDataManager(ReminderDataManager &other) = delete; member in OHOS::Notification::final 49 ReminderDataManager& operator = (const ReminderDataManager &other) = delete; member in OHOS::Notification::final
|
| /base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
| H A D | sec_comp_entity.cpp | 55 bool SecCompEntity::CompareComponentBasicInfo(SecCompBase* other, bool isRectCheck) const in CompareComponentBasicInfo() argument
|