Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dregex_set.rs15 record_matches: bool, field
43 if !self.record_matches || self.matched[i].get() { in unmatched_items()
55 pub fn build(&mut self, record_matches: bool) { in build()
57 self.record_matches = record_matches; in build()
78 if !self.record_matches { in matches()
Dlib.rs521 if !self.options.record_matches { in command_line_flags()
1385 pub fn record_matches(mut self, doit: bool) -> Self { in record_matches() method
1386 self.options.record_matches = doit; in record_matches()
1854 record_matches: bool, field
1934 let record_matches = self.record_matches; in build() localVariable
1936 regex_set.build(record_matches); in build()
2026 record_matches: true, in default()
Doptions.rs861 builder = builder.record_matches(false); in builder_from_flags()