HomeSort by relevance Sort by last modified time
    Searched refs:InputBytesRemaining (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_framer.h 66 size_t InputBytesRemaining() const { return buffer_.length(); }
crypto_framer_test.cc 282 EXPECT_EQ(0u, framer.InputBytesRemaining());
329 EXPECT_EQ(0u, framer.InputBytesRemaining());
371 EXPECT_EQ(0u, framer.InputBytesRemaining());
crypto_framer.cc 63 framer.InputBytesRemaining()) {
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 105 ASSERT_EQ(0u, crypto_framer.InputBytesRemaining());

Completed in 147 milliseconds