Home
last modified time | relevance | path

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 DReadOnlyDictionary.cs42 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 DReadOnlyDictionary.cs42 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 DMessageDescriptor.cs121 …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 DMessageDescriptor.cs121 …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 DMakefile.am188 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \
/aosp_15_r20/external/protobuf/
H A DMakefile.am188 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \