Searched refs:for_byte_record_with_terminator (Results 1 – 1 of 1) sorted by relevance
195 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