Home
last modified time | relevance | path

Searched defs:other (Results 576 - 600 of 1908) sorted by relevance

1...<<21222324252627282930>>...77

/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp125 void LRUCache::MergeOtherCache(const LRUCache &other) in MergeOtherCache() argument
/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dnet_address.cpp28 NetAddress::NetAddress(const NetAddress &other) : address_(other.address_), family_(other.family_), port_(other.port_) in NetAddress() argument
193 NetAddress &NetAddress::operator=(const NetAddress &other) in operator =() argument
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp57 TLSKey::TLSKey(const TLSKey &other) in TLSKey() argument
62 TLSKey &TLSKey::operator=(const TLSKey &other) in operator =() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddb_ability.cpp31 DbAbility::DbAbility(const DbAbility &other) in DbAbility() argument
39 DbAbility& DbAbility::operator=(const DbAbility &other) in operator =() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h241 ForceSetRefPtr(T *other) ForceSetRefPtr() argument
251 sptr(T *other) sptr() argument
256 sptr(const sptr<T> &other) sptr() argument
264 sptr(sptr<T> &&other) sptr() argument
270 operator =(sptr<T> &&other) operator =() argument
280 sptr(const sptr<O> &other) sptr() argument
287 operator =(T *other) operator =() argument
301 operator =(const sptr<T> &other) operator =() argument
316 operator =(const wptr<T> &other) operator =() argument
327 operator =(const sptr<O> &other) operator =() argument
464 wptr(T *other) wptr() argument
476 wptr(const wptr<T> &other) wptr() argument
484 wptr(const sptr<T> &other) wptr() argument
494 wptr(const wptr<O> &other) wptr() argument
502 wptr(const sptr<O> &other) wptr() argument
512 operator =(T *other) operator =() argument
530 operator =(O *other) operator =() argument
549 operator =(const wptr<T> &other) operator =() argument
563 operator =(const sptr<T> &other) operator =() argument
581 operator =(const wptr<O> &other) operator =() argument
595 operator =(const sptr<O> &other) operator =() argument
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_app_image_info.h120 DmAppImageInfo(const DmAppImageInfo &other) in DmAppImageInfo() argument
127 DmAppImageInfo &operator=(const DmAppImageInfo &other) in operator =() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.cpp121 void SkiaRegion::Clone(const Region& other) in Clone() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_rect.cpp36 bool OH_Drawing_RectIntersect(OH_Drawing_Rect* cRect, const OH_Drawing_Rect* other) in OH_Drawing_RectIntersect() argument
47 bool OH_Drawing_RectJoin(OH_Drawing_Rect* cRect, const OH_Drawing_Rect* other) in OH_Drawing_RectJoin() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DBroadcastSubscribeTest.cpp38 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dbroadcast_subscribe_func_test.c41 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() argument
H A Dbroadcast_publish_func_test.c42 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() argument
/third_party/elfio/tests/
H A DELFIOTest2.cpp257 unsigned char other; in TEST() local
285 unsigned char other; in TEST() local
313 unsigned char other; in TEST() local
341 unsigned char other; in TEST() local
369 unsigned char other; TEST() local
[all...]
/third_party/elfio/examples/c_wrapper/
H A Dc_example.c107 unsigned char other; in main() local
/third_party/gn/src/base/memory/
H A Dweak_ptr.h115 WeakReference& operator=(WeakReference&& other) = default; member in base::internal::WeakReference
116 WeakReference& operator=(const WeakReference& other) = default; member in base::internal::WeakReference
148 WeakPtrBase(const WeakPtrBase& other) = default; member in base::internal::WeakPtrBase
149 WeakPtrBase(WeakPtrBase&& other) member in base::internal::WeakPtrBase
150 WeakPtrBase& operator=(const WeakPtrBase& other) = default; global() member in base::internal::WeakPtrBase
151 WeakPtrBase& operator=(WeakPtrBase&& other) = default; global() member in base::internal::WeakPtrBase
227 WeakPtr(const WeakPtr<U>& other) WeakPtr() argument
234 WeakPtr(WeakPtr<U>&& other) WeakPtr() argument
[all...]
/third_party/gn/src/base/win/
H A Dscoped_handle.h45 GenericScopedHandle(GenericScopedHandle&& other) in GenericScopedHandle() argument
54 GenericScopedHandle& operator=(GenericScopedHandle&& other) { in operator =() argument
/third_party/gn/src/gn/
H A Derr.cc89 Err::Err(const Err& other) { in Err() argument
134 Err& Err::operator=(const Err& other) { in operator =() argument
H A Dhash_table_base_unittest.cc32 Int(const Int& other) : x_(other.x_) { creation_counter++; } in Int() argument
101 TestHashTable(const TestHashTable& other) : BaseType(other) { in TestHashTable() argument
108 TestHashTable& operator=(const TestHashTable& other) { in operator =() argument
[all...]
H A Dimmutable_vector.h171 ImmutableVector(const ImmutableVector& other) in ImmutableVector() argument
175 ImmutableVector& operator=(const ImmutableVector& other) { in operator =() argument
[all...]
H A Dpointer_set.h68 PointerSet(const PointerSet& other) : BaseType() { insert(other); } in PointerSet() argument
69 PointerSet& operator=(const PointerSet& other) { in operator =() argument
139 insert(const PointerSet& other) insert() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCharTrie.java217 public boolean equals(Object other) in equals() argument
H A DRow.java110 public boolean equals(Object other) { in equals() argument
135 public int compareTo(Object other) { in compareTo() argument
H A DStringSegment.java142 public boolean startsWith(CharSequence other) { in startsWith() argument
165 public int getCommonPrefixLength(CharSequence other) { in getCommonPrefixLength() argument
173 public int getCaseSensitivePrefixLength(CharSequence other) { in getCaseSensitivePrefixLength() argument
177 private int getPrefixLengthInternal(CharSequence other, boolean foldCase) { in getPrefixLengthInternal() argument
210 contentEquals(CharSequence other) contentEquals() argument
[all...]
H A DTimeZoneAdapter.java79 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleExtensions.java217 public boolean equals(Object other) { in equals() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLocalizedNumberFormatterAsFormat.java102 public boolean equals(Object other) { in equals() argument

Completed in 13 milliseconds

1...<<21222324252627282930>>...77