Home
last modified time | relevance | path

Searched defs:other (Results 301 - 325 of 1861) sorted by relevance

1...<<11121314151617181920>>...75

/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
/developtools/global_resource_tool/src/
H A Dresource_module.cpp108 void ResourceModule::Push(const map<int64_t, std::vector<ResourceItem>> &other) in Push() argument
77 MergeResourceItem(map<int64_t, vector<ResourceItem>> &alls, const map<int64_t, vector<ResourceItem>> &other, bool tipError) MergeResourceItem() 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...]
/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp344 auto other = uri_->Unmarshalling(parcel); in HWTEST_F() local
359 auto other = uri_->Unmarshalling(parcel); in HWTEST_F() local
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Duser_object_wrapper.cpp30 bool UserObject::Equals(IObject &other) in Equals() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params_wrapper.cpp50 bool WantParamWrapper::Equals(IObject &other) in Equals() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...75