Home
last modified time | relevance | path

Searched defs:other (Results 526 - 550 of 1910) sorted by relevance

1...<<21222324252627282930>>...77

/third_party/vixl/src/
H A Dcpu-features.cc67 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 DdiscriminatedUnionTypes2.js
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DRefBaseTests.cpp63 constexpr RefTracker(const RefTracker& other) = default; member
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.h116 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 DMessageLite.java282 Builder mergeFrom(MessageLite other); in mergeFrom() argument
[all...]
H A DUnmodifiableLazyStringList.java192 public void mergeFrom(LazyStringList other) { in mergeFrom() argument
H A DSchema.java72 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 Dstatusor_test.cc65 CopyNoAssign(const CopyNoAssign& other) : foo(other.foo) {} in CopyNoAssign() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
H A Dcleanup_test.cc50 FunctorClass(FunctorClass&& other) in FunctorClass() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant.h488 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 DDrawList.cpp23 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 DSkTemplates.h93 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 Dflags.h174 Flag(Flag&& other) = delete; member
175 Flag(const Flag& other) = delete; member
/third_party/vk-gl-cts/framework/common/
H A DtcuEither.hpp175 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 DtcuMaybe.hpp122 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 DtcuStringTemplate.cpp47 StringTemplate::StringTemplate (StringTemplate&& other) in StringTemplate() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeArrayBuffer.hpp130 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 DegluConfigFilter.cpp93 FilterList& FilterList::operator<< (const FilterList& other) in operator <<() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.cpp183 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 DPoolAlloc.h54 typedef pool_allocator<Other> other; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp16 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 Ddfx_symbol.h68 DfxSymbol(const DfxSymbol &other) = default; member
70 DfxSymbol& operator=(const DfxSymbol& other) = default; member
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_alarm.cpp36 ReminderRequestAlarm::ReminderRequestAlarm(const ReminderRequestAlarm &other) : ReminderRequest(other) in ReminderRequestAlarm() argument
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h48 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 Dsec_comp_entity.cpp55 bool SecCompEntity::CompareComponentBasicInfo(SecCompBase* other, bool isRectCheck) const in CompareComponentBasicInfo() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...77