Searched refs:ctypes_prefix (Results 1 – 3 of 3) sorted by relevance
141 match ctx.options().ctypes_prefix { in c_void()162 match ctx.options().ctypes_prefix { in raw_type()
402 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() method1327 self.options.ctypes_prefix = Some(prefix.into()); in ctypes_prefix()1755 ctypes_prefix: Option<String>, field2002 ctypes_prefix: None, in default()
694 builder = builder.ctypes_prefix(prefix); in builder_from_flags()