Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/build/
Drun_bindgen.rs71 .ctypes_prefix("::libc") in run()
116 .ctypes_prefix("::libc") in run_boringssl()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs143 match ctx.options().ctypes_prefix { in c_void()
164 match ctx.options().ctypes_prefix { in raw_type()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs170 ctypes_prefix: Option<String>, field
427 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()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs476 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() method
1464 self.options.ctypes_prefix = Some(prefix.into()); in ctypes_prefix()
2013 ctypes_prefix: Option<String>, field
2340 ctypes_prefix, in default()
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs333 .ctypes_prefix("crate::ctypes") in run_bindgen()