Searched refs:ctypes_prefix (Results 1 – 5 of 5) sorted by relevance
71 .ctypes_prefix("::libc") in run()116 .ctypes_prefix("::libc") in run_boringssl()
143 match ctx.options().ctypes_prefix { in c_void()164 match ctx.options().ctypes_prefix { in raw_type()
170 ctypes_prefix: Option<String>, field427 ctypes_prefix, in builder_from_flags()674 if let Some(prefix) = ctypes_prefix { in builder_from_flags()675 builder = builder.ctypes_prefix(prefix); in builder_from_flags()
476 if let Some(ref prefix) = self.options.ctypes_prefix { in command_line_flags()1463 pub fn ctypes_prefix<T: Into<String>>(mut self, prefix: T) -> Builder { in ctypes_prefix() method1464 self.options.ctypes_prefix = Some(prefix.into()); in ctypes_prefix()2013 ctypes_prefix: Option<String>, field2340 ctypes_prefix, in default()
333 .ctypes_prefix("crate::ctypes") in run_bindgen()