Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/2.27.1/src/
Dprotobuf_name.rs261 pub fn from_path_without_dot(path: &str) -> ProtobufAbsolutePath { in from_path_without_dot() method
276 Some(path) => ProtobufAbsolutePath::from_path_without_dot(path), in from_package_path()
285 ProtobufAbsolutePath::from_path_without_dot(path) in from_path_maybe_dot()
/external/rust/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs187 pub fn from_path_without_dot(path: &str) -> ProtobufAbsPath { in from_path_without_dot() method
198 ProtobufAbsPath::from_path_without_dot(path) in from_path_maybe_dot()