Home
last modified time | relevance | path

Searched refs:fs_path_to_proto_path (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf-parse/src/
Dpath.rs5 pub(crate) fn fs_path_to_proto_path(path: &ProtoPath) -> String { in fs_path_to_proto_path() function
14 use crate::path::fs_path_to_proto_path;
21 fs_path_to_proto_path(ProtoPath::new("foo.proto").unwrap()) in test_fs_path_to_proto_path()
25 fs_path_to_proto_path(ProtoPath::new("bar/foo.proto").unwrap()) in test_fs_path_to_proto_path()
/external/rust/crates/protobuf-parse/src/pure/convert/
Dmod.rs17 use crate::path::fs_path_to_proto_path;
618 output.set_name(fs_path_to_proto_path(name)); in file_descriptor()