Searched defs:ProtoPathBuf (Results 1 – 4 of 4) sorted by relevance
38 pub struct ProtoPathBuf { struct42 impl Hash for ProtoPathBuf { argument48 impl Borrow<ProtoPath> for ProtoPathBuf { implementation54 impl Deref for ProtoPathBuf { implementation68 impl fmt::Display for ProtoPathBuf { implementation80 impl PartialEq<str> for ProtoPathBuf { implementation120 pub fn to_proto_path_buf(&self) -> ProtoPathBuf { in to_proto_path_buf()127 impl ProtoPathBuf { implementation132 pub fn new(path: String) -> anyhow::Result<ProtoPathBuf> { in new()137 pub fn from_path(path: &Path) -> anyhow::Result<ProtoPathBuf> { in from_path()
65 result: &mut IndexMap<ProtoPathBuf, FileDescriptorPair>, in file_and_all_deps_already_parsed()83 result: &mut IndexMap<ProtoPathBuf, FileDescriptorPair>, in all_deps_already_parsed()183 ) -> anyhow::Result<ProtoPathBuf> { in path_to_proto_path()291 input: &[ProtoPathBuf], in parse_and_typecheck_custom()
28 files_to_generate: &[ProtoPathBuf], in gen_and_write()
20 files_to_generate: &[ProtoPathBuf], in gen_all()