Home
last modified time | relevance | path

Searched defs:usize (Results 76 – 100 of 174) sorted by relevance

1234567

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs100 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 Dio_reader.rs177 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 Dslice_reader.rs79 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 Dupload.rs142 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 Dstack.rs96 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 Ddata_ref.rs43 ) -> Poll<Result<usize, H2Error>> { in poll_read()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dparker.rs68 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 Dmanager.rs67 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 Dlib.rs69 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 Dtext.rs187 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 Dwrapper.rs97 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 Darray.rs105 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 Dlinked_list.rs42 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 Dvec.rs17 fn len(&self) -> usize { in len()
H A Dmod.rs30 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 Devents.rs95 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 Dregistry.rs127 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 Dmix.rs54 ) -> Poll<std::io::Result<usize>> { in poll_write()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dresponse.rs34 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 Dsplit.rs86 ) -> 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 Dmod.rs170 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 Dfilter.rs33 fn len(&self) -> usize { in len()
H A Dmap.rs39 fn len(&self) -> usize { in len()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp1.rs255 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 Dhttp1.rs126 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read()

1234567