Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Drust_types_values.rs29 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 …]
Doneof.rs93 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/
Drust_types_values.rs17 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 …]
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()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Dtype_ext.rs11 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()
Delem.rs34 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()
Dmod.rs108 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()
Drepeated.rs13 fn wrap_element(&self, element_type: RustType) -> RustType { in wrap_element()
38 pub(crate) fn rust_type(&self, reference: &FileAndMod) -> RustType { in rust_type()
Doption_kind.rs15 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()
Dsingular.rs34 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 Drust_type.rs3 pub unsafe trait RustType {} trait
/aosp_15_r20/external/rust/cxx/src/
Drust_type.rs3 pub unsafe trait RustType {} interface
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/windows-x86/1.81.0/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/windows-x86/1.80.1/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/etc/
H A Drust_types.py4 class RustType(object): class
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/lib/rustlib/etc/
H A Drust_types.py4 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 Dmod.rs58 RustType(ExternType), enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dmod.rs58 RustType(ExternType), enumerator

12