Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dpatch_parsing.rs104 let mut new_patches = Vec::new(); in subtract() localVariable
344 pub new_patches: PatchCollection, field
352 pub fn new_patches( in new_patches() function
371 let new_patches: PatchCollection = cur_collection.subtract(&old_collection)?; in new_patches() localVariable
372 let new_patches = new_patches.map_patches(|p| { in new_patches() localVariable