Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dhelp.rs799 fn copy_until<R: Read, W: Write>(r: &mut R, w: &mut W, delimiter_byte: u8) -> CopyUntilResult { in copy_until() function
839 match copy_until(r, w, b'{') { in copy_and_capture()
857 match copy_until(&mut rb, tag_buffer, b'}') { in copy_and_capture()