Home
last modified time | relevance | path

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

/external/rust/cxx/gen/cmd/src/
Dmain.rs47 cxx_impl_annotations: Option<String>, field
90 cxx_impl_annotations: opt.cxx_impl_annotations, in try_main()
Dapp.rs63 let cxx_impl_annotations = matches.value_of(CXX_IMPL_ANNOTATIONS).map(str::to_owned); in from_args() localVariable
98 cxx_impl_annotations, in from_args()
/external/rust/cxx/gen/src/
Dmod.rs50 pub cxx_impl_annotations: Option<String>, field
70 cxx_impl_annotations: None, in default()
Dwrite.rs640 if let Some(annotation) = &out.opt.cxx_impl_annotations { in begin_function_definition()
/external/rust/cxx/tests/
Dcxx_gen.rs29 opt.cxx_impl_annotations = Some("ANNOTATION".to_owned()); in test_impl_annotation()