Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/reflect/
Dmap.rs8 pub trait ReflectMap: 'static { trait
14 impl<K: ProtobufValue + Eq + Hash + 'static, V: ProtobufValue + 'static> ReflectMap impl
59 impl<'a> IntoIterator for &'a dyn ReflectMap { implementation
/external/rust/crates/protobuf/src/reflect/acc/
Dv1.rs749 fn get_field<'a>(&self, m: &'a M) -> &'a dyn ReflectMap { in get_field()
753 fn mut_field<'a>(&self, m: &'a mut M) -> &'a mut dyn ReflectMap { in mut_field()