Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs498 pub(crate) enum ProtobufOptionName { enum
503 impl ProtobufOptionName { implementation
504 pub fn simple(name: &str) -> ProtobufOptionName { in simple()
521 impl fmt::Display for ProtobufOptionName { implementation
Dparser.rs548 fn next_option_name(&mut self) -> anyhow::Result<ProtobufOptionName> { in next_option_name()