Home
last modified time | relevance | path

Searched defs:process_comment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/scripts/
H A Dformat_doxygen.py6 def process_comment(fd, comment, first_param, last_param): function
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dcallbacks.rs138 fn process_comment(&self, _comment: &str) -> Option<String> { in process_comment() method
Dlib.rs580 fn process_comment(&self, comment: &str) -> String { in process_comment() method