Searched refs:package_from_file_descriptor (Results 1 – 3 of 3) sorted by relevance
77 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()
173 pub fn package_from_file_descriptor(file: &FileDescriptor) -> ProtobufAbsPath { in package_from_file_descriptor() method
82 ProtobufAbsPath::package_from_file_descriptor(self.file_descriptor) in package()