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.rs17 pub(crate) enum RustType { enum
52 impl RustType { impl
98 impl RustType { impl
142 fn is_slice(&self) -> Option<&RustType> { in is_slice()
261 pub fn into_target(&self, target: &RustType, v: &str, customize: &Customize) -> String { in into_target()
268 target: &RustType, in try_into_target()
374 pub fn ref_type(&self) -> RustType { in ref_type()
384 pub fn elem_type(&self) -> RustType { in elem_type()
392 pub fn iter_elem_type(&self) -> RustType { in iter_elem_type()
418 pub fn into_type(&self, target: RustType, customize: &Customize) -> RustValueTyped { in into_type()
[all …]
Doneof.rs69 pub fn rust_type(&self) -> RustType { in rust_type()
117 fn rust_type(&self) -> RustType { in rust_type()
176 pub fn full_storage_type(&self) -> RustType { in full_storage_type()
Dmessage.rs134 F: Fn(&mut CodeWriter, &OneofVariantGen, &str, &RustType), in write_match_each_oneof_variant()
/external/rust/cxx/src/
Drust_type.rs3 pub unsafe trait RustType {} trait
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs153 fn rust_storage_type(&self) -> RustType { in rust_storage_type()
178 fn rust_type(&self) -> RustType { in rust_type()
258 pub fn rust_storage_type(&self) -> RustType { in rust_storage_type()
603 pub fn full_storage_type(&self) -> RustType { in full_storage_type()
618 fn full_storage_iter_elem_type(&self) -> RustType { in full_storage_iter_elem_type()
632 fn os_write_fn_param_type(&self) -> RustType { in os_write_fn_param_type()
644 fn set_xxx_param_type(&self) -> RustType { in set_xxx_param_type()
653 fn take_xxx_return_type(&self) -> RustType { in take_xxx_return_type()
658 fn mut_xxx_return_type(&self) -> RustType { in mut_xxx_return_type()
667 fn get_xxx_return_type(&self) -> RustType { in get_xxx_return_type()
[all …]
/external/rust/cxx/syntax/
Dmod.rs55 RustType(ExternType), enumerator