Home
last modified time | relevance | path

Searched defs:peek (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_json/src/reader/
Dmod.rs32 fn peek(&mut self) -> Result<Option<u8>, Self::Error>; in peek() method
Dslice_reader.rs64 fn peek(&mut self) -> Result<Option<u8>, Self::Error> { in peek() method
Dio_reader.rs143 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dstream.rs257 pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dstream.rs215 pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dstream.rs527 pub async fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs482 pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs601 pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs1211 pub async fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method