Searched defs:ProtobufRelPath (Results 1 – 5 of 5) sorted by relevance
12 impl From<String> for ProtobufRelPath { implementation13 fn from(s: String) -> ProtobufRelPath { in from()18 impl From<&'_ str> for ProtobufRelPath { implementation19 fn from(s: &str) -> ProtobufRelPath { in from()89 pub fn append(&self, simple: &ProtobufRelPathRef) -> ProtobufRelPath { in append()101 pub fn append_ident(&self, simple: &ProtobufIdentRef) -> ProtobufRelPath { in append_ident()109 pub fn to_owned(&self) -> ProtobufRelPath { in to_owned()116 impl ProtobufRelPath { implementation127 pub fn new<S: Into<String>>(path: S) -> ProtobufRelPath { in new()136 ) -> ProtobufRelPath { in from_components()[all …]
242 pub fn to_root_rel(&self) -> ProtobufRelPath { in to_root_rel()
72 pub(crate) fn is_well_known_type_full(name: &ProtobufAbsPath) -> Option<ProtobufRelPath> { in is_well_known_type_full()
269 pub fn protobuf_path_to_file(&self) -> ProtobufRelPath { in protobuf_path_to_file()304 fn protobuf_name_to_package(&self) -> ProtobufRelPath { in protobuf_name_to_package()
319 fn next_full_ident_rel(&mut self) -> anyhow::Result<ProtobufRelPath> { in next_full_ident_rel()