Home
last modified time | relevance | path

Searched refs:SendCryptoDataWithString (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_test.cc342 return SendCryptoDataWithString(data, offset); in SendCryptoStreamData()
356 QuicConsumedData SendCryptoDataWithString(absl::string_view data, in SendCryptoDataWithString() function in quic::test::__anonbf495eff0111::TestConnection
358 return SendCryptoDataWithString(data, offset, ENCRYPTION_INITIAL); in SendCryptoDataWithString()
361 QuicConsumedData SendCryptoDataWithString(absl::string_view data, in SendCryptoDataWithString() function in quic::test::__anonbf495eff0111::TestConnection
1946 connection_.SendCryptoDataWithString("foo", 0); in TEST_P()
1972 connection_.SendCryptoDataWithString(std::string(1200, 'a'), 0); in TEST_P()
4088 connection_.SendCryptoDataWithString("foo", 0); in TEST_P()
4862 connection_.SendCryptoDataWithString("foo", 0); in TEST_P()
4909 connection_.SendCryptoDataWithString("foo", 0); in TEST_P()
6657 connection_.SendCryptoDataWithString("foo", 0); in TEST_P()
[all …]