Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DfunctionOverloadsRecursiveGenericReturnType.ts6 GetEnumerator: () => B<U>; property in A
DoverloadGenericFunctionWithRestArgs.ts5 GetEnumerator: () => B<U>; property in A
/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