Home
last modified time | relevance | path

Searched refs:IEnumerable (Results 1 – 25 of 44) sorted by relevance

12

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs52 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/
DTypeRegistry.cs80 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()
DFileDescriptor.cs64 …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/
DAuthContext.cs76 public IEnumerable<AuthProperty> PeerIdentity
91 public IEnumerable<AuthProperty> Properties
103 public IEnumerable<AuthProperty> FindPropertiesByName(string propertyName) in FindPropertiesByName()
DServer.cs68 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()
DServerCredentials.cs75 …public SslServerCredentials(IEnumerable<KeyCertificatePair> keyCertificatePairs, string rootCertif… in SslServerCredentials()
95 …public SslServerCredentials(IEnumerable<KeyCertificatePair> keyCertificatePairs) : this(keyCertifi… in SslServerCredentials()
DChannel.cs67 … 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/
DSubList.cs158 #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
DListExtensions.cs38 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()
DSetExtensions.cs51 public static void addAll<T>( this HashSet<T> set, IEnumerable<T> items ) in addAll()
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionServiceImpl.cs41 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/
DAsyncStreamExtensions.cs60 … 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/
DFieldMaskPartial.cs127 … 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/
DReadOnlyDictionary.cs127 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
129 return ((IEnumerable) wrapped).GetEnumerator(); in IEnumerable.GetEnumerator()
DRepeatedField.cs303 public void AddRange(IEnumerable<T> values) in AddRange()
365 public void Add(IEnumerable<T> values) in Add()
402 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
DMapField.cs265 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/
DByteString.cs51 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
291 return ((IEnumerable<byte>) bytes).GetEnumerator(); in GetEnumerator()
298 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
DExtensionRegistry.cs88 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/
DHashList.cs269 #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/
DDotTreeGenerator.cs124 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/
DDOTTreeGenerator.cs120 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/
DDotTreeGenerator.cs124 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/
DMockServiceHelper.cs40 readonly IEnumerable<ChannelOption> channelOptions;
55 …erviceHelper(string host = null, Marshaller<string> marshaller = null, IEnumerable<ChannelOption> … in MockServiceHelper()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DThreadedBenchmark.cs32 public ThreadedBenchmark(IEnumerable<ThreadStart> runners) in ThreadedBenchmark()
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationConfig.cs56 public IEnumerable<ByteString> Payloads { get; }

12