Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_utils.py536 def predict_indent(patches_lines: List[str]) -> int: function
/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dpatch_parsing.rs463 pub fn predict_indent(json: &str) -> usize { in predict_indent() function