Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dio.rs195 self.for_byte_record_with_terminator(terminator, |chunk| { in for_byte_record()
248 self.for_byte_record_with_terminator(b'\n', for_each_line) in for_byte_line_with_terminator()
289 fn for_byte_record_with_terminator<F>( in for_byte_record_with_terminator() method