Home | History | Annotate | Download | only in spdy

Lines Matching defs:read_buf_

109   scoped_refptr<IOBuffer> read_buf_;
133 read_buf_(NULL),
260 read_buf_ = new IOBuffer(len);
261 ASSERT_EQ(ERR_IO_PENDING, sock_->Read(read_buf_, len, &read_callback_));
270 ASSERT_EQ(std::string(data, len), std::string(read_buf_->data(), len));