Home
last modified time | relevance | path

Searched defs:lhs (Results 76 - 100 of 474) sorted by relevance

12345678910>>...19

/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.h90 explicit StringCons(const StringConstantBase* lhs, in StringCons() argument
96 const StringConstantBase* lhs() const { return lhs_; } in lhs() function in v8::internal::final
/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/angle2/src/compiler/translator/tree_ops/d3d/
H A DExpandIntegerPowExpressions.cpp113 TIntermTyped *lhs = sequence->at(0)->getAsTyped(); in visitAggregate() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp161 auto const &lhs = getObject(insn.word(4)); in EvalSpecConstantUnaryOp() local
211 auto const &lhs = getObject(insn.word(4)); 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/dawn/src/common/
H A DTypedInteger.h136 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/tint/src/reader/spirv/
H A Dfunction_logical_test.cc163 const std::string lhs; member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc211 ThrowingVariant lhs = ValuelessByException(); in TEST() local
217 ThrowingVariant lhs = WithThrower(); in TEST() local
251 ThrowingVariant lhs = WithThrower(); in TEST() local
293 ThrowingVariant lhs = ValuelessByException(); TEST() local
299 ThrowingVariant lhs = WithThrower(); TEST() local
402 ThrowingVariant lhs = WithThrower(); TEST() local
407 ThrowingVariant lhs = WithThrower(); TEST() local
485 ThrowingVariant lhs = ValuelessByException(); 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, cons argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/
H A DMatrix4x4.h38 static void Multiply(Matrix4x4 lhs, Matrix4x4 rhs, Matrix4x4 &product) in Multiply() argument
/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
/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/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h74 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
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_filter.cpp69 std::shared_ptr<RSFilter> operator+(const std::shared_ptr<RSFilter>& lhs, const std::shared_ptr<RSFilter>& rhs) in operator +() argument
80 std::shared_ptr<RSFilter> operator-(const std::shared_ptr<RSFilter>& lhs, const std::shared_ptr<RSFilter>& rhs) in operator -() argument
91 std::shared_ptr<RSFilter> operator*(const std::shared_ptr<RSFilter>& lhs, float rhs) in operator *() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector_util.h30 static inline constexpr float Dot(const Vec2& lhs, const Vec2& rhs) in Dot() argument
36 static inline constexpr float Cross(const Vec2& lhs, const Vec2& rhs) in Cross() argument
67 static constexpr inline Vec2 min(const Vec2& lhs, const Vec2& rhs) in min() argument
73 static constexpr inline Vec2 max(const Vec2& lhs, cons argument
149 Dot(const Vec3& lhs, const Vec3& rhs) Dot() argument
155 Cross(const Vec3& lhs, const Vec3& rhs) Cross() argument
197 min(const Vec3& lhs, const Vec3& rhs) min() argument
203 max(const Vec3& lhs, const Vec3& rhs) max() argument
[all...]
/third_party/gn/src/base/memory/
H A Dscoped_refptr.h283 bool operator==(const scoped_refptr<T>& lhs, const U* rhs) { in operator ==() argument
288 bool operator==(const T* lhs, const scoped_refptr<U>& rhs) { in operator ==() argument
293 bool operator==(const scoped_refptr<T>& lhs, std::nullptr_t null) { in operator ==() argument
303 bool operator!=(const scoped_refptr<T>& lhs, const U* rhs) { in operator !=() argument
308 bool operator!=(const T* lhs, const scoped_refptr<U>& rhs) { in operator !=() argument
313 operator !=(const scoped_refptr<T>& lhs, std::nullptr_t null) operator !=() argument
[all...]
/third_party/gn/src/base/numerics/
H A Dchecked_math.h230 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() argument
335 CheckMathOp(const L lhs, const R rhs, const Args... args) { in CheckMathOp() argument
356 L* operator+(L* lhs, const StrictNumeric<R> rhs) { in operator +() argument
364 L* operator-(L* lhs, cons argument
321 CheckMathOp( const L lhs, const R rhs) CheckMathOp() argument
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java251 private int statusChange(APIInfo lhs, APIInfo rhs) { // new. old in statusChange() argument
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.h78 friend inline bool operator==(const CacheKeyBase& lhs, in operator ==() argument
83 friend inline bool operator!=(const CacheKeyBase& lhs, in operator !=() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-instanceof.cpp27 jerry_value_t lhs; member
H A Dtest-api-binary-operations-arithmetics.cpp40 jerry_value_t lhs; member
48 jerry_value_t lhs; global() member
[all...]
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp123 friend json_pointer operator/(const json_pointer& lhs, in operator /() argument
131 friend json_pointer operator/(const json_pointer& lhs, string_t token) // NOLINT(performance-unnecessary-value-param) in operator /() argument
138 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /() argument
[all...]

Completed in 15 milliseconds

12345678910>>...19