Home
last modified time | relevance | path

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

/dports/net-mgmt/statsite/statsite-0.8.0/src/
H A Dset.h23 } exact_set; typedef
29 exact_set s;
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dmatchers.rs348 let mut exact_set = HashSet::new(); in build_regex_match() localVariable
355 exact_set.insert(HgPathBuf::from_bytes(&exact)); in build_regex_match()
366 exact_set.contains(filename) || matcher(filename) in build_regex_match()
370 let func = move |filename: &HgPath| exact_set.contains(filename); in build_regex_match()