Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dpatch_parsing.rs45 pub struct PatchCollection { struct
51 impl PatchCollection { argument
306 impl std::fmt::Display for PatchCollection { implementation
391 pub fn filter_patches_by_platform(collection: &PatchCollection, platform: &str) -> PatchCollection { in filter_patches_by_platform()
400 pub fn validate_patches(collection: &PatchCollection, platform: &str) -> Result<()> { in validate_patches()
H A Dmain.rs288 other_platform_collection: &PatchCollection, in filter_version_changes()
304 fn display_patches(prelude: &str, collection: &PatchCollection) { in display_patches()