Home
last modified time | relevance | path

Searched refs:into_type (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs417 pub fn into_type(&self, target: RustType, customize: &Customize) -> RustValueTyped { in into_type() method
426 self.into_type(RustType::Uniq(Box::new(self.rust_type.clone())), customize) in boxed()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs1234 .into_type(self.full_storage_iter_elem_type(), &self.customize) in write_self_field_assign_default()
1252 .into_type(self.elem().rust_storage_type(), &self.customize) in write_self_field_assign_default()
1889 .into_type(self.oneof().rust_type(), &self.customize) in write_message_field_mut()
1921 value_in_some.into_type(self.take_xxx_return_type(), &self.customize); in write_message_field_take_oneof()
1935 .into_type(take_xxx_return_type.clone(), &self.customize) in write_message_field_take_oneof()