Searched defs:collection1 (Results 1 – 5 of 5) sorted by relevance
521 let collection1 = PatchCollection::parse_from_str(PathBuf::new(), example_json) in test_keep_indent2() localVariable564 let collection1 = PatchCollection { in test_union() localVariable603 let collection1 = PatchCollection { in test_union_empties() localVariable679 let collection1 = PatchCollection { in version_range_fixture() localVariable
232 Collection<?> collection1 = (Collection<?>) iterable1; in elementsEqual() local
273 Collection<?> collection1 = (Collection<?>) iterable1; in elementsEqual() local
4837 …public static <T extends Comparable<T>> int compare(Iterable<T> collection1, Iterable<T> collectio… in compare()4872 …public static <T extends Comparable<T>> int compare(Collection<T> collection1, Collection<T> colle… in compare()
4721 …public static <T extends Comparable<T>> int compare(Iterable<T> collection1, Iterable<T> collectio… in compare()4757 …public static <T extends Comparable<T>> int compare(Collection<T> collection1, Collection<T> colle… in compare()