Searched refs:SendStreamDataWithString (Results 1 – 1 of 1) sorted by relevance
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_connection_test.cc | 284 QuicConsumedData SendStreamDataWithString(QuicStreamId id, in SendStreamDataWithString() function in quic::test::__anonbf495eff0111::TestConnection 316 return SendStreamDataWithString( in SendStreamData3() 322 return SendStreamDataWithString( in SendStreamData5() 365 return SendStreamDataWithString( in SendCryptoDataWithString() 1078 connection_.SendStreamDataWithString(id, data, offset, state); in SendStreamDataToPeer() 2510 connection_.SendStreamDataWithString(stream_id, "foo", 0, NO_FIN); in TEST_P() 2537 connection_.SendStreamDataWithString(/*id=*/2, "foo", 0, NO_FIN); in TEST_P() 3521 connection_.SendStreamDataWithString(3, "foo", 6, NO_FIN); in TEST_P() 3533 connection_.SendStreamDataWithString(3, "foofoofoo", 9, NO_FIN); in TEST_P() 3891 connection_.SendStreamDataWithString(1, "foo", 0, NO_FIN); in TEST_P() [all …]
|