Home
last modified time | relevance | path

Searched refs:wrap_static_fns (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs358 wrap_static_fns: bool, field
490 wrap_static_fns, in builder_from_flags()
999 if wrap_static_fns { in builder_from_flags()
1000 builder = builder.wrap_static_fns(true); in builder_from_flags()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Drun_bindgen.rs126 .wrap_static_fns(true) in run_boringssl()
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs689 !context.options().wrap_static_fns in parse()
699 if context.options().wrap_static_fns && in parse()
/third_party/rust/crates/bindgen/bindgen-integration/
Dbuild.rs226 .wrap_static_fns(true) in setup_wrap_static_fns_test()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs662 if self.options.wrap_static_fns { in command_line_flags()
1814 pub fn wrap_static_fns(mut self, doit: bool) -> Self { in wrap_static_fns() method
1815 self.options.wrap_static_fns = doit; in wrap_static_fns()
2177 wrap_static_fns: bool, field
2374 wrap_static_fns, in default()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtests.rs732 .wrap_static_fns(true) in test_wrap_static_fns()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4033 if ctx.options().wrap_static_fns { in codegen()
4170 if is_internal && ctx.options().wrap_static_fns && !has_link_name_attr { in codegen()