Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/syn/src/
Dtoken.rs129 fn peek(cursor: Cursor) -> bool; in peek() method
223 fn peek(cursor: Cursor) -> bool; in peek() method
232 fn peek(cursor: Cursor) -> bool { in peek() method
590 fn peek(cursor: Cursor) -> bool { in peek() method
610 fn peek(cursor: Cursor) -> bool { in peek() method
621 fn peek(cursor: Cursor) -> bool { in peek() method
632 fn peek(cursor: Cursor) -> bool { in peek() method
643 fn peek(cursor: Cursor) -> bool { in peek() method
Dident.rs54 fn peek(cursor: Cursor) -> bool { in peek() method
/third_party/node/lib/internal/
Dlinkedlist.js9 function peek(list) { function
50 peek, property
Dpriority_queue.js45 peek() { method in module.exports
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dreader.js56 Reader.prototype.readByte = function (peek) { argument
69 Reader.prototype.peek = function () { method in Reader
/third_party/skia/src/core/
DSkTDPQueue.h45 const T& peek() const { return fArray[0]; } in peek() function
46 T& peek() { return fArray[0]; } in peek() function
/third_party/flutter/skia/src/core/
DSkTDPQueue.h45 const T& peek() const { return fArray[0]; } in peek() function
46 T& peek() { return fArray[0]; } in peek() function
/third_party/flutter/skia/docs/examples/
DPath_RawIter_peek.cpp12 SkPath::Verb verb, peek = iter.peek(); in draw() local
/third_party/node/deps/npm/node_modules/socks/build/common/
Dreceivebuffer.js24 peek(length) { method in ReceiveBuffer
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
DFileInputStream.cpp26 int32_t FileInputStream::peek(void *buff, int32_t numBytes) { in peek() function in parselib::FileInputStream
DMemInputStream.cpp32 int32_t MemInputStream::peek(void *buff, int32_t numBytes) { in peek() function in parselib::MemInputStream
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
DLockFreeQueue.h103 bool peek(T &item) const { in peek() function
/third_party/glslang/glslang/HLSL/
DhlslTokenStream.cpp126 EHlslTokenClass HlslTokenStream::peek() const in peek() function in glslang::HlslTokenStream
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dparser.js39 peek(idx) { method in Parser
/third_party/spirv-tools/tools/sva/src/
Dparser.js39 peek(idx) { method in Parser
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dparser.js39 peek(idx) { method in Parser
/third_party/python/Tools/peg_generator/pegen/
Dtokenizer.py47 def peek(self) -> tokenize.TokenInfo: member in Tokenizer
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Stack.js33 this.peek = function (...args) { method
/third_party/flutter/skia/src/sksl/lex/
DRegexParser.cpp22 char RegexParser::peek() { in peek() function in RegexParser
/third_party/skia/src/sksl/lex/
DRegexParser.cpp22 char RegexParser::peek() { in peek() function in RegexParser
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
Dlexer.go130 func (l *lexer) peek(i int) rune { func
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duvector.h395 inline void* UStack::peek(void) const { in peek() function
/third_party/icu/icu4c/source/common/
Duvector.h395 inline void* UStack::peek(void) const { in peek() function
/third_party/skia/third_party/externals/icu/source/common/
Duvector.h395 inline void* UStack::peek(void) const { in peek() function
/third_party/flutter/skia/tests/
DFakeStreams.h27 size_t peek(void* buf, size_t bytes) const override { in peek() function

12345