Home
last modified time | relevance | path

Searched defs:other (Results 1351 - 1375 of 1839) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/python/Objects/
H A Dweakrefobject.c199 weakref_richcompare(PyWeakReference* self, PyWeakReference* other, int op) in weakref_richcompare() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldSet.java498 public void mergeFrom(final FieldSet<T> other) { in mergeFrom() argument
1248 public void mergeFrom(final FieldSet<T> other) { in mergeFrom() argument
[all...]
H A DRopeByteString.java503 public boolean equals(Object other) { in equals() argument
540 private boolean equalsFragments(ByteString other) { in equalsFragments() argument
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h76 MapKey(const MapKey& other) : type_(0) { CopyFrom(other); } in MapKey() argument
78 MapKey& operator=(const MapKey& other) { in operator =() argument
206 CopyFrom(const MapKey& other) CopyFrom() argument
697 CopyFrom(const MapValueRef& other) CopyFrom() argument
740 MapIterator(const MapIterator& other) MapIterator() argument
746 operator =(const MapIterator& other) operator =() argument
[all...]
H A Dmap_entry_lite.h545 void MergeFrom(const MapEntryLite& other) { MergeFromInternal(other); } in MergeFrom() argument
H A Dstruct.pb.cc180 void Struct_FieldsEntry_DoNotUse::MergeFrom(const Struct_FieldsEntry_DoNotUse& other) { in MergeFrom() argument
419 void Struct::InternalSwap(Struct* other) { in InternalSwap() argument
875 void Value::InternalSwap(Value* other) { in InternalSwap() argument
186 MergeFrom( const ::PROTOBUF_NAMESPACE_ID::Message& other) MergeFrom() argument
1079 InternalSwap(ListValue* other) InternalSwap() argument
[all...]
H A Dwrappers.pb.cc488 void DoubleValue::InternalSwap(DoubleValue* other) { in InternalSwap() argument
683 void FloatValue::InternalSwap(FloatValue* other) { in InternalSwap() argument
880 void Int64Value::InternalSwap(Int64Value* other) { in InternalSwap() argument
1077 void UInt64Value::InternalSwap(UInt64Value* other) { in InternalSwap() argument
1274 InternalSwap(Int32Value* other) InternalSwap() argument
1471 InternalSwap(UInt32Value* other) InternalSwap() argument
1666 InternalSwap(BoolValue* other) InternalSwap() argument
1875 InternalSwap(StringValue* other) InternalSwap() argument
2079 InternalSwap(BytesValue* other) InternalSwap() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc216 CopyNoAssign(const CopyNoAssign& other) : foo(other.foo) {} in CopyNoAssign() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc667 NotTriviallyDestructible(const NotTriviallyDestructible& other) in NotTriviallyDestructible() argument
670 NotTriviallyDestructible& operator=(const NotTriviallyDestructible& other) { in operator =() argument
/third_party/skia/experimental/sktext/include/
H A DTypes.h80 bool operator==(Range<T> other) { in operator ==() argument
112 void intersect(Range other) { in intersect() argument
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs822 let mut other = BoolAttr::none(cx, OTHER); in from_ast() variables
1016 pub fn other(&self) -> bool { in other() functions
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs822 let mut other = BoolAttr::none(cx, OTHER); in from_ast() variables
1016 pub fn other(&self) -> bool { in other() functions
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp205 void RequiredExtensions::add (const RequiredExtensions& other) in add() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp474 deIntptr operator- (const PoolArrayConstIterator<T, Alignment>& iter, const PoolArrayConstIterator<T, Alignment>& other) in operator -() argument
521 deIntptr operator- (const PoolArrayIterator<T, Alignment>& iter, const PoolArrayIterator<T, Alignment>& other) in operator -() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp108 DistributedUnsupportedData::DistributedUnsupportedData(const DistributedUnsupportedData& other) in DistributedUnsupportedData() argument
123 DistributedUnsupportedData::DistributedUnsupportedData(DistributedUnsupportedData&& other) in DistributedUnsupportedData() argument
131 operator =(const DistributedUnsupportedData& other) operator =() argument
152 operator =(DistributedUnsupportedData&& other) operator =() argument
389 operator =(const DistributedWantParams& other) operator =() argument
398 operator ==(const DistributedWantParams& other) operator ==() argument
[all...]
H A Ddistributed_want.cpp85 DistributedWant::DistributedWant(const DistributedWant& other) in DistributedWant() argument
91 DistributedWant& DistributedWant::operator=(const DistributedWant& other) in operator =() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp57 UnsupportedData::UnsupportedData(const UnsupportedData &other) : key(other.key), type(other.type), size(other.size) in UnsupportedData() argument
71 UnsupportedData::UnsupportedData(UnsupportedData &&other) in UnsupportedData() argument
79 operator =(const UnsupportedData &other) operator =() argument
100 operator =(UnsupportedData &&other) operator =() argument
252 operator =(const WantParams &other) operator =() argument
283 operator ==(const WantParams &other) operator ==() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp998 bool GridLayoutInfo::HeightSumSmaller(float other, float mainGap) const in HeightSumSmaller() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h140 BasicShape& operator=(const BasicShape& other) in operator =() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp406 ComponentHandle(const ComponentHandle& other) = delete; member in MaterialComponentManager::ComponentHandle
1030 operator =( const MaterialComponentManager::ComponentHandle& other) operator =() argument
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h184 operator =(const Vector2& other) operator =() argument
191 operator +=(const Vector2& other) operator +=() argument
198 operator -=(const Vector2& other) operator -=() argument
437 operator =(const Matrix3& other) operator =() argument
712 operator =(const Matrix4& other) operator =() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp186 SceneNode(const SceneNode& other) = delete; member in NodeSystem::SceneNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h432 RSRenderParticleVector(const RSRenderParticleVector& other) in RSRenderParticleVector() argument
436 RSRenderParticleVector& operator=(const RSRenderParticleVector& other) in operator =() argument
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1274 PointerEvent& operator=(const PointerEvent& other) = delete; member in OHOS::MMI::PointerEvent
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp47 Bitmap::Bitmap(const Bitmap &other) in Bitmap() argument
81 void Bitmap::And(const Bitmap &other) in And() argument
88 void Bitmap::Or(const Bitmap &other) in Or() argument
100 Bitmap &Bitmap::operator = (const Bitmap &other) in operator =() argument
[all...]

Completed in 46 milliseconds

1...<<51525354555657585960>>...74