/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator-reducer.h | 53 Node* Word32And(Node* lhs, uint32_t rhs) { in Word32And() argument [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | bits.h | 237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument 251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument 269 SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedAddOverflow64() argument 279 SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedSubOverflow64() argument 309 UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) UnsignedAddOverflow32() argument 321 UnsignedDiv32(uint32_t lhs, uint32_t rhs) UnsignedDiv32() argument 328 UnsignedMod32(uint32_t lhs, uint32_t rhs) UnsignedMod32() argument 334 WraparoundAdd32(int32_t lhs, int32_t rhs) WraparoundAdd32() argument [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-handle-base.h | 93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | string-constants.h | 97 const StringConstantBase* rhs() const { return rhs_; } in rhs() function in v8::internal::final 90 StringCons(const StringConstantBase* lhs, const StringConstantBase* rhs) StringCons() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | slots-atomic-inl.h | 92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 134 public static Duration operator +(Duration lhs, Duration rhs) in operator +() argument 150 public static Duration operator -(Duration lhs, Duration rhs) in operator -() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSpec.cpp | 212 auto const &rhs = getObject(insn.word(5)); in EvalSpecConstantBinaryOp() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument 46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument 48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument 214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | def_use_manager.h | 42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument 46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument 48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument 214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument [all...] |
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils.cpp | 82 ProcessHandle &ProcessHandle::operator=(ProcessHandle &&rhs) in operator =() argument
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | TypedInteger.h | 82 explicit constexpr TypedIntegerImpl(I rhs) : mValue(static_cast<T>(rhs)) { in TypedIntegerImpl() argument 136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument 146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument 164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument 173 SubImpl( TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument 237 Add(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Add() argument 244 Sub(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Sub() argument 251 Add(T lhs, T rhs) Add() argument 256 Sub(T lhs, T rhs) Sub() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | composite_bitmap_glyph.cc | 64 CompositeBitmapGlyph::Component::Component(const Component& rhs) in Component() argument 70 operator ==( const CompositeBitmapGlyph::Component& rhs) operator ==() argument 75 operator =( const CompositeBitmapGlyph::Component& rhs) operator =() argument [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.cc | 33 ProgramBuilder::ProgramBuilder(ProgramBuilder&& rhs) in ProgramBuilder() argument 48 operator =(ProgramBuilder&& rhs) operator =() argument [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function_logical_test.cc | 165 const std::string rhs; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_exception_safety_test.cc | 210 const ThrowingVariant rhs = ValuelessByException(); in TEST() local 216 const ThrowingVariant rhs = ValuelessByException(); in TEST() local 292 ThrowingVariant rhs = ValuelessByException(); TEST() local 298 ThrowingVariant rhs = ValuelessByException(); TEST() local 362 Thrower rhs = ExpectedThrower(); TEST() local 401 const CopyNothrow rhs; TEST() local 406 MoveNothrow rhs; TEST() local 415 Thrower rhs = ExpectedThrower(); TEST() local 451 MoveNothrow rhs; TEST() local 484 ThrowingVariant rhs = ValuelessByException(); TEST() local 491 ThrowingVariant rhs = ExpectedThrower(); TEST() local 505 ThrowingVariant rhs = ExpectedThrower(); TEST() local 515 ThrowingVariant rhs = ExpectedThrower(); TEST() local [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 40 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument 44 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument 46 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument 60 inline bool operator==(const UserEntry& lhs, const UserEntry& rhs) { in operator ==() argument [all...] |
/base/update/updater/test/unittest/utils/json/ |
H A D | utils_json_visitor_test.cpp | 73 bool operator==(const D &lhs, const D &rhs) in operator ==() argument
|
/base/update/updater/utils/json/ |
H A D | json_node.h | 93 void operator=(T &&rhs) in operator =() argument
|
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/ |
H A D | form_mgr_proxy_test.cpp | 40 bool operator==(const FormInfo& lhs, const FormInfo& rhs) in operator ==() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_utils_bridge.h | 84 JsWeak(const JsWeak<T>& rhs) : value_(rhs.value_) in JsWeak() argument 89 JsWeak(JsWeak<T>&& rhs) : value_(std::move(rhs.value_)) in JsWeak() argument 95 explicit JsWeak(const T& rhs) : value_(rhs) in JsWeak() argument 100 JsWeak<T>& operator=(const JsWeak<T>& rhs) in operator =() argument 108 JsWeak<T>& operator=(const T& rhs) in operator =() argument 115 operator =(JsWeak<T>&& rhs) operator =() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | timeout_recognizer.cpp | 46 auto rhs = AceType::DynamicCast<SingleChildGestureRecognizer>(recognizer); in ReconcileFrom() local 113 auto rhs = AceType::DynamicCast<TimeoutRecognizer>(recognizer); in ReconcileFrom() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_material_filter_test.cpp | 239 auto rhs = std::make_shared<RSFilter>(); in HWTEST_F() local 256 auto rhs = std::make_shared<RSFilter>(); in HWTEST_F() local [all...] |
H A D | rs_blur_filter_test.cpp | 163 auto rhs = RSFilter::CreateBlurFilter(blurRadiusX, blurRadiusY); in HWTEST_F() local 186 auto rhs = RSFilter::CreateBlurFilter(blurRadiusX, blurRadiusY); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region_helper.h | 34 inline RectsPtr(const RectsPtr &rhs) : rects_(rhs.rects_), count_(rhs.count_) {} in RectsPtr() argument 74 inline OuterLooper(const RectsPtr &lhs, const RectsPtr &rhs) : lhs_(lhs), rhs_(rhs) in OuterLooper() argument 98 inline InnerLooper(const RectsPtr &lhs, const RectsPtr &rhs) in InnerLooper() argument
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | iterator.h | 465 constexpr bool operator==(const move_iterator<Iterator1>& lhs, const move_iterator<Iterator2>& rhs) in operator ==() argument 471 constexpr bool operator!=(const move_iterator<Iterator1>& lhs, const move_iterator<Iterator2>& rhs) in operator !=() argument 477 constexpr bool operator<(const move_iterator<Iterator1>& lhs, const move_iterator<Iterator2>& rhs) in operator <() argument 483 constexpr bool operator<=(const move_iterator<Iterator1>& lhs, const move_iterator<Iterator2>& rhs) in operator <=() argument 489 constexpr bool operator>(const move_iterator<Iterator1>& lhs, const move_iterator<Iterator2>& rhs) in operator >() argument 495 operator >=(const move_iterator<Iterator1>& lhs, const move_iterator<Iterator2>& rhs) operator >=() argument 508 decltype(lhs.base() - rhs.base()) decltype() argument [all...] |