Home
last modified time | relevance | path

Searched defs:ForwardProtobufTypeBox (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/
Dindex.rs21 pub(crate) enum ForwardProtobufTypeBox { enum
27 impl ForwardProtobufTypeBox { implementation
28 pub(crate) fn message(message: MessageDescriptor) -> ForwardProtobufTypeBox { in message() method
32 pub(crate) fn enumeration(enumeration: EnumDescriptor) -> ForwardProtobufTypeBox { in enumeration() method
36 pub(crate) fn from_proto_type(t: Type) -> ForwardProtobufTypeBox { in from_proto_type()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/file/
Dbuilding.rs95 ) -> crate::Result<ForwardProtobufTypeBox> { in resolve_field_element_type()
125 pub(crate) fn resolve_message(&self, type_name: &str) -> crate::Result<ForwardProtobufTypeBox> { in resolve_message()