Home
last modified time | relevance | path

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

/external/rust/crates/clap_derive/src/
Ditem.rs1326 let mut inside_angle_braces = 0usize; in process_author_str() localVariable
1329 if inside_angle_braces > 0 && ch == '>' { in process_author_str()
1330 inside_angle_braces -= 1; in process_author_str()
1333 inside_angle_braces += 1; in process_author_str()
1335 } else if inside_angle_braces == 0 && ch == ':' { in process_author_str()