Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dscope.rs517 pub(crate) struct OneofVariantWithContext<'a> { struct
518 pub oneof: &'a OneofWithContext<'a>,
519 pub field: &'a FieldDescriptorProto,
/external/rust/crates/protobuf/src/
Ddescriptorx.rs565 pub struct OneofVariantWithContext<'a> { struct
566 pub oneof: &'a OneofWithContext<'a>,
567 pub field: &'a FieldDescriptorProto,