/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | ssl_stream.rs | 31 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read() functions
|
H A D | http_body.rs | 126 let mut read = 0; in data() variables 211 let mut read = 0; data() variables [all...] |
/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() functions
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | open_options.rs | 78 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() functions [all...] |
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | async_read.rs | 111 fn read<'a>(&'a mut self, buf: &'a mut [u8]) -> ReadTask<'a, Self> { in read() functions [all...] |
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textencoder.cpp | 68 napi_value read = nullptr;
in EncodeInto() local
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | wrapper.rs | 46 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | stream.rs | 187 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | udp_test.rs | 294 let mut read = ylong_runtime::io::ReadBuf::new(&mut recv_buf); in sdv_udp_send_recv_poll() variables 398 let mut read = ylong_runtime::io::ReadBuf::new(&mut recv_buf); in sdv_udp_send_to_recv_from_poll() variables 431 let mut read = ylong_runtime::io::ReadBuf::new(&mut recv_buf); in sdv_udp_send_to_peek_from_poll() variables
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 211 let mut read = 0; in data() variables 237 let mut read = read; poll_read_io() variables 302 let mut read = 0; data() variables 361 let mut read = read; poll_read_io() variables 444 let mut read = 0; data() variables [all...] |
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
H A D | sys.rs | 122 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/ |
H A D | pipe.rs | 35 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
|
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/ |
H A D | parcel_fuzzer.cpp | 110 auto* read = new TestParcelable(); in Unmarshalling() local
|
/commonlibrary/rust/ylong_json/src/ |
H A D | states.rs | 547 fn read(&mut self, _buf: &mut [u8]) -> std::io::Result<usize> { in read() functions
|
H A D | value.rs | 1760 fn read(&mut self, _buf: &mut [u8]) -> Result<usize> { in ut_json_value_from_reader() functions
|
/commonlibrary/rust/ylong_json/src/reader/ |
H A D | io_reader.rs | 242 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read() functions 269 fn read(&mut self, _buf: &mut [u8]) -> std::io::Result<usize> { in read() functions 287 fn read(&mut self, _buf: &mut [u8]) -> std::io::Result<usize> { in read() functions [all...] |
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | stream.rs | 221 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions 245 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | stream.rs | 163 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions 186 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | stream.rs | 271 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in fmt() functions
|
/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 609 napi_value read = nullptr; in HWTEST_F() local 651 napi_value read = nullptr; in HWTEST_F() local 693 napi_value read = nullptr; HWTEST_F() local 736 napi_value read = nullptr; HWTEST_F() local 779 napi_value read = nullptr; HWTEST_F() local 822 napi_value read = nullptr; HWTEST_F() local 865 napi_value read = nullptr; HWTEST_F() local 3151 napi_value read = nullptr; HWTEST_F() local 3183 napi_value read = nullptr; HWTEST_F() local 3215 napi_value read = nullptr; HWTEST_F() local 3247 napi_value read = nullptr; HWTEST_F() local 3279 napi_value read = nullptr; HWTEST_F() local [all...] |
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 1610 let mut read = ReadBuf::new(&mut recv_buf); ut_send_recv_poll() variables 1642 let mut read = ReadBuf::new(&mut recv_buf); ut_send_to_recv_from_poll() variables 1814 let mut read = ReadBuf::new(&mut recv_buf); ut_send_to_peek_from_poll() variables [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/ |
H A D | parcel_benchmark_test.cpp | 1797 auto *read = new TestParcelable(); Unmarshalling() local [all...] |
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_parcel_test.cpp | 1846 auto *read = new TestParcelable(); Unmarshalling() local [all...] |