Home
last modified time | relevance | path

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

/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-stack.md141 ### peek subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-stack.md141 ### peek subsection
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_stream.cpp54 size_t BmpStream::peek(void *buffer, size_t size) const in peek() function in OHOS::ImagePlugin::BmpStream
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp83 size_t ExtStream::peek(void *buffer, size_t size) const in peek() function in OHOS::ImagePlugin::ExtStream
/ohos5.0/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() method
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/
H A Dmod.rs32 fn peek(&mut self) -> Result<Option<u8>, Self::Error>; in peek() method
H A Dslice_reader.rs64 fn peek(&mut self) -> Result<Option<u8>, Self::Error> { in peek() method
H A Dio_reader.rs143 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
/ohos5.0/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() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs527 pub async fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
/ohos5.0/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() method
/ohos5.0/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() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs1211 pub async fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method