Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs77 LookupScope2::File(f) => ProtobufAbsPath::package_from_file_descriptor(f), in current_path()
124 let package = ProtobufAbsPath::package_from_file_descriptor(partial_scope); in down()
228 .partition::<Vec<_>, _>(|f| ProtobufAbsPath::package_from_file_descriptor(f).is_root()); in root_scope()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs173 pub fn package_from_file_descriptor(file: &FileDescriptor) -> ProtobufAbsPath { in package_from_file_descriptor() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dscope.rs82 ProtobufAbsPath::package_from_file_descriptor(self.file_descriptor) in package()