Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Dprotobuf_type_box.rs15 pub(crate) struct ProtobufType { struct
22 impl ProtobufType { argument
35 pub(crate) fn message(message: MessageDescriptor) -> ProtobufType { in message() method
39 pub(crate) fn enumeration(enumeration: EnumDescriptor) -> ProtobufType { in enumeration() method
43 pub(crate) fn from_proto_type(t: Type) -> ProtobufType { in from_proto_type()
47 pub(crate) fn new(runtime: RuntimeType, t: Type) -> crate::Result<ProtobufType> { in new()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Drt.rs839 K: ProtobufType, in compute_map_size()
840 V: ProtobufType, in compute_map_size()
862 ) -> ProtobufResult<()> in write_map_with_cached_sizes()
865 V: ProtobufType, in write_map_with_cached_sizes()
890 ) -> ProtobufResult<()> in read_map_into()
893 V: ProtobufType, in read_map_into()
Dtypes.rs24 pub trait ProtobufType { interface
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/
Dmod.rs351 pub(crate) fn map_proto_type(&self) -> (ProtobufType, ProtobufType) { in map_proto_type()
Dindex.rs40 pub(crate) fn resolve(&self, file: &FileDescriptor) -> ProtobufType { in resolve()