Home
last modified time | relevance | path

Searched defs:match_all (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dsre.h78 int match_all; member
/third_party/rust/crates/clap/src/parser/
Dvalidator.rs319 let match_all = a.r_ifs_all.iter().all(|(other, val)| { in validate_required() localVariable