Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_data_stream_test.cc42 should_process_data_(should_process_data) {} in TestStream()
48 return should_process_data_ ? data_len : 0; in ProcessData()
58 bool should_process_data_; member in net::test::__anon383140ef0111::TestStream
Dreliable_quic_stream_test.cc50 should_process_data_(should_process_data) {} in TestStream()
56 return should_process_data_ ? data_len : 0; in ProcessRawData()
69 bool should_process_data_; member in net::test::__anon8295a7350111::TestStream