Home
last modified time | relevance | path

Searched defs:Peek (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/syn/src/
Dlookahead.rs147 pub trait Peek: Sealed { interface
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DBufferConsumer_impl.h27 WireResult BufferConsumer<BufferT>::Peek(T** data) { in Peek() function
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc152 StringPiece ArrayByteSource::Peek() { in Peek() function in google::protobuf::strings::ArrayByteSource
175 StringPiece LimitByteSource::Peek() { in Peek() function in google::protobuf::strings::LimitByteSource
Dbytestream_unittest.cc54 StringPiece Peek() { in Peek() function in google::protobuf::strings::__anonbf9d42370111::MockByteSource
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h133 iterator Peek(const KeyType &key) in Peek() function
141 const_iterator Peek(const KeyType &key) const in Peek() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h133 iterator Peek(const KeyType &key) in Peek() function
141 const_iterator Peek(const KeyType &key) const in Peek() function
/third_party/skia/src/core/
DSkXfermodePriv.h35 static SkXfermode* Peek(SkBlendMode mode) { in Peek() function
/third_party/flutter/skia/src/core/
DSkXfermodePriv.h35 static SkXfermode* Peek(SkBlendMode mode) { in Peek() function
/third_party/node/src/
Dnode_sockaddr-inl.h194 typename T::Type* SocketAddressLRU<T>::Peek( in Peek() function
Dnode_crypto_bio.cc96 char* NodeBIO::Peek(size_t* size) { in Peek() function in node::crypto::NodeBIO
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1333 const T& Peek() const { in Peek() function
1352 const T& Peek() const { return *value_ptr_; } in Peek() function