Home
last modified time | relevance | path

Searched defs:rhs (Results 126 - 150 of 630) sorted by relevance

12345678910>>...26

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h53 Node* Word32And(Node* lhs, uint32_t rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dbits.h237 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 Dv8-handle-base.h93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.h97 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 Dslots-atomic-inl.h92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs134 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 DSpirvShaderSpec.cpp212 auto const &rhs = getObject(insn.word(5)); in EvalSpecConstantBinaryOp() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.h42 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 Ddef_use_manager.h42 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 Dtest_utils.cpp82 ProcessHandle &ProcessHandle::operator=(ProcessHandle &&rhs) in operator =() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DTypedInteger.h82 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 Dcomposite_bitmap_glyph.cc64 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 Dprogram_builder.cc33 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 Dfunction_logical_test.cc165 const std::string rhs; member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc210 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 Ddef_use_manager.h40 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 Dutils_json_visitor_test.cpp73 bool operator==(const D &lhs, const D &rhs) in operator ==() argument
/base/update/updater/utils/json/
H A Djson_node.h93 void operator=(T &&rhs) in operator =() argument
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp40 bool operator==(const FormInfo& lhs, const FormInfo& rhs) in operator ==() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.h84 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 Dtimeout_recognizer.cpp46 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 Drs_material_filter_test.cpp239 auto rhs = std::make_shared<RSFilter>(); in HWTEST_F() local
256 auto rhs = std::make_shared<RSFilter>(); in HWTEST_F() local
[all...]
H A Drs_blur_filter_test.cpp163 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 Drs_occlusion_region_helper.h34 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 Diterator.h465 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...]

Completed in 13 milliseconds

12345678910>>...26