Searched defs:ProtobufPath (Results 1 – 4 of 4) sorted by relevance
8 pub(crate) enum ProtobufPath { enum13 impl ProtobufPath { impl14 pub fn new<S: Into<String>>(path: S) -> ProtobufPath { in new()35 impl fmt::Display for ProtobufPath { implementation
265 path: &ProtobufPath, in scope_resolved_candidates()294 path: &ProtobufPath, in find_extension_by_path()309 field_name: &ProtobufPath, in ext_resolve_field_ext()
171 name: &ProtobufPath, in resolve_message_or_enum()
304 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()