Home
last modified time | relevance | path

Searched defs:ProtobufPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_path.rs8 pub(crate) enum ProtobufPath { enum
13 impl ProtobufPath { impl
14 pub fn new<S: Into<String>>(path: S) -> ProtobufPath { in new()
35 impl fmt::Display for ProtobufPath { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs265 path: &ProtobufPath, in scope_resolved_candidates()
294 path: &ProtobufPath, in find_extension_by_path()
309 field_name: &ProtobufPath, in ext_resolve_field_ext()
Dtype_resolver.rs171 name: &ProtobufPath, in resolve_message_or_enum()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs304 fn next_full_ident(&mut self) -> anyhow::Result<ProtobufPath> { in next_full_ident()
342 fn next_message_or_enum_type(&mut self) -> anyhow::Result<ProtobufPath> { in next_message_or_enum_type()