Searched defs:RustType (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | rust_types_values.rs | 17 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 …]
|
D | oneof.rs | 69 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()
|
D | message.rs | 134 F: Fn(&mut CodeWriter, &OneofVariantGen, &str, &RustType), in write_match_each_oneof_variant()
|
/external/rust/cxx/src/ |
D | rust_type.rs | 3 pub unsafe trait RustType {} trait
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 153 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/ |
D | mod.rs | 55 RustType(ExternType), enumerator
|