Home
last modified time | relevance | path

Searched defs:other (Results 51 - 75 of 2027) sorted by relevance

12345678910>>...82

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/
H A Dintf_library.h31 ILibrary(const ILibrary& other) = delete; member in ILibrary
32 ILibrary& operator=(const ILibrary& other) = delete; member in ILibrary
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Ddispatcher_task_queue.h37 DispatcherTaskQueue(const DispatcherTaskQueue& other) = delete; member in final
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmedia_scanner_db.h44 EXPORT MediaScannerDb(MediaScannerDb &other) = delete; member in OHOS::Media::MediaScannerDb
/foundation/multimedia/ringtone_library/services/ringtone_scanner/include/
H A Dringtone_scanner_db.h30 EXPORT RingtoneScannerDb(RingtoneScannerDb &other) = delete; member in OHOS::Media::RingtoneScannerDb
/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.y70 other: ID label
/third_party/gn/src/base/timer/
H A Delapsed_timer.cc13 ElapsedTimer::ElapsedTimer(ElapsedTimer&& other) { in ElapsedTimer() argument
17 void ElapsedTimer::operator=(ElapsedTimer&& other) { in operator =() argument
/third_party/icu/icu4c/source/common/
H A Dmutex.h65 Mutex(const Mutex &other) = delete; // forbid assigning of this class member in Mutex
66 Mutex &operator=(const Mutex &other) = delete; // forbid copying of this class member in Mutex
/third_party/libabigail/tests/data/test-diff-suppr/PR28073/
H A DPR28073.c16 uint8_t other; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_equals.cpp53 const ir_constant *other = ir->as_constant(); in equals() local
77 const ir_dereference_variable *other = ir->as_dereference_variable(); in equals() local
88 const ir_dereference_array *other = ir->as_dereference_array(); in equals() local
108 const ir_swizzle *other = ir->as_swizzle(); equals() local
130 const ir_texture *other = ir->as_texture(); equals() local
201 const ir_expression *other = ir->as_expression(); equals() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp36 timestamp::query::query(query &&other) : in query() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-utils.h18 base::Vector<T> CloneVector(Zone* zone, const base::Vector<const T>& other) { in CloneVector() argument
/third_party/node/deps/icu-small/source/common/
H A Dmutex.h65 Mutex(const Mutex &other) = delete; // forbid assigning of this class member in Mutex
66 Mutex &operator=(const Mutex &other) = delete; // forbid copying of this class member in Mutex
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/blocklisted/
H A Dfile.hpp25 StructWithBlocklistedFwdDecl* other; member
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DSoundGenerator.h44 SoundGenerator(SoundGenerator&& other) = default; member in SoundGenerator
45 SoundGenerator& operator= (SoundGenerator&& other) = default; member in SoundGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete; member in llvm::RandomNumberGenerator
60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete; member in llvm::RandomNumberGenerator
/third_party/skia/third_party/externals/icu/source/common/
H A Dmutex.h65 Mutex(const Mutex &other) = delete; // forbid assigning of this class member in Mutex
66 Mutex &operator=(const Mutex &other) = delete; // forbid copying of this class member in Mutex
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddummy_values_bucket.h43 void PutValues(std::shared_ptr<ValuesBucket> &other) {}; in PutValues() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runners.h28 TaskRunners(const TaskRunners& other) = default; member in OHOS::Ace::TaskRunners
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp21 ScanResult::ScanResult(const BleScanResultImpl &other) in ScanResult() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/
H A Dproperty_handle.h29 PropertyHandle(const PropertyHandle& other) = delete; member in PropertyHandle
32 PropertyHandle& operator=(const PropertyHandle& other) = delete; member in PropertyHandle
/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Ddata_sink_file.h27 DataSinkFile(const DataSinkFile &other) = delete; member in OHOS::Media::DataSinkFile
H A Ddata_sink_fd.h26 DataSinkFd(const DataSinkFd &other) = delete; member in OHOS::Media::DataSinkFd
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_occlusion_data.h42 RSOcclusionData(RSOcclusionData&& other) : visibleData_(std::move(other.visibleData_)) {} in RSOcclusionData() argument
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dcondition_variable.h30 ConditionVariable(const ConditionVariable& other) = delete; member in OHOS::Media::ConditionVariable
32 ConditionVariable operator=(const ConditionVariable& other) = delete; member in OHOS::Media::ConditionVariable
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_proxy_userinfo.h51 NetProxyUserinfo(const NetProxyUserinfo &other) = default; member in OHOS::NetManagerStandard::NetProxyUserinfo

Completed in 6 milliseconds

12345678910>>...82