Home
last modified time | relevance | path

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

/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxx-build-0.5.10/src/gen/
H A Dmod.rs50 pub cxx_impl_annotations: Option<String>, field
70 cxx_impl_annotations: None, in default()
H A Dwrite.rs335 if let Some(annotation) = &out.opt.cxx_impl_annotations { in write_cxx_function_shim()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxx-0.5.10/tests/
H A Dcxx_gen.rs29 opt.cxx_impl_annotations = Some("ANNOTATION".to_owned()); in test_impl_annotation()