/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | read_task.rs | 100 read_len: &mut usize, in poll_read_to_end() 102 ) -> Poll<io::Result<usize>> { in poll_read_to_end() 169 io_res: io::Result<usize>, in io_string_result() 171 read_len: usize, in io_string_result() 173 ) -> Poll<io::Result<usize>> { in io_string_result() 296 read_len: &mut usize, in poll_read_until() 298 ) -> Poll<io::Result<usize>> { in poll_read_until()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/ |
H A D | io_reader.rs | 177 fn index(&self) -> usize { in index() 199 fn cached_len(&mut self) -> Option<usize> { in cached_len() 242 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read() 269 fn read(&mut self, _buf: &mut [u8]) -> std::io::Result<usize> { in read() 287 fn read(&mut self, _buf: &mut [u8]) -> std::io::Result<usize> { in read()
|
H A D | slice_reader.rs | 79 fn index(&self) -> usize { in index() 111 fn cached_len(&mut self) -> Option<usize> { in cached_len() 142 fn remainder_len(&self) -> usize { in remainder_len() 174 fn discard_n(&mut self, n: usize) { in discard_n()
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | upload.rs | 142 index: usize, in build_stream_request() 177 index: usize, in build_multipart_request() 221 _index: usize, in build_request_common() 357 index: usize, in upload_one_file()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | stack.rs | 96 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() 103 pub(crate) fn len(&self) -> usize { in len()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | data_ref.rs | 43 ) -> Poll<Result<usize, H2Error>> { in poll_read()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | parker.rs | 68 pub(crate) fn get_state(&self) -> usize { in get_state() 182 pub(crate) fn get_state(&self) -> usize { in get_state()
|
/ohos5.0/base/request/request/services/src/service/run_count/ |
H A D | manager.rs | 67 pub(crate) fn notify_run_count(&self, new_count: usize) { in notify_run_count() 133 fn change_run_count(&mut self, new_count: usize) { in change_run_count()
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | lib.rs | 69 out: *mut u8, out_len: usize, file_name: *const c_char) -> usize in GetSigFromHashData()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | text.rs | 187 fn data(&mut self, buf: &mut [u8]) -> Result<usize, Self::Error> { in data() 199 ) -> Poll<Result<usize, Self::Error>> { in poll_data() 207 fn data(&mut self, buf: &mut [u8]) -> Result<usize, Self::Error> { in data() 219 ) -> Poll<Result<usize, Self::Error>> { in poll_data()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | wrapper.rs | 97 fn ReadPointer(self: Pin<&mut Parcel>) -> usize; in ReadPointer() 99 fn GetDataSize(self: &Parcel) -> usize; in GetDataSize() 100 fn GetWritableBytes(self: &Parcel) -> usize; in GetWritableBytes() 101 fn GetReadableBytes(self: &Parcel) -> usize; in GetReadableBytes() 102 fn GetOffsetsSize(self: &Parcel) -> usize; in GetOffsetsSize() 103 fn GetDataCapacity(self: &Parcel) -> usize; in GetDataCapacity() 104 fn GetMaxCapacity(self: &Parcel) -> usize; in GetMaxCapacity() 113 fn SkipBytes(self: Pin<&mut Parcel>, size: usize); in SkipBytes() 152 pub(crate) fn get_pad_size(size: usize) -> usize { in get_pad_size() 396 impl Process for usize { implementation [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
H A D | array.rs | 105 pub(crate) fn write(&self, index: usize, value: T) { in write() 184 pub(crate) fn capacity(&self) -> usize { in capacity() 200 fn len(&self) -> usize { in len()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | linked_list.rs | 42 pub(crate) fn len(&self) -> usize { in len() 346 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() 395 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() 433 pub(crate) fn index(&self) -> Option<usize> { in index() 501 pub(crate) fn index(&self) -> Option<usize> { in index()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/ |
H A D | vec.rs | 17 fn len(&self) -> usize { in len()
|
H A D | mod.rs | 30 fn len(&self) -> usize; in len() 109 fn len(&self) -> usize { in len()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | events.rs | 95 pub fn len(&self) -> usize { in len() 131 fn count(self) -> usize { in count()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/ |
H A D | registry.rs | 127 pub(crate) fn notify_event(&self, event_id: usize) { in notify_event() 141 pub(crate) fn write(&self, buf: &[u8]) -> io::Result<usize> { in write()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | mix.rs | 54 ) -> Poll<std::io::Result<usize>> { in poll_write()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | response.rs | 34 pub async fn data(&mut self, buf: &mut [u8]) -> Result<usize, HttpClientError> { in data()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/ |
H A D | split.rs | 86 ) -> Poll<Result<usize, io::Error>> { in poll_write() 95 ) -> Poll<std::io::Result<usize>> { in poll_write_vectored()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
H A D | mod.rs | 170 pub fn len(&self) -> usize { in len() 212 pub fn len(&self) -> usize { in len()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | filter.rs | 33 fn len(&self) -> usize { in len()
|
H A D | map.rs | 39 fn len(&self) -> usize { in len()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http1.rs | 255 result: Result<usize, T::Error>, in read_body_result() 256 ) -> Result<(usize, bool), HttpClientError> in read_body_result()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
H A D | http1.rs | 126 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read()
|