Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/map/
Dmod.rs245 pub struct ReflectMapRefIter<'a> { struct
249 impl<'a> ReflectMapRefIter<'a> { implementation
259 impl<'a> Iterator for ReflectMapRefIter<'a> { implementation
269 type IntoIter = ReflectMapRefIter<'a>;
271 fn into_iter(self) -> ReflectMapRefIter<'a> { in into_iter()
273 ReflectMapRefImpl::Generated(map) => ReflectMapRefIter { in into_iter()
276 ReflectMapRefImpl::DynamicEmpty(map) => ReflectMapRefIter { in into_iter()