Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs495 pub(crate) struct ProtobufOptionNameExt(pub Vec<ProtobufOptionNamePart>); struct
509 impl fmt::Display for ProtobufOptionNameExt { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs412 option_name: &ProtobufOptionNameExt, in custom_option_ext()