Searched defs:ProtoPath (Results 1 – 4 of 4) sorted by relevance
32 pub struct ProtoPath { struct48 impl Borrow<ProtoPath> for ProtoPathBuf { argument49 fn borrow(&self) -> &ProtoPath { in borrow()57 fn deref(&self) -> &ProtoPath { in deref()62 impl fmt::Display for ProtoPath { implementation74 impl PartialEq<str> for ProtoPath { implementation86 impl ProtoPath { implementation87 fn unchecked_new(path: &str) -> &ProtoPath { in unchecked_new()88 unsafe { &*(path as *const str as *const ProtoPath) } in unchecked_new() constant91 pub fn new(path: &str) -> anyhow::Result<&ProtoPath> { in new()[all …]
29 _files_map: &HashMap<&ProtoPath, &FileDescriptor>, in gen_file()
64 protobuf_path: &ProtoPath, in file_and_all_deps_already_parsed()92 protobuf_path: &ProtoPath, in add_file_content()
605 name: &ProtoPath, in file_descriptor()