Home
last modified time | relevance | path

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

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