Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dregex_set.rs15 record_matches: bool, field
54 if !self.record_matches || self.matched[i].get() { in unmatched_items()
66 pub fn build(&mut self, record_matches: bool) { in build()
68 self.record_matches = record_matches; in build()
89 if !self.record_matches { in matches()
Dlib.rs595 if !self.options.record_matches { in command_line_flags()
1522 pub fn record_matches(mut self, doit: bool) -> Self { in record_matches() method
1523 self.options.record_matches = doit; in record_matches()
2105 record_matches: bool, field
2215 let record_matches = self.record_matches; in build() localVariable
2217 regex_set.build(record_matches); in build()
2290 record_matches: true, in default()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs820 builder = builder.record_matches(false); in builder_from_flags()