Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs228 pub struct EntryKeyValue<'a>(FieldElem<'a>, FieldElem<'a>); struct
237 Option<Box<EntryKeyValue<'a>>>,
335 Some(Box::new(EntryKeyValue( in field_elem()