Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs313 let rust_path = RustModulePath(crate_name.to_string()); in get_extern_paths() localVariable
329 let rust_path = rust_path.join(&snake_cased_package_name(&package).replace('.', "::")); in descriptor_set_file_to_extern_paths() localVariable
360 let rust_path = rust_path.join(&name_lower); in message_type_to_extern_paths() localVariable