Searched defs:ProtobufRelPathRef (Results 1 – 5 of 5) sorted by relevance
24 impl ProtobufRelPathRef { implementation33 pub fn new(path: &str) -> &ProtobufRelPathRef { in new()43 pub fn split_first_rem(&self) -> Option<(&ProtobufIdentRef, &ProtobufRelPathRef)> { in split_first_rem()63 fn parent(&self) -> Option<&ProtobufRelPathRef> { in parent()74 pub fn self_and_parents(&self) -> Vec<&ProtobufRelPathRef> { in self_and_parents()117 pub fn as_ref(&self) -> &ProtobufRelPathRef { in as_ref()159 pub struct ProtobufRelPathRef(str); struct161 impl Deref for ProtobufRelPathRef { implementation172 fn deref(&self) -> &ProtobufRelPathRef { in deref()183 impl fmt::Display for ProtobufRelPathRef { implementation
65 pub fn remove_prefix(&self, prefix: &ProtobufAbsPathRef) -> Option<&ProtobufRelPathRef> { in remove_prefix()207 pub fn push_relative(&mut self, relative: &ProtobufRelPathRef) { in push_relative()
107 path: &ProtobufRelPathRef, in find_message_or_enum()
250 rel: &ProtobufRelPathRef, in scope_resolved_candidates_rel()
94 name: &ProtobufRelPathRef, in find_message_or_enum()