Lines Matching refs:input_buffer_
116 // input_file_ will be valid and input_buffer_ will be allocated.
121 &input_buffer_);
138 // into input_buffer_. If successful, returns true and sets *bytes_read
139 // to the number of bytes read into input_buffer_. If an error occurs,
178 // input_buffer_ will be the value specified by the --buffersize option.
182 std::vector<char> input_buffer_;
314 *bytes_read = fread(&input_buffer_[0], 1, input_buffer_.size(), input_file_);
422 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) {
477 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output)) {
541 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output)) {