Home
last modified time | relevance | path

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

1234

/third_party/node/lib/internal/
H A Dlinkedlist.js10 function peek(list) { function
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
H A DFileInputStream.cpp26 int32_t FileInputStream::peek(void *buff, int32_t numBytes) { in peek() function in parselib::FileInputStream
H A DMemInputStream.cpp32 int32_t MemInputStream::peek(void *buff, int32_t numBytes) { in peek() function in parselib::MemInputStream
/third_party/glslang/glslang/HLSL/
H A DhlslTokenStream.cpp126 EHlslTokenClass HlslTokenStream::peek() const in peek() function in glslang::HlslTokenStream
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
H A DLockFreeQueue.h103 bool peek(T &item) const { in peek() function in LockFreeQueue
/third_party/rust/crates/syn/src/
H A Dcustom_keyword.rs132 fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { in peek() functions
H A Dlookahead.rs103 pub fn peek<T: Peek>(&self, token: T) -> bool { peek() functions
[all...]
H A Dident.rs95 fn peek(cursor: Cursor) -> bool { in peek() functions
H A Dcustom_punctuation.rs117 fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool { in peek() functions
/third_party/PyYAML/lib/yaml/
H A Dreader.py87 def peek(self, index=0): member in Reader
/third_party/python/Tools/peg_generator/pegen/
H A Dtokenizer.py43 def peek(self) -> tokenize.TokenInfo: member in Tokenizer
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dbinary.cpp161 uint32_t peek() const { return peekAt(_.word_index); } in peek() function in __anon21784::Parser
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp161 uint32_t peek() const { return peekAt(_.word_index); } in peek() function in __anon23041::Parser
/third_party/spirv-tools/source/
H A Dbinary.cpp171 uint32_t peek() const { return peekAt(_.word_index); } in peek() function
/third_party/icu/icu4c/source/common/
H A Duvector.h333 inline void* peek(void) const {return lastElement();} in peek() function in UStack
/third_party/node/deps/icu-small/source/common/
H A Duvector.h333 inline void* peek() const {return lastElement();} in peek() function in UStack
/third_party/skia/src/core/
H A DSkTDPQueue.h45 const T& peek() const { return fArray[0]; } in peek() function in SkTDPQueue
46 T& peek() { return fArray[0]; } in peek() function in SkTDPQueue
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp22 char RegexParser::peek() { in peek() function in RegexParser
[all...]
/third_party/python/Lib/
H A Dlzma.py182 def peek(self, size=-1): member in LZMAFile
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h395 inline void* UStack::peek(void) const { in peek() function in UStack
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h100 int peek() in peek() function in glslang::TInputScanner
/third_party/node/deps/v8/src/date/
H A Ddateparser-inl.h106 DateToken peek = scanner.Peek(); in Parse() local
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs194 pub fn peek(&self, cursor: &ArgCursor) -> Option<ParsedArg<'_>> { in peek() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h65 Optional<DIExpression::ExprOperand> peek() const { in peek() function in llvm::DIExpressionCursor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp160 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader

Completed in 14 milliseconds

1234