Home
last modified time | relevance | path

Searched defs:MessageFull (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/acc/v2/singular/
Dmod.rs39 ) -> SingularFieldAccessorHolder in new()
90 ) -> SingularFieldAccessorHolder in new_get_mut()
112 ) -> SingularFieldAccessorHolder in new_get_option_mut_option()
130 ) -> SingularFieldAccessorHolder in new_get_mut_message()
133 V: MessageFull, in new_get_mut_message()
157 ) -> SingularFieldAccessorHolder in new_get_option_set_enum()
191 ) -> SingularFieldAccessorHolder in new_has_get_set()
218 ) -> SingularFieldAccessorHolder in new_has_get_set_deref()
249 ) -> SingularFieldAccessorHolder in new_has_get_mut_set()
252 F: MessageFull, in new_has_get_mut_set()
[all …]
Doneof.rs17 ) -> FieldAccessor in make_oneof_message_has_get_mut_set_accessor()
20 F: MessageFull, in make_oneof_message_has_get_mut_set_accessor()
36 ) -> FieldAccessor in make_oneof_copy_has_get_set_simpler_accessors()
54 ) -> FieldAccessor in make_oneof_enum_accessors()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmessage_full.rs27 pub trait MessageFull: Message + ProtobufValue + fmt::Debug + fmt::Display { interface
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs414 ) -> anyhow::Result<()> in custom_option_ext()
670 ) -> anyhow::Result<()> in custom_option_builtin()
711 ) -> anyhow::Result<()> in custom_option()
727 ) -> anyhow::Result<Option<M>> in custom_options()
/aosp_15_r20/build/make/tools/aconfig/aconfig_protos/src/
H A Dlib.rs106 T: protobuf::MessageFull, in try_from_text_proto()