Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dscope.rs240 pub fn protobuf_path_to_file(&self) -> ProtobufRelativePath { in protobuf_path_to_file() method
248 r.push_relative(&self.protobuf_path_to_file()); in protobuf_absolute_path()
277 let r = self.get_scope().protobuf_path_to_file(); in protobuf_name_to_package()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dscope.rs269 pub fn protobuf_path_to_file(&self) -> ProtobufRelPath { in protobuf_path_to_file() method
275 r.push_relative(&self.protobuf_path_to_file()); in protobuf_absolute_path()
305 let r = self.scope().protobuf_path_to_file(); in protobuf_name_to_package()