Home
last modified time | relevance | path

Searched defs:ProtoPathBuf (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/protobuf-parse/src/
Dproto_path.rs38 pub struct ProtoPathBuf { struct
42 impl Hash for ProtoPathBuf { argument
48 impl Borrow<ProtoPath> for ProtoPathBuf { implementation
54 impl Deref for ProtoPathBuf { implementation
68 impl fmt::Display for ProtoPathBuf { implementation
80 impl PartialEq<str> for ProtoPathBuf { implementation
120 pub fn to_proto_path_buf(&self) -> ProtoPathBuf { in to_proto_path_buf()
127 impl ProtoPathBuf { implementation
132 pub fn new(path: String) -> anyhow::Result<ProtoPathBuf> { in new()
137 pub fn from_path(path: &Path) -> anyhow::Result<ProtoPathBuf> { in from_path()
/external/rust/crates/protobuf-parse/src/pure/
Dparse_and_typecheck.rs65 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()
/external/rust/crates/protobuf-codegen/src/
Dgen_and_write.rs28 files_to_generate: &[ProtoPathBuf], in gen_and_write()
/external/rust/crates/protobuf-codegen/src/gen/
Dall.rs20 files_to_generate: &[ProtoPathBuf], in gen_all()