Searched refs:ReadOnlyDictionary (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | ReadOnlyDictionary.cs | 42 internal sealed class ReadOnlyDictionary<TKey, TValue> : IDictionary<TKey, TValue> class 46 public ReadOnlyDictionary(IDictionary<TKey, TValue> wrapped) in ReadOnlyDictionary() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | ReadOnlyDictionary.cs | 42 internal sealed class ReadOnlyDictionary<TKey, TValue> : IDictionary<TKey, TValue> class 46 public ReadOnlyDictionary(IDictionary<TKey, TValue> wrapped) in ReadOnlyDictionary() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MessageDescriptor.cs | 121 …private static ReadOnlyDictionary<string, FieldDescriptor> CreateJsonFieldMap(IList<FieldDescripto… in CreateJsonFieldMap() 129 return new ReadOnlyDictionary<string, FieldDescriptor>(map); in CreateJsonFieldMap()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MessageDescriptor.cs | 121 …private static ReadOnlyDictionary<string, FieldDescriptor> CreateJsonFieldMap(IList<FieldDescripto… in CreateJsonFieldMap() 129 return new ReadOnlyDictionary<string, FieldDescriptor>(map); in CreateJsonFieldMap()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | Makefile.am | 188 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \
|
/aosp_15_r20/external/protobuf/ |
H A D | Makefile.am | 188 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \
|