Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dverb.hpp14 Patch, enumerator
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py28 class Patch(NamedTuple): class
234 def apply_patches(s: str, patches: Iterable[Patch]) -> str:
242 def patch_sort_key(item: Tuple[int, Patch]) -> Tuple[int, int, int]: argument