Coverage Report

Created: 2025-11-16 06:37

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/rust/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.7.2/src/lazy.rs
Line
Count
Source
1
use once_cell::sync::OnceCell;
2
3
/// Lazily initialized static variable.
4
///
5
/// Used in generated code.
6
///
7
/// Currently a wrapper around `once_cell`s `OnceCell`.
8
pub struct Lazy<T> {
9
    once_cell: OnceCell<T>,
10
}
11
12
impl<T> Lazy<T> {
13
    /// Uninitialized state.
14
0
    pub const fn new() -> Lazy<T> {
15
0
        Lazy {
16
0
            once_cell: OnceCell::new(),
17
0
        }
18
0
    }
19
20
    /// Lazily initialize the value.
21
0
    pub fn get(&self, f: impl FnOnce() -> T) -> &T {
22
0
        self.once_cell.get_or_init(f)
23
0
    }
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<pprof::protos::profile::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<pprof::protos::profile::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Profile as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::ValueType as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Line as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Function as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Sample as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Label as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Mapping as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<pprof::protos::profile::Location as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<pprof::protos::profile::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::descriptor::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::plugin::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::rustproto::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::field_mask::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::source_context::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::any::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::api::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::empty::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::type_::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::struct_::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::duration::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::wrappers::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::descriptor::FileDescriptorProto>>::get::<protobuf::well_known_types::timestamp::file_descriptor_proto::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::well_known_types::struct_::Struct>>::get::<<protobuf::well_known_types::struct_::Struct>::new>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::descriptor::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::plugin::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::rustproto::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::field_mask::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::source_context::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::any::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::api::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::empty::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::type_::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::struct_::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::duration::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::wrappers::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::FileDescriptor>>::get::<protobuf::well_known_types::timestamp::file_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::descriptor::field_options::JSType as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::descriptor::field_descriptor_proto::Label as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::well_known_types::type_::field::Cardinality as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::plugin::code_generator_response::Feature as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::descriptor::file_options::OptimizeMode as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::descriptor::field_options::CType as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::descriptor::method_options::IdempotencyLevel as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::descriptor::field_descriptor_proto::Type as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::well_known_types::type_::field::Kind as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::well_known_types::struct_::NullValue as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::enums::EnumDescriptor>>::get::<<protobuf::well_known_types::type_::Syntax as protobuf::enum_full::EnumFull>::enum_descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::oneof::OneofDescriptor>>::get::<<protobuf::well_known_types::struct_::value::Kind as protobuf::oneof_full::OneofFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::MessageOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::MethodOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::UninterpretedOption as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::SourceCodeInfo as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::GeneratedCodeInfo as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::FileDescriptorSet as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::plugin::Version as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::descriptor_proto::ExtensionRange as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::source_code_info::Location as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::generated_code_info::Annotation as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::uninterpreted_option::NamePart as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::enum_descriptor_proto::EnumReservedRange as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::field_mask::FieldMask as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::source_context::SourceContext as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::any::Any as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::api::Api as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::empty::Empty as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::type_::Type as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::struct_::Struct as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::duration::Duration as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::DoubleValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::timestamp::Timestamp as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::plugin::code_generator_response::File as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::FieldOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::OneofOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::EnumOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::EnumValueOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::ServiceOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::FileDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::plugin::CodeGeneratorRequest as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::descriptor_proto::ReservedRange as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::api::Method as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::type_::Field as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::struct_::Value as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::FloatValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::EnumDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::BoolValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::EnumValueDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::StringValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::ServiceDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::BytesValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::MethodDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::FileOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::DescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::plugin::CodeGeneratorResponse as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::api::Mixin as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::type_::Enum as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::struct_::ListValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::Int64Value as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::ExtensionRangeOptions as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::type_::EnumValue as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::UInt64Value as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::FieldDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::type_::Option as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::Int32Value as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::descriptor::OneofDescriptorProto as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::message::MessageDescriptor>>::get::<<protobuf::well_known_types::wrappers::UInt32Value as protobuf::message_full::MessageFull>::descriptor::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::descriptor::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::plugin::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::rustproto::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::field_mask::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::source_context::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::any::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::api::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::empty::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::type_::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::struct_::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::duration::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::wrappers::file_descriptor::{closure#0}::{closure#0}>
Unexecuted instantiation: <protobuf::lazy::Lazy<protobuf::reflect::file::generated::GeneratedFileDescriptor>>::get::<protobuf::well_known_types::timestamp::file_descriptor::{closure#0}::{closure#0}>
24
}