Home
last modified time | relevance | path

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

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs109 fn match3(regex: &Regex, s: &str) -> Option<(String, String, String)> { in match3() function
171 if let Some((pkg, cmd, args)) = match3(&CC_AR_VV_REGEX, line) { in parse()