Searched defs:MapView (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/rust/ |
| D | map.rs | 17 pub struct MapView<'msg, K: ?Sized, V: ?Sized> { struct 22 impl<'msg, K: ?Sized, V: ?Sized> Copy for MapView<'msg, K, V> {} argument 23 impl<'msg, K: ?Sized, V: ?Sized> Clone for MapView<'msg, K, V> { implementation 29 unsafe impl<'msg, K: ?Sized, V: ?Sized> Sync for MapView<'msg, K, V> {} implementation 30 unsafe impl<'msg, K: ?Sized, V: ?Sized> Send for MapView<'msg, K, V> {} implementation 32 impl<'msg, K: ?Sized, V: ?Sized> std::fmt::Debug for MapView<'msg, K, V> { implementation 130 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> SealedInternal for MapView<'msg, K, V> {} implementation 132 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> Proxy<'msg> for MapView<'msg, K, V> {} implementation 134 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> AsView for MapView<'msg, K, V> { implementation 142 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> IntoView<'msg> for MapView<'msg, K, V> { implementation [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| D | MapField.cs | 652 private class MapView<T> : ICollection<T>, ICollection class in Google.Protobuf.Collections.MapField 658 internal MapView( in MapView() method in Google.Protobuf.Collections.MapField.MapView
|