Home
last modified time | relevance | path

Searched refs:without_suffix (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf-codegen/2.27.1/src/
Dfile.rs17 let without_suffix = strx::remove_suffix(without_dir, ".proto"); in proto_path_to_rust_mod() localVariable
19 let name = without_suffix in proto_path_to_rust_mod()
/external/rust/crates/protobuf-codegen/src/gen/
Dpaths.rs20 let without_suffix = strx::remove_suffix(without_dir, ".proto"); in proto_path_to_rust_mod() localVariable
22 let name = without_suffix in proto_path_to_rust_mod()
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptorx.rs26 let without_suffix = strx::remove_suffix(without_dir, ".proto"); in proto_path_to_rust_mod() localVariable
28 let name = without_suffix in proto_path_to_rust_mod()