/external/cronet/stable/testing/rust_gtest_interop/ |
D | gtest_attribute.rs | 30 rust_type: Type, field 35 let rust_type = input.parse::<Type>()?; in parse() localVariable 36 Ok(GtestSuiteArgs { rust_type }) in parse() 161 let rust_type = match attr.parse_args::<GtestSuiteArgs>() { in gtest() localVariable 162 Ok(x) => x.rust_type, in gtest() 168 quote! { <#rust_type as ::rust_gtest_interop::TestSuite>::gtest_factory_fn_ptr() }, in gtest() 406 let rust_type = match &*trait_impl.self_ty { in extern_test_suite() localVariable 422 unsafe impl #trait_name for #rust_type { in extern_test_suite()
|
/external/cronet/tot/testing/rust_gtest_interop/ |
D | gtest_attribute.rs | 30 rust_type: Type, field 35 let rust_type = input.parse::<Type>()?; in parse() localVariable 36 Ok(GtestSuiteArgs { rust_type }) in parse() 161 let rust_type = match attr.parse_args::<GtestSuiteArgs>() { in gtest() localVariable 162 Ok(x) => x.rust_type, in gtest() 168 quote! { <#rust_type as ::rust_gtest_interop::TestSuite>::gtest_factory_fn_ptr() }, in gtest() 406 let rust_type = match &*trait_impl.self_ty { in extern_test_suite() localVariable 422 unsafe impl #trait_name for #rust_type { in extern_test_suite()
|
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | oneof.rs | 69 pub fn rust_type(&self) -> RustType { in rust_type() method 117 fn rust_type(&self) -> RustType { in rust_type() method 118 self.oneof_field.rust_type() in rust_type() 193 &variant.rust_type().to_code(&self.customize) in write_enum()
|
D | rust_types_values.rs | 215 rust_type: self, in default_value_typed() 406 rust_type: self, in value() 414 pub rust_type: RustType, field 419 let target_value = self.rust_type.into_target(&target, &self.value, customize); in into_type() 422 rust_type: target, in into_type() 427 self.into_type(RustType::Uniq(Box::new(self.rust_type.clone())), customize) in boxed() 559 pub fn rust_type(&self, customize: &Customize) -> String { in rust_type() method
|
D | extensions.rs | 77 self.return_type_gen().rust_type(&self.customize), in write()
|
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | type_ext.rs | 11 fn rust_type(&self) -> RustType; in rust_type() method 69 fn rust_type(&self) -> RustType { in rust_type() method 98 t => t.rust_type(), in os_write_fn_param_type()
|
D | elem.rs | 67 fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() method 101 FieldElem::Primitive(t, PrimitiveTypeVariant::Default) => t.rust_type(), in rust_storage_elem_type() 110 FieldElem::Message(ref m) => m.rust_type(reference), in rust_storage_elem_type() 166 let param_type = match &var.rust_type { in singular_field_size()
|
D | mod.rs | 276 FieldKind::Repeated(ref repeated) => repeated.rust_type(reference), in full_storage_type() 432 rust_type: default_value_type, in default_value_from_proto_typed() 624 rust_type: as_option.rust_type.elem_type(), in write_if_let_self_field_is_some() 639 rust_type: self.full_storage_type( in write_if_let_self_field_is_some() 667 rust_type: self.full_storage_type( in write_if_let_self_field_is_some() 929 rust_type: self.full_storage_iter_elem_type( in write_merge_from_oneof_case_block() 1149 rust_type: v_type.clone(), in write_message_write_field() 1179 rust_type: key.rust_storage_elem_type(&self.file_and_mod()).wrap_ref(), in for_each_map_entry() 1183 rust_type: value in for_each_map_entry() 1239 rust_type: value_type.clone(), in write_message_compute_field_size() [all …]
|
D | repeated.rs | 38 pub(crate) fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() method
|
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | rust_types_values.rs | 256 rust_type: self, in default_value_typed() 423 rust_type: self, in value() 431 pub rust_type: RustType, field 436 let target_value = self.rust_type.into_target(&target, &self.value, customize); in into_type() 439 rust_type: target, in into_type() 444 self.into_type(RustType::Uniq(Box::new(self.rust_type.clone())), customize) in boxed() 557 t.rust_type().to_code(customize) in protobuf_value()
|
D | oneof.rs | 93 pub fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() method 148 pub fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() method 149 self.oneof_field.rust_type(reference) in rust_type() 268 .rust_type(&self.file_and_mod()) in write_enum()
|
D | extensions.rs | 87 rust_type=self.return_type_gen().protobuf_value(&self.customize), in write()
|
D | message.rs | 213 ("v", variant.rust_type(&self.file_and_mod())) in write_match_each_oneof_variant() 215 ("ref v", variant.rust_type(&self.file_and_mod()).ref_type()) in write_match_each_oneof_variant() 225 rust_type: vtype.clone(), in write_match_each_oneof_variant()
|
/external/rust/cxx/src/ |
D | lib.rs | 464 mod rust_type; module 517 pub use crate::rust_type::{ImplBox, ImplVec, RustType};
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | lib.rs | 466 mod rust_type; module 518 pub use crate::rust_type::{ImplBox, ImplVec, RustType};
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | lib.rs | 466 mod rust_type; module 518 pub use crate::rust_type::{ImplBox, ImplVec, RustType};
|
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/ |
D | mod.rs | 178 fn rust_type(&self) -> RustType { in rust_type() method 291 self.protobuf_type_gen().rust_type(customize) in lib_protobuf_type() 605 FieldKind::Repeated(ref repeated) => repeated.rust_type(), in full_storage_type() 789 rust_type: default_value_type, in default_value_from_proto_typed() 1099 let v_type = as_option.rust_type.elem_type(); in write_if_let_self_field_is_some() 1391 rust_type: self.full_storage_iter_elem_type(), in write_merge_from_oneof() 1685 let v_type = as_option.rust_type.elem_type(); in write_message_field_get_singular() 1822 &self.oneof().rust_type(), in write_message_field_set() 1888 .into_type(self.oneof().rust_type(), &self.customize) in write_message_field_mut() 1918 let value_in_some = self.oneof().rust_type().value("v".to_owned()); in write_message_field_take_oneof()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-derive-0.13.3/src/field/ |
D | map.rs | 258 let key_ty = self.key_ty.rust_type(); in methods() 308 let key = self.key_ty.rust_type(); in debug() 335 let value = ty.rust_type(); in debug()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-derive-0.13.3/src/field/ |
D | map.rs | 258 let key_ty = self.key_ty.rust_type(); in methods() 308 let key = self.key_ty.rust_type(); in debug() 335 let value = ty.rust_type(); in debug()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
/external/rust/cxx/syntax/ |
D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/ |
D | types.rs | 51 pub fn rust_type(field: &ast::Field) -> proc_macro2::TokenStream { in rust_type() function
|