/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | EnumerableExtensions.cs | 52 public static double Average(IEnumerable<int> source) { in Average() 56 static TResult Average<TElement, TAggregate, TResult>(IEnumerable<TElement> source, 76 public static double Average(IEnumerable<double> source) { in Average() 84 public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value) { in Contains() 92 …public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value, IEqualityComparer… in Contains() 108 public static IEnumerable<TSource> DefaultIfEmpty<TSource>(IEnumerable<TSource> source) { in DefaultIfEmpty() 112 …public static IEnumerable<TSource> DefaultIfEmpty<TSource>(IEnumerable<TSource> source, TSource de… in DefaultIfEmpty() 118 …static IEnumerable<TSource> CreateDefaultIfEmptyIterator<TSource>(IEnumerable<TSource> source, TSo… in CreateDefaultIfEmptyIterator() 133 public static int Max(IEnumerable<int> source) { in Max() 139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | TypeRegistry.cs | 80 return FromFiles((IEnumerable<FileDescriptor>) fileDescriptors); in FromFiles() 92 public static TypeRegistry FromFiles(IEnumerable<FileDescriptor> fileDescriptors) in FromFiles() 115 return FromMessages((IEnumerable<MessageDescriptor>) messageDescriptors); in FromMessages() 129 public static TypeRegistry FromMessages(IEnumerable<MessageDescriptor> messageDescriptors) in FromMessages()
|
D | FileDescriptor.cs | 64 …private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, IEnumerable<FileDescr… in FileDescriptor() 186 …inePublicDependencies(FileDescriptor @this, FileDescriptorProto proto, IEnumerable<FileDescriptor>… 413 … private static IEnumerable<Extension> GetAllGeneratedExtensions(GeneratedClrTypeInfo generated) in GetAllGeneratedExtensions() 418 private static IEnumerable<Extension> GetAllDependedExtensions(FileDescriptor descriptor) in GetAllDependedExtensions() 426 …private static IEnumerable<Extension> GetAllDependedExtensionsFromMessage(MessageDescriptor descri… in GetAllDependedExtensionsFromMessage() 442 …public static IReadOnlyList<FileDescriptor> BuildFromByteStrings(IEnumerable<ByteString> descripto… in BuildFromByteStrings()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | AuthContext.cs | 76 public IEnumerable<AuthProperty> PeerIdentity 91 public IEnumerable<AuthProperty> Properties 103 public IEnumerable<AuthProperty> FindPropertiesByName(string propertyName) in FindPropertiesByName()
|
D | Server.cs | 68 public Server(IEnumerable<ChannelOption> options) in Server() 399 public class ServiceDefinitionCollection : IEnumerable<ServerServiceDefinition> 425 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator() 434 public class ServerPortCollection : IEnumerable<ServerPort> 473 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
|
D | ServerCredentials.cs | 75 …public SslServerCredentials(IEnumerable<KeyCertificatePair> keyCertificatePairs, string rootCertif… in SslServerCredentials() 95 …public SslServerCredentials(IEnumerable<KeyCertificatePair> keyCertificatePairs) : this(keyCertifi… in SslServerCredentials()
|
D | Channel.cs | 67 … public Channel(string target, ChannelCredentials credentials, IEnumerable<ChannelOption> options) in Channel() 108 …public Channel(string host, int port, ChannelCredentials credentials, IEnumerable<ChannelOption> o… in Channel() 339 …private static Dictionary<string, ChannelOption> CreateOptionsDictionary(IEnumerable<ChannelOption… in CreateOptionsDictionary()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 158 #region IEnumerable Members 171 …public class SubList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable 191 #region IEnumerable Members 193 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator() 330 #region IEnumerable<T> Members
|
D | ListExtensions.cs | 38 using IEnumerable = System.Collections.IEnumerable; typedef 73 public static void addAll( this List<object> list, IEnumerable items ) in addAll() 79 public static void addAll( this IList list, IEnumerable items ) in addAll() 85 public static void addAll<T>( this ICollection<T> list, IEnumerable<T> items ) in addAll()
|
D | SetExtensions.cs | 51 public static void addAll<T>( this HashSet<T> set, IEnumerable<T> items ) in addAll()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionServiceImpl.cs | 41 public ReflectionServiceImpl(IEnumerable<string> services, SymbolRegistry symbolRegistry) in ReflectionServiceImpl() 50 public ReflectionServiceImpl(IEnumerable<ServiceDescriptor> serviceDescriptors) in ReflectionServiceImpl() 59 …tionServiceImpl(params ServiceDescriptor[] serviceDescriptors) : this((IEnumerable<ServiceDescript… in ReflectionServiceImpl()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Utils/ |
D | AsyncStreamExtensions.cs | 60 … async Task WriteAllAsync<T>(this IClientStreamWriter<T> streamWriter, IEnumerable<T> elements, bo… 76 …atic async Task WriteAllAsync<T>(this IServerStreamWriter<T> streamWriter, IEnumerable<T> elements)
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 127 … public static FieldMask FromStringEnumerable<T>(IEnumerable<string> paths) where T : IMessage 156 return FromFieldNumbers<T>((IEnumerable<int>)fieldNumbers); 163 … public static FieldMask FromFieldNumbers<T>(IEnumerable<int> fieldNumbers) where T : IMessage
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 127 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator() 129 return ((IEnumerable) wrapped).GetEnumerator(); in IEnumerable.GetEnumerator()
|
D | RepeatedField.cs | 303 public void AddRange(IEnumerable<T> values) in AddRange() 365 public void Add(IEnumerable<T> values) in Add() 402 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
|
D | MapField.cs | 265 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator() 556 IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => Keys; 558 IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => Values; 749 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ByteString.cs | 51 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString> 291 return ((IEnumerable<byte>) bytes).GetEnumerator(); in GetEnumerator() 298 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
|
D | ExtensionRegistry.cs | 88 public void AddRange(IEnumerable<Extension> extensions) in AddRange() 155 IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); in IEnumerable.GetEnumerator()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 269 #region IEnumerable Members 340 #region IEnumerable Members 473 #region IEnumerable Members 475 IEnumerator System.Collections.IEnumerable.GetEnumerator() in System.Collections.IEnumerable.GetEnumerator()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | DotTreeGenerator.cs | 124 protected virtual IEnumerable<string> DefineNodes( object tree, ITreeAdaptor adaptor ) in DefineNodes() 150 protected virtual IEnumerable<string> DefineEdges( object tree, ITreeAdaptor adaptor ) in DefineEdges()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
D | DOTTreeGenerator.cs | 120 protected virtual IEnumerable<string> DefineNodes(object tree, ITreeAdaptor adaptor) { in DefineNodes() 143 protected virtual IEnumerable<string> DefineEdges(object tree, ITreeAdaptor adaptor) { in DefineEdges()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | DotTreeGenerator.cs | 124 protected virtual IEnumerable<string> DefineNodes( object tree, ITreeAdaptor adaptor ) in DefineNodes() 150 protected virtual IEnumerable<string> DefineEdges( object tree, ITreeAdaptor adaptor ) in DefineEdges()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MockServiceHelper.cs | 40 readonly IEnumerable<ChannelOption> channelOptions; 55 …erviceHelper(string host = null, Marshaller<string> marshaller = null, IEnumerable<ChannelOption> … in MockServiceHelper()
|
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/ |
D | ThreadedBenchmark.cs | 32 public ThreadedBenchmark(IEnumerable<ThreadStart> runners) in ThreadedBenchmark()
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | SerializationConfig.cs | 56 public IEnumerable<ByteString> Payloads { get; }
|