Home
last modified time | relevance | path

Searched defs:other (Results 326 - 350 of 1908) sorted by relevance

1...<<11121314151617181920>>...77

/third_party/skia/src/gpu/
H A DGrDstProxyView.h24 GrDstProxyView(const GrDstProxyView& other) { in GrDstProxyView() argument
28 GrDstProxyView& operator=(const GrDstProxyView& other) { in operator =() argument
/third_party/skia/src/gpu/ops/
H A DClearOp.cpp56 auto other = t->cast<ClearOp>(); in onCombineIfPossible() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddiagnostic.cpp73 DiagnosticStream::DiagnosticStream(DiagnosticStream&& other) in DiagnosticStream() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddiagnostic.cpp73 DiagnosticStream::DiagnosticStream(DiagnosticStream&& other) in DiagnosticStream() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_parsednumber.cpp119 bool ParsedNumber::isBetterThan(const ParsedNumber& other) { in isBetterThan() argument
H A Dutf16collationiterator.h63 UTF16CollationIterator(const UTF16CollationIterator &other) in UTF16CollationIterator() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiPortWrapper.java99 public boolean equals(Object other) { in equals() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfail_stream.h38 FailStream(const FailStream& other) = default; member in tint::reader::spirv::FailStream
/third_party/spirv-tools/source/
H A Ddiagnostic.cpp73 DiagnosticStream::DiagnosticStream(DiagnosticStream&& other) in DiagnosticStream() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dsharedobject.h63 SharedObject(const SharedObject &other) : in SharedObject() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
48 inline const EnumSet<T,minValue,limitValue>& operator=(const EnumSet<T,minValue,limitValue>& other) { in operator =() argument
H A Dsimpleformatter.h106 SimpleFormatter(const SimpleFormatter& other) in SimpleFormatter() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringList.java154 void mergeFrom(LazyStringList other); in mergeFrom() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc99 Status::Status(const Status& other) in Status() argument
103 Status& Status::operator=(const Status& other) { in operator =() argument
H A Dstatusor.h216 inline StatusOr<T>::StatusOr(const StatusOr<T>& other) in StatusOr() argument
221 inline StatusOr<T>& StatusOr<T>::operator=(const StatusOr<T>& other) { in operator =() argument
229 StatusOr(const StatusOr<U>& other) StatusOr() argument
235 operator =(const StatusOr<U>& other) operator =() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp86 NativeObjects::NativeObjects (NativeObjects&& other) in NativeObjects() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuResource.hpp100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} in DirArchive() argument
101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; } in operator =() argument
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrGenericVector.hpp75 inline GenericVec4 (const GenericVec4& other) in GenericVec4() argument
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_timer.cpp48 ReminderRequestTimer::ReminderRequestTimer(const ReminderRequestTimer &other) : ReminderRequest(other) in ReminderRequestTimer() argument
/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h51 Sender(const Sender &other) in Sender() argument
55 Sender(Sender &&other) in Sender() argument
61 Sender& operator=(const Sender &other) in operator =() argument
67 Sender& operator=(Sender &&other) in operator =() argument
97 Receiver(const Receiver &other) Receiver() argument
101 Receiver(Receiver &&other) Receiver() argument
107 operator =(const Receiver &other) operator =() argument
113 operator =(Receiver &&other) operator =() argument
[all...]
/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h41 ByteBuffer(const ByteBuffer &other): data(nullptr), size(0) in ByteBuffer() argument
/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp25 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/open_link/
H A Dopen_link_options.cpp20 OpenLinkOptions::OpenLinkOptions(const OpenLinkOptions &other) in OpenLinkOptions() argument
26 OpenLinkOptions &OpenLinkOptions::operator=(const OpenLinkOptions &other) in operator =() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dautoptr.h81 AutoPtr(T *other) AutoPtr() argument
89 AutoPtr(const AutoPtr<T> &other) AutoPtr() argument
97 AutoPtr(AutoPtr<T> &&other) AutoPtr() argument
111 operator =(T *other) operator =() argument
127 operator =(const AutoPtr<T> &other) operator =() argument
143 operator =(AutoPtr<T> &&other) operator =() argument
154 MoveTo(T **other) MoveTo() argument
[all...]
/foundation/ability/idl_tool/util/
H A Dautoptr.h83 AutoPtr(T* other) AutoPtr() argument
92 AutoPtr(const AutoPtr<T>& other) AutoPtr() argument
101 AutoPtr(AutoPtr<T>&& other) AutoPtr() argument
116 operator =(T* other) operator =() argument
131 operator =(const AutoPtr<T>& other) operator =() argument
146 operator =(AutoPtr<T>&& other) operator =() argument
157 MoveTo(T** other) MoveTo() argument
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...77