Home
last modified time | relevance | path

Searched defs:peek (Results 76 - 84 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh430 const ELEM& peek () in peek() function
/third_party/toybox/lib/
H A Dlib.c663 int64_t peek(void *ptr, unsigned size) in peek() function
/third_party/python/Lib/
H A Dzipfile.py915 def peek(self, n=1): member in ZipExtFile
/third_party/python/Lib/test/
H A Dpickletester.py79 def peek(self, *args): member in UnseekableIO
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2322 fn peek(&mut self, buf: &mut [u8]) -> c_int { in fmt() functions
/third_party/python/Modules/
H A D_pickle.c692 PyObject *peek; /* peek() method of the input stream, or NULL */ member
[all...]
/third_party/python/Python/
H A Dceval.c5540 PyObject *peek = PEEK(oparg); local
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h874 V8_INLINE Token::Value peek() { return scanner()->peek(); } in peek() function in v8::internal::ParseFunctionFlag::ParserBase
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs45133 pub fn peek(&self) -> Option<&T> { peek() functions
[all...]

Completed in 62 milliseconds

1234