Searched defs:Unpin (Results 1 – 6 of 6) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
D | async_write.rs | 208 Self: Unpin, in write() 235 Self: Unpin, in write_vectored() 257 Self: Unpin, in write_all() 276 Self: Unpin, in flush() 292 Self: Unpin, in shutdown()
|
D | async_seek.rs | 100 fn seek(&mut self, pos: SeekFrom) -> SeekTask<Self> in seek() 140 Self: Unpin, in rewind() 171 Self: Unpin, in stream_position()
|
D | async_buf_read.rs | 108 Self: Unpin, in read_until() 127 Self: Unpin, in read_line() 142 fn split(self, byte: u8) -> SplitTask<Self> in split()
|
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
D | purgeable_mem.cpp | 108 bool PurgeableMem::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableMem
|
D | purgeable_ashmem.cpp | 153 bool PurgeableAshMem::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableAshMem
|
D | purgeable_mem_base.cpp | 286 bool PurgeableMemBase::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableMemBase
|