Home
last modified time | relevance | path

Searched defs:rhs (Results 26 - 50 of 622) sorted by relevance

12345678910>>...25

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DMemset.hpp61 Memset(const Memset &&rhs) = delete; member
62 Memset &operator=(const Memset &&rhs) = delete; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DSourceLocation.h35 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) in operator ==() argument
40 inline bool operator!=(const SourceLocation &lhs, const SourceLocation &rhs) in operator !=() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.cpp33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <() argument
36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <() argument
37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==() argument
40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfpositer.cpp33 FieldPositionIterator::FieldPositionIterator(const FieldPositionIterator &rhs) in FieldPositionIterator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h117 FileWriter(const FileWriter &rhs) = delete; member in llvm::gsym::FileWriter
118 void operator=(const FileWriter &rhs) = delete; member in llvm::gsym::FileWriter
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dusage_test.cc63 const auto& rhs = usages[j]; in TEST_F() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Dconstant.cc62 Constant& Constant::operator=(const Constant& rhs) = default; member in tint::sem::Constant
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_assign_test.cc26 auto* rhs = Var("rhs", ty.i32()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_assign_test.cc26 auto* rhs = Global("rhs", ty.i32(), ast::StorageClass::kPrivate); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dfunction_ref.h126 FunctionRef& operator=(const FunctionRef& rhs) = delete; member in absl::FunctionRef
127 FunctionRef(const FunctionRef& rhs) = default; member in absl::FunctionRef
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_ref_ptr.h34 explicit JSRefPtrImpl(const ImplDetail& rhs) : object_(rhs) {} in JSRefPtrImpl() argument
35 explicit JSRefPtrImpl(ImplDetail&& rhs) : object_(std::move(rhs)) {} in JSRefPtrImpl() argument
37 JSRefPtrImpl(const JSRefPtrImpl<T, ImplDetail>& rhs) : object_(rhs.object_) {} in JSRefPtrImpl() argument
38 JSRefPtrImpl(JSRefPtrImpl<T, ImplDetail>&& rhs) : object_(std::move(rhs.object_)) {} in JSRefPtrImpl() argument
39 JSRefPtrImpl<T, ImplDetail>& operator=(const JSRefPtrImpl<T, ImplDetail>& rhs) in operator =() argument
46 operator =(JSRefPtrImpl<T, ImplDetail>&& rhs) operator =() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtime_span.h282 operator *(int n, const TimeSpan& rhs) operator *() argument
286 operator *(float n, const TimeSpan& rhs) operator *() argument
290 operator /(float n, const TimeSpan& rhs) operator /() argument
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dsync_fence.h51 SyncFence(const SyncFence& rhs) = delete; member in OHOS::SyncFence
52 SyncFence& operator=(const SyncFence& rhs) = delete; member in OHOS::SyncFence
53 SyncFence(SyncFence&& rhs) = delete; member in OHOS::SyncFence
54 SyncFence& operator=(SyncFence&& rhs) = delete; member in OHOS::SyncFence
/foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence/
H A Dsync_fence.h51 SyncFence(const SyncFence& rhs) = delete; member in OHOS::SyncFence
52 SyncFence& operator=(const SyncFence& rhs) = delete; member in OHOS::SyncFence
53 SyncFence(SyncFence&& rhs) = delete; member in OHOS::SyncFence
54 SyncFence& operator=(SyncFence&& rhs) = delete; member in OHOS::SyncFence
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Duid.h141 inline constexpr bool operator<(const Uid& lhs, const Uid& rhs) in operator <() argument
155 inline constexpr bool operator==(const Uid& lhs, const Uid& rhs) in operator ==() argument
160 operator !=(const Uid& lhs, const Uid& rhs) operator !=() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.cpp54 bool operator==(const IDirectory::Entry& lhs, const IDirectory::Entry& rhs) in operator ==() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h92 ResultRow(const ResultRow& rhs) = delete; member
93 ResultRow& operator=(const ResultRow& rhs) = delete; member
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dentity.h40 inline bool operator==(Entity const& lhs, Entity const& rhs) in operator ==() argument
45 inline bool operator!=(Entity const& lhs, Entity const& rhs) in operator !=() argument
/foundation/resourceschedule/ffrt/src/util/
H A DIntrusiveList.h58 Swap(rhs); variable
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_info_test.cpp113 SubscribeInfo rhs; in HWTEST_F() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/
H A Dnapi_observer.h34 NapiObserver& operator=(NapiObserver &&rhs) = default; member in OHOS::DataShare::NapiObserver
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_deduplicate_memory_test.cpp55 bool operator==(const RadarReportIdentity &lhs, const RadarReportIdentity &rhs) in operator ==() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbig_integer.cpp72 bool BigInteger::operator<(const BigInteger &rhs) in operator <() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_file.cpp52 MtpFsTypeFile &MtpFsTypeFile::operator = (const MtpFsTypeFile &rhs) in operator =() argument
H A Dmtpfs_type_tmp_file.cpp49 MtpFsTypeTmpFile &MtpFsTypeTmpFile::operator = (const MtpFsTypeTmpFile &rhs) in operator =() argument

Completed in 7 milliseconds

12345678910>>...25