Home
last modified time | relevance | path

Searched defs:InputBytesRemaining (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_handshaker.h42 size_t InputBytesRemaining() const override { return 0; } in InputBytesRemaining() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_framer.cc100 size_t CryptoFramer::InputBytesRemaining() const { return buffer_.length(); } in InputBytesRemaining() function in quic::CryptoFramer