Home
last modified time | relevance | path

Searched defs:peek (Results 1 - 7 of 7) sorted by relevance

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

Completed in 6 milliseconds