Searched defs:peek (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 141 ### peek subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 141 ### peek subsection
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_stream.cpp | 54 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 D | ext_stream.cpp | 83 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 D | stream.rs | 257 pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
|
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/ |
H A D | mod.rs | 32 fn peek(&mut self) -> Result<Option<u8>, Self::Error>; in peek() method
|
H A D | slice_reader.rs | 64 fn peek(&mut self) -> Result<Option<u8>, Self::Error> { in peek() method
|
H A D | io_reader.rs | 143 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | stream.rs | 215 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 D | stream.rs | 527 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 D | udp_socket.rs | 601 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 D | udp_socket.rs | 482 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 D | udp.rs | 1211 pub async fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
|