/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | rust_types_values.rs | 29 pub(crate) enum RustType { enum 64 impl RustType { impl 105 impl RustType { implementation 165 fn is_slice(&self) -> Option<&RustType> { in is_slice() 200 pub fn is_ref(&self) -> Option<&RustType> { in is_ref() 207 pub fn is_box(&self) -> Option<&RustType> { in is_box() 282 pub fn into_target(&self, target: &RustType, v: &str, customize: &Customize) -> String { in into_target() 289 …fn try_into_target(&self, target: &RustType, v: &str, customize: &Customize) -> Result<String, ()>… in try_into_target() 383 pub fn ref_type(&self) -> RustType { in ref_type() 394 pub(crate) fn wrap_ref(&self) -> RustType { in wrap_ref() [all …]
|
D | oneof.rs | 93 pub fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() 148 pub fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() 226 pub fn full_storage_type(&self) -> RustType { in full_storage_type()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | rust_types_values.rs | 17 pub(crate) enum RustType { enum 52 impl RustType { impl 98 impl RustType { implementation 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()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | type_ext.rs | 11 fn rust_type(&self) -> RustType; in rust_type() 12 fn os_write_fn_param_type(&self) -> RustType; in os_write_fn_param_type() 69 fn rust_type(&self) -> RustType { in rust_type() 93 fn os_write_fn_param_type(&self) -> RustType { in os_write_fn_param_type()
|
D | elem.rs | 34 pub(crate) fn enum_rust_type(&self, reference: &FileAndMod) -> RustType { in enum_rust_type() 42 fn enum_or_unknown_rust_type(&self, reference: &FileAndMod) -> RustType { in enum_or_unknown_rust_type() 67 fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type() 99 pub(crate) fn rust_storage_elem_type(&self, reference: &FileAndMod) -> RustType { in rust_storage_elem_type() 116 pub(crate) fn rust_set_xxx_param_type(&self, reference: &FileAndMod) -> RustType { in rust_set_xxx_param_type()
|
D | mod.rs | 108 pub(crate) fn getter_return_type(&self, reference: &FileAndMod) -> RustType { in getter_return_type() 274 pub(crate) fn full_storage_type(&self, reference: &FileAndMod) -> RustType { in full_storage_type() 289 fn full_storage_iter_elem_type(&self, reference: &FileAndMod) -> RustType { in full_storage_iter_elem_type() 311 fn set_xxx_param_type(&self, reference: &FileAndMod) -> RustType { in set_xxx_param_type() 322 fn take_xxx_return_type(&self, reference: &FileAndMod) -> RustType { in take_xxx_return_type() 327 fn mut_xxx_return_type(&self, reference: &FileAndMod) -> RustType { in mut_xxx_return_type() 338 fn getter_return_type(&self) -> RustType { in getter_return_type() 694 F: Fn(&mut CodeWriter, &RustType), in write_for_self_field()
|
D | repeated.rs | 13 fn wrap_element(&self, element_type: RustType) -> RustType { in wrap_element() 38 pub(crate) fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type()
|
D | option_kind.rs | 15 pub(crate) fn wrap_element(&self, element_type: RustType) -> RustType { in wrap_element() 24 pub(crate) fn as_ref_type(&self, element_type: RustType) -> RustType { in as_ref_type()
|
D | singular.rs | 34 pub(crate) fn rust_storage_type(&self, reference: &FileAndMod) -> RustType { in rust_storage_type()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/ |
H A D | rust_type.rs | 3 pub unsafe trait RustType {} trait
|
/aosp_15_r20/external/rust/cxx/src/ |
D | rust_type.rs | 3 pub unsafe trait RustType {} interface
|
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/windows-x86/1.81.0/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/windows-x86/1.80.1/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/lib/rustlib/etc/ |
H A D | rust_types.py | 4 class RustType(object): class
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | mod.rs | 58 RustType(ExternType), enumerator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | mod.rs | 58 RustType(ExternType), enumerator
|