Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs383 pub(crate) enum ProtobufConstantMessageFieldName { enum
389 impl fmt::Display for ProtobufConstantMessageFieldName { implementation
Dparser.rs380 ) -> anyhow::Result<ProtobufConstantMessageFieldName> { in next_message_constant_field_name()