Searched refs:byte_records (Results 1 – 5 of 5) sorted by relevance
9 for result in rdr.byte_records() { in run()
17 for result in rdr.byte_records() { in run()
491 for rec in rdr.byte_records() { in count_iter_bytes()525 rdr.byte_records().collect::<Result<Vec<_>, _>>().unwrap() in collect_records()
95 fn byte_records(self, terminator: u8) -> ByteRecords<Self> in byte_records() method
1231 pub fn byte_records(&mut self) -> ByteRecordsIter<R> { in byte_records() method