Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs366 wrap_static_fns_suffix: Option<String>, field
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs1832 pub fn wrap_static_fns_suffix<T: AsRef<str>>(mut self, suffix: T) -> Self { in wrap_static_fns_suffix() method
2179 wrap_static_fns_suffix: Option<String>, field
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs2797 pub(crate) fn wrap_static_fns_suffix(&self) -> &str { in wrap_static_fns_suffix() method