| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Memset.hpp | 61 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 D | SourceLocation.h | 35 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 D | instruction.cpp | 33 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 D | fpositer.cpp | 33 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 D | FileWriter.h | 117 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 D | usage_test.cc | 63 const auto& rhs = usages[j]; in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | constant.cc | 62 Constant& Constant::operator=(const Constant& rhs) = default; member in tint::sem::Constant
|
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl_assign_test.cc | 26 auto* rhs = Var("rhs", ty.i32()); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| H A D | generator_impl_assign_test.cc | 26 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 D | function_ref.h | 126 FunctionRef& operator=(const FunctionRef& rhs) = delete; member in absl::FunctionRef 127 FunctionRef(const FunctionRef& rhs) = default; member in absl::FunctionRef
|
| /base/update/updater/test/unittest/updater_ui_test/view/ |
| H A D | ui_layout_unittest.cpp | 28 bool operator == (const UxViewCommonInfo &lhs, const UxViewCommonInfo &rhs) in operator ==() argument 34 bool operator == (const UxBoxProgressInfo &lhs, const UxBoxProgressInfo &rhs) in operator ==() argument 40 operator ==(const UxLabelInfo &lhs, const UxLabelInfo &rhs) operator ==() argument 46 operator ==(const UxImageInfo &lhs, const UxImageInfo &rhs) operator ==() argument 52 operator ==(const UxLabelBtnInfo &lhs, const UxLabelBtnInfo &rhs) operator ==() argument 58 operator ==(const UxViewInfo &lhs, const UxViewInfo &rhs) operator ==() argument [all...] |
| /base/update/updater/test/unittest/updater_ui_test/strategy/ |
| H A D | ui_strategy_unittest.cpp | 24 bool operator == (const ComInfo &lhs, const ComInfo &rhs) in operator ==() argument 29 bool operator == (const ProgressPage &lhs, const ProgressPage &rhs) in operator ==() argument 36 operator ==(const ResPage &lhs, const ResPage &rhs) operator ==() argument 41 operator ==(const UiStrategyCfg &lhs, const UiStrategyCfg &rhs) operator ==() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| H A D | js_ref_ptr.h | 34 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 D | time_span.h | 282 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 D | sync_fence.h | 51 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 D | sync_fence.h | 51 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 D | uid.h | 141 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 D | proxy_directory.cpp | 54 bool operator==(const IDirectory::Entry& lhs, const IDirectory::Entry& rhs) in operator ==() argument
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
| H A D | component_query.h | 92 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 D | entity.h | 40 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 D | IntrusiveList.h | 58 Swap(rhs); variable [all...] |
| /foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
| H A D | subscribe_info_test.cpp | 113 SubscribeInfo rhs; in HWTEST_F() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/ |
| H A D | napi_observer.h | 34 NapiObserver& operator=(NapiObserver &&rhs) = default; member in OHOS::DataShare::NapiObserver
|
| /foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
| H A D | pasteboard_deduplicate_memory_test.cpp | 55 bool operator==(const RadarReportIdentity &lhs, const RadarReportIdentity &rhs) in operator ==() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | big_integer.cpp | 72 bool BigInteger::operator<(const BigInteger &rhs) in operator <() argument
|