Home
last modified time | relevance | path

Searched defs:MapView (Results 1 – 3 of 3) sorted by relevance

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs675 private class MapView<T> : ICollection<T>, ICollection class in Google.Protobuf.Collections.MapField
681 internal MapView( in MapView() method in Google.Protobuf.Collections.MapField.MapView
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs675 private class MapView<T> : ICollection<T>, ICollection class in Google.Protobuf.Collections.MapField
681 internal MapView( in MapView() method in Google.Protobuf.Collections.MapField.MapView
/external/cronet/base/win/
Dmap.h247 explicit MapView(Microsoft::WRL::ComPtr<Map<LogicalK, LogicalV>> map) in MapView() function