Home
last modified time | relevance | path

Searched defs:old_collection (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dpatch_parsing.rs363 let old_collection = PatchCollection::parse_from_str( in new_patches() localVariable
367 let old_collection = old_collection.filter_patches(|p| old_collection.patch_exists(p)); in new_patches() localVariable