Home
last modified time | relevance | path

Searched defs:GetEnumerator (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DoverloadGenericFunctionWithRestArgs.ts5 GetEnumerator: () => B<U>; property in A
DfunctionOverloadsRecursiveGenericReturnType.ts6 GetEnumerator: () => B<U>; property in A
/third_party/grpc/src/csharp/Grpc.Core/
DServer.cs428 public IEnumerator<ServerServiceDefinition> GetEnumerator() in GetEnumerator() method in Grpc.Core.Server.ServiceDefinitionCollection
476 public IEnumerator<ServerPort> GetEnumerator() in GetEnumerator() method in Grpc.Core.Server.ServerPortCollection
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs157 public IEnumerator<Extension> GetEnumerator() in GetEnumerator() method in Google.Protobuf.ExtensionRegistry
DByteString.cs310 public IEnumerator<byte> GetEnumerator() in GetEnumerator() method in Google.Protobuf.ByteString
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs256 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.MapField
809 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs475 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.RepeatedField
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs256 public IEnumerator<Metadata.Entry> GetEnumerator() in GetEnumerator() method in Grpc.Core.Metadata