Home
last modified time | relevance | path

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

/external/rust/crates/structopt-derive/src/
Dattrs.rs661 let mut inside_angle_braces = 0usize; in process_author_str() localVariable
664 if inside_angle_braces > 0 && ch == '>' { in process_author_str()
665 inside_angle_braces -= 1; in process_author_str()
668 inside_angle_braces += 1; in process_author_str()
670 } else if inside_angle_braces == 0 && ch == ':' { in process_author_str()