Lines Matching refs:BTreeMap
18 collections::{BTreeMap, BTreeSet},
126 pub satisfied: BTreeMap<LicenseReq, PathBuf>,
129 pub unneeded: BTreeMap<LicenseReq, PathBuf>,
132 pub unexpected: BTreeMap<LicenseReq, PathBuf>,
139 satisfied: BTreeMap::new(), in from()
140 unneeded: BTreeMap::new(), in from()
141 unexpected: BTreeMap::new(), in from()
294 BTreeMap::from([( in basic()
302 BTreeMap::from([( in basic()
327 BTreeMap::from([( in unexpected()
336 BTreeMap::from([( in unexpected()
351 BTreeMap::from([( in name_preferred_to_content()
369 BTreeMap::from([( in unknown_files_not_reported()
387 BTreeMap::from([( in concatenated_licenses_not_reported_as_unexpected()
405 BTreeMap::from([( in fuzzy_classifications_not_reported_as_unneeded_or_unexpected()
420 BTreeMap::from([( in fuzzy_classifications_not_reported_as_unneeded_or_unexpected()
438 BTreeMap::from([( in inexact_names_reported_as_unneeded_and_unexpected()
453 BTreeMap::from([( in inexact_names_reported_as_unneeded_and_unexpected()