| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | ityp_vector.h | 53 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 D | ityp_bitset.h | 33 constexpr bitset(const Base& rhs) : Base(rhs) { in bitset() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | BindingInfo.cpp | 102 void AccumulateBindingCounts(BindingCounts* bindingCounts, const BindingCounts& rhs) { in AccumulateBindingCounts() argument [all...] |
| H A D | AttachmentState.cpp | 78 AttachmentStateBlueprint::AttachmentStateBlueprint(const AttachmentStateBlueprint& rhs) = member in dawn_native::AttachmentStateBlueprint
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | bitmap_glyph_info.cc | 53 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 D | generator_impl_loop_test.cc | 79 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 D | generator_impl_loop_test.cc | 79 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 D | has_bits.h | 72 void Or(const HasBits<doublewords>& rhs) { in Or() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cordz_update_scope.h | 44 CordzUpdateScope(CordzUpdateScope&& rhs) = delete; member in absl::cord_internal::CordzUpdateScope 46 CordzUpdateScope& operator=(CordzUpdateScope&& rhs) = delete; member in absl::cord_internal::CordzUpdateScope
|
| H A D | cordz_sample_token.cc | 38 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 D | optional.h | 205 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 D | decoration_manager.h | 179 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 D | instruction.cpp | 36 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 D | vktSubgroupsScanHelpers.cpp | 59 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 D | scope_guard.h | 29 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func_)), active_(rhs.active_) in ScopeGuard() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | application_configuration_manager.cpp | 24 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 D | rs_light_up_effect_filter_test.cpp | 146 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 D | concurrent_map.h | 30 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 D | blur_draw_looper.cpp | 43 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 D | hdi_backend.h | 71 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 D | gmock-matchers_test.h | 107 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 D | bits.cc | 49 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 D | roots-inl.h | 30 V8_INLINE constexpr bool operator<(RootIndex lhs, RootIndex rhs) { in operator <() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkApiVersion.cpp | 73 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 D | MCSymbolXCOFF.h | 57 StringRef lhs, rhs; in getUnqualifiedName() local
|