Searched refs:rust_type (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | oneof.rs | 68 pub fn rust_type(&self) -> RustType { in rust_type() method 116 fn rust_type(&self) -> RustType { in rust_type() method 117 self.oneof_field.rust_type() in rust_type() 194 &variant.rust_type().to_code(&self.customize) in write_enum()
|
D | rust_types_values.rs | 214 rust_type: self, in default_value_typed() 405 rust_type: self, in value() 413 pub rust_type: RustType, field 418 let target_value = self.rust_type.into_target(&target, &self.value, customize); in into_type() 421 rust_type: target, in into_type() 426 self.into_type(RustType::Uniq(Box::new(self.rust_type.clone())), customize) in boxed() 558 pub fn rust_type(&self, customize: &Customize) -> String { in rust_type() method
|
D | extensions.rs | 76 self.return_type_gen().rust_type(&self.customize), in write()
|
/external/rust/cxx/src/ |
D | lib.rs | 414 mod rust_type; module 460 pub use crate::rust_type::{ImplBox, ImplVec, RustType};
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 179 fn rust_type(&self) -> RustType { in rust_type() method 292 self.protobuf_type_gen().rust_type(customize) in lib_protobuf_type() 606 FieldKind::Repeated(ref repeated) => repeated.rust_type(), in full_storage_type() 790 rust_type: default_value_type, in default_value_from_proto_typed() 1100 let v_type = as_option.rust_type.elem_type(); in write_if_let_self_field_is_some() 1392 rust_type: self.full_storage_iter_elem_type(), in write_merge_from_oneof() 1686 let v_type = as_option.rust_type.elem_type(); in write_message_field_get_singular() 1823 &self.oneof().rust_type(), in write_message_field_set() 1889 .into_type(self.oneof().rust_type(), &self.customize) in write_message_field_mut() 1919 let value_in_some = self.oneof().rust_type().value("v".to_owned()); in write_message_field_take_oneof()
|