Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/gen/
Dscope.rs499 pub(crate) struct OneofVariantWithContext<'a> { struct
500 pub oneof: &'a OneofWithContext<'a>,
501 pub field: FieldDescriptor,
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dscope.rs518 pub(crate) struct OneofVariantWithContext<'a> { struct
519 pub oneof: &'a OneofWithContext<'a>,
520 pub field: &'a FieldDescriptorProto,
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptorx.rs564 pub struct OneofVariantWithContext<'a> { struct
565 pub oneof: &'a OneofWithContext<'a>,
566 pub field: &'a FieldDescriptorProto,