Home
last modified time | relevance | path

Searched defs:rhs (Results 76 - 100 of 635) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_vector.h53 vector(const vector& rhs) : Base(static_cast<const Base&>(rhs)) { in vector() argument
56 vector(vector&& rhs) : Base(static_cast<Base&&>(rhs)) { in vector() argument
62 vector& operator=(const vector& rhs) { in operator =() argument
H A Dityp_bitset.h33 constexpr bitset(const Base& rhs) : Base(rhs) { in bitset() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindingInfo.cpp102 void AccumulateBindingCounts(BindingCounts* bindingCounts, const BindingCounts& rhs) { in AccumulateBindingCounts() argument
[all...]
H A DAttachmentState.cpp78 AttachmentStateBlueprint::AttachmentStateBlueprint(const AttachmentStateBlueprint& rhs) = member in dawn_native::AttachmentStateBlueprint
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) { in operator ==() argument
63 operator ()(BitmapGlyphInfo* lhs, BitmapGlyphInfo* rhs) operator ()() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_loop_test.cc79 auto* rhs = Expr("rhs"); in TEST_F() local
134 auto* rhs = Expr("rhs"); in TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_loop_test.cc79 auto* rhs = Expr("rhs"); in TEST_F() local
134 auto* rhs = Expr("rhs"); in TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dhas_bits.h72 void Or(const HasBits<doublewords>& rhs) { in Or() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_scope.h44 CordzUpdateScope(CordzUpdateScope&& rhs) = delete; member in absl::cord_internal::CordzUpdateScope
46 CordzUpdateScope& operator=(CordzUpdateScope&& rhs) = delete; member in absl::cord_internal::CordzUpdateScope
H A Dcordz_sample_token.cc38 operator ==(const CordzSampleToken::Iterator& lhs, const CordzSampleToken::Iterator& rhs) operator ==() argument
44 operator !=(const CordzSampleToken::Iterator& lhs, const CordzSampleToken::Iterator& rhs) operator !=() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional.h205 optional(const optional<U>& rhs) { in optional() argument
222 explicit optional(const optional<U>& rhs) { in optional() argument
239 optional(optional<U>&& rhs) { in optional() argument
256 explicit optional(optional<U>&& rhs) { in optional() argument
308 operator =(const optional<U>& rhs) operator =() argument
325 operator =(optional<U>&& rhs) operator =() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.h179 friend bool operator==(const TargetData& lhs, const TargetData& rhs) { in operator ==() argument
149 operator !=(const DecorationManager& lhs, const DecorationManager& rhs) operator !=() argument
/third_party/spirv-tools/source/val/
H A Dinstruction.cpp36 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <() argument
39 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <() argument
40 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==() argument
43 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dscope_guard.h29 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func_)), active_(rhs.active_) in ScopeGuard() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dapplication_configuration_manager.cpp24 bool operator<(SetLevel lhs, SetLevel rhs) in operator <() argument
29 bool operator>(SetLevel lhs, SetLevel rhs) in operator >() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_light_up_effect_filter_test.cpp146 auto rhs = std::make_shared<RSFilter>(); in HWTEST_F() local
173 auto rhs = std::make_shared<RSFilter>(); in HWTEST_F() local
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dconcurrent_map.h30 ConcurrentMap(const ConcurrentMap &rhs) in ConcurrentMap() argument
35 ConcurrentMap &operator = (const ConcurrentMap &rhs) in operator =() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dblur_draw_looper.cpp43 bool operator==(const BlurDrawLooper& lhs, const BlurDrawLooper& rhs) in operator ==() argument
51 bool operator!=(const BlurDrawLooper& lhs, const BlurDrawLooper& rhs) in operator !=() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_backend.h71 HdiBackend(const HdiBackend& rhs) = delete; member in OHOS::Rosen::HdiBackend
72 HdiBackend& operator=(const HdiBackend& rhs) = delete; member in OHOS::Rosen::HdiBackend
73 HdiBackend(HdiBackend&& rhs) = delete; member in OHOS::Rosen::HdiBackend
74 HdiBackend& operator=(HdiBackend&& rhs) = delete; member in OHOS::Rosen::HdiBackend
/third_party/googletest/googlemock/test/
H A Dgmock-matchers_test.h107 void DescribeTo(ostream* os) const { *os << "is > " << rhs; } in DescribeTo() local
108 void DescribeNegationTo(ostream* os) const { *os << "is <= " << rhs; } in DescribeNegationTo() local
114 *listener << "which is the same as " << rhs; in MatchAndExplain() local
122 T rhs; global() member
126 GtestGreaterThan( T&& rhs) GtestGreaterThan() argument
135 GreaterThanMatcher(T rhs) GreaterThanMatcher() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dbits.cc49 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32() argument
55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() argument
61 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32() argument
68 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32() argument
73 SignedSaturatedAdd64(int64_t lhs, int64_t rhs) SignedSaturatedAdd64() argument
82 SignedSaturatedSub64(int64_t lhs, int64_t rhs) SignedSaturatedSub64() argument
91 SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) SignedMulOverflow32() argument
[all...]
/third_party/node/deps/v8/src/roots/
H A Droots-inl.h30 V8_INLINE constexpr bool operator<(RootIndex lhs, RootIndex rhs) { in operator <() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp73 bool isApiVersionEqual(deUint32 lhs, deUint32 rhs) in isApiVersionEqual() argument
111 deUint32 minVulkanAPIVersion(deUint32 lhs, deUint32 rhs) in minVulkanAPIVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h57 StringRef lhs, rhs; in getUnqualifiedName() local

Completed in 9 milliseconds

12345678910>>...26