Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/
H A Dmain.rs52 cxx_impl_annotations: Option<String>, field
96 cxx_impl_annotations: opt.cxx_impl_annotations, in try_main()
H A Dapp.rs72 let cxx_impl_annotations = matches in from_args() localVariable
115 cxx_impl_annotations, in from_args()
/aosp_15_r20/external/rust/cxx/gen/cmd/src/
Dmain.rs52 cxx_impl_annotations: Option<String>, field
96 cxx_impl_annotations: opt.cxx_impl_annotations, in try_main()
Dapp.rs72 let cxx_impl_annotations = matches in from_args() localVariable
115 cxx_impl_annotations, in from_args()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dmod.rs56 pub cxx_impl_annotations: Option<String>, field
100 cxx_impl_annotations: None, in default()
H A Dwrite.rs697 if let Some(annotation) = &out.opt.cxx_impl_annotations { in begin_function_definition()
/aosp_15_r20/external/rust/cxx/gen/src/
Dmod.rs56 pub cxx_impl_annotations: Option<String>, field
88 cxx_impl_annotations: None, in default()
Dwrite.rs697 if let Some(annotation) = &out.opt.cxx_impl_annotations { in begin_function_definition()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/
H A Dcxx_gen.rs29 opt.cxx_impl_annotations = Some("ANNOTATION".to_owned()); in test_impl_annotation()
/aosp_15_r20/external/rust/cxx/tests/
Dcxx_gen.rs29 opt.cxx_impl_annotations = Some("ANNOTATION".to_owned()); in test_impl_annotation()