Home
last modified time | relevance | path

Searched refs:byte_records (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/csv/examples/
Dtutorial-perf-alloc-02.rs9 for result in rdr.byte_records() { in run()
Dtutorial-pipeline-search-02.rs17 for result in rdr.byte_records() { in run()
/external/rust/crates/csv/benches/
Dbench.rs491 for rec in rdr.byte_records() { in count_iter_bytes()
525 rdr.byte_records().collect::<Result<Vec<_>, _>>().unwrap() in collect_records()
/external/rust/crates/bstr/src/
Dio.rs95 fn byte_records(self, terminator: u8) -> ByteRecords<Self> in byte_records() method
/external/rust/crates/csv/src/
Dreader.rs1231 pub fn byte_records(&mut self) -> ByteRecordsIter<R> { in byte_records() method