Home
last modified time | relevance | path

Searched defs:RustType (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs16 pub(crate) enum RustType { enum
51 impl RustType { impl
97 impl RustType { impl
141 fn is_slice(&self) -> Option<&RustType> { in is_slice()
260 pub fn into_target(&self, target: &RustType, v: &str, customize: &Customize) -> String { in into_target()
267 target: &RustType, in try_into_target()
373 pub fn ref_type(&self) -> RustType { in ref_type()
383 pub fn elem_type(&self) -> RustType { in elem_type()
391 pub fn iter_elem_type(&self) -> RustType { in iter_elem_type()
417 pub fn into_type(&self, target: RustType, customize: &Customize) -> RustValueTyped { in into_type()
[all …]
Doneof.rs68 pub fn rust_type(&self) -> RustType { in rust_type()
116 fn rust_type(&self) -> RustType { in rust_type()
177 pub fn full_storage_type(&self) -> RustType { in full_storage_type()
Dmessage.rs133 F: Fn(&mut CodeWriter, &OneofVariantGen, &str, &RustType), in write_match_each_oneof_variant()
/external/rust/cxx/src/
Drust_type.rs1 pub unsafe trait RustType {} trait
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs154 fn rust_storage_type(&self) -> RustType { in rust_storage_type()
179 fn rust_type(&self) -> RustType { in rust_type()
259 pub fn rust_storage_type(&self) -> RustType { in rust_storage_type()
604 pub fn full_storage_type(&self) -> RustType { in full_storage_type()
619 fn full_storage_iter_elem_type(&self) -> RustType { in full_storage_iter_elem_type()
633 fn os_write_fn_param_type(&self) -> RustType { in os_write_fn_param_type()
645 fn set_xxx_param_type(&self) -> RustType { in set_xxx_param_type()
654 fn take_xxx_return_type(&self) -> RustType { in take_xxx_return_type()
659 fn mut_xxx_return_type(&self) -> RustType { in mut_xxx_return_type()
668 fn get_xxx_return_type(&self) -> RustType { in get_xxx_return_type()
[all …]
/external/rust/cxx/syntax/
Dmod.rs55 RustType(ExternType), enumerator