Home
last modified time | relevance | path

Searched defs:ProtobufConstantMessage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs400 pub(crate) struct ProtobufConstantMessage { struct
401 pub(crate) fields: IndexMap<ProtobufConstantMessageFieldName, ProtobufConstant>, argument
432 impl ProtobufConstantMessage { impl
Dparser.rs403 fn next_message_constant(&mut self) -> anyhow::Result<ProtobufConstantMessage> { in next_message_constant()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs491 value: &ProtobufConstantMessage, in option_value_message_to_unknown_value()