Home | History | Annotate | Download | only in util

Lines Matching defs:segments

185   explicit SegmentedZeroCopyOutputStream(list<Segment> segments)
186 : segments_(segments), last_segment_(static_cast<char*>(NULL), 0), byte_count_(0) {}
217 // segments and checks that the implementation of ZeroCopyStreamByteSink
228 // Split the buffer into small segments according to the split_pattern.
229 list<Segment> segments;
233 segments.push_back(
238 segments.push_back(
247 SegmentedZeroCopyOutputStream output_stream(segments);
267 SegmentedZeroCopyOutputStream output_stream(segments);
289 SegmentedZeroCopyOutputStream output_stream(segments);