Home
last modified time | relevance | path

Searched refs:hash_from_rel_patch (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/llvm_tools/patch_sync/src/
Dpatch_parsing.rs110 .hash_from_rel_patch(sub_patch) in subtract()
113 .hash_from_rel_patch(our_patch) in subtract()
131 |p| self.hash_from_rel_patch(p), in union()
132 |p| other.hash_from_rel_patch(p), in union()
301 fn hash_from_rel_patch(&self, patch: &PatchDictSchema) -> Result<String> { in hash_from_rel_patch() method