Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dhelpers.rs141 match ctx.options().ctypes_prefix { in c_void()
162 match ctx.options().ctypes_prefix { in raw_type()
/external/rust/crates/bindgen/src/
Dlib.rs402 if let Some(ref prefix) = self.options.ctypes_prefix { in command_line_flags()
1326 pub fn ctypes_prefix<T: Into<String>>(mut self, prefix: T) -> Builder { in ctypes_prefix() method
1327 self.options.ctypes_prefix = Some(prefix.into()); in ctypes_prefix()
1755 ctypes_prefix: Option<String>, field
2002 ctypes_prefix: None, in default()
Doptions.rs694 builder = builder.ctypes_prefix(prefix); in builder_from_flags()