Lines Matching refs:PatchEntry
163 class PatchEntry: class
302 applied_patches: List[PatchEntry]
303 failed_patches: List[PatchEntry]
317 def json_to_patch_entries(workdir: Path, json_fd: IO[str]) -> List[PatchEntry]:
324 return [PatchEntry.from_dict(workdir, d) for d in json.load(json_fd)]
327 def _print_failed_patch(pe: PatchEntry, failed_hunks: Dict[str, List[Hunk]]): argument
400 pe: PatchEntry, argument
518 patch_entries: Iterable[PatchEntry], argument
519 ) -> Tuple[List[PatchEntry], List[PatchEntry]]:
533 modified_entries: List[PatchEntry] = []
534 applied_patches: List[PatchEntry] = []
575 PatchEntry.from_dict(llvm_src_dir, elem) for elem in patches_list