Home
last modified time | relevance | path

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

123456

/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/boost/boost/asio/
Dbuffered_write_stream.hpp201 std::size_t peek(const MutableBufferSequence& buffers) in peek() function in boost::asio::buffered_write_stream
209 std::size_t peek(const MutableBufferSequence& buffers, in peek() function in boost::asio::buffered_write_stream
Dbuffered_stream.hpp240 std::size_t peek(const MutableBufferSequence& buffers) in peek() function in boost::asio::buffered_stream
248 std::size_t peek(const MutableBufferSequence& buffers, in peek() function in boost::asio::buffered_stream
/third_party/boost/libs/asio/include/boost/asio/
Dbuffered_write_stream.hpp201 std::size_t peek(const MutableBufferSequence& buffers) in peek() function in boost::asio::buffered_write_stream
209 std::size_t peek(const MutableBufferSequence& buffers, in peek() function in boost::asio::buffered_write_stream
Dbuffered_stream.hpp240 std::size_t peek(const MutableBufferSequence& buffers) in peek() function in boost::asio::buffered_stream
248 std::size_t peek(const MutableBufferSequence& buffers, in peek() function in boost::asio::buffered_stream
/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/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/boost/libs/yap/example/autodiff_library/
DStack.cpp42 double& Stack::peek() in peek() function in AutoDiff::Stack
/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/boost/boost/xpressive/detail/static/
Dstatic.hpp166 void peek(xpression_peeker<Char> &peeker) const in peek() function
238 void peek(xpression_peeker<Char> &peeker) 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/skia/third_party/externals/swiftshader/third_party/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/boost/boost/xpressive/detail/dynamic/
Dmatchable.hpp65 virtual void peek(xpression_peeker<char_type> &peeker) const in peek() function
158 void peek(xpression_peeker<char_type> &peeker) const in peek() function
/third_party/boost/boost/xpressive/detail/core/
Dadaptor.hpp60 void peek(xpression_peeker<char_type> &peeker) const in peek() function
/third_party/grpc/src/objective-c/
Dchange-comments.py34 def peek(): function
/third_party/boost/boost/wave/util/
Dunput_queue_iterator.hpp204 peek(IteratorT it, IteratorT end, bool skip_whitespace = true) in peek() function
232 peek(iterator_type it, iterator_type end, bool skip_whitespace = true) in peek() function
/third_party/python/Tools/peg_generator/pegen/
Dtokenizer.py47 def peek(self) -> tokenize.TokenInfo: member in Tokenizer

123456