Searched refs:LLVMGitRef (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | get_patch_unittest.py | 41 def _mock_to_rev(sha: get_patch.LLVMGitRef, _) -> git_llvm_rev.Rev: argument 48 def _mock_from_rev(_, rev: git_llvm_rev.Rev) -> get_patch.LLVMGitRef: 52 return get_patch.LLVMGitRef(next(gen)["sha"]) 112 start_ref = get_patch.LLVMGitRef("abcdef1234567890") 132 get_patch.LLVMGitRef(start_sha_fixture["sha"]) 146 get_patch.LLVMGitRef(fixture["sha"]) 197 patch_source = get_patch.LLVMGitRef.from_rev( 218 patch_source = get_patch.LLVMGitRef.from_rev(
|
H A D | get_patch.py | 56 class LLVMGitRef: class 94 start_ref: LLVMGitRef 99 self, patch_source: Union[LLVMGitRef, LLVMPullRequest] argument 145 self, patch_source: Union[LLVMGitRef, LLVMPullRequest] argument 164 if isinstance(patch_source, LLVMGitRef): 174 patch_source: LLVMGitRef, argument 272 self, from_ref: LLVMGitRef, to_ref: LLVMGitRef argument 588 ) -> List[Union[LLVMGitRef, LLVMPullRequest]]: 592 patch_source: Union[LLVMGitRef, LLVMPullRequest] 605 patch_source = LLVMGitRef(arg) [all …]
|