Searched defs:GetEnumerator (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/ | ||
D | ReadOnlyDictionary.cs | 122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.ReadOnlyDictionary |
D | MapField.cs | 251 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.MapField |
D | RepeatedField.cs | 368 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Google.Protobuf.Collections.RepeatedField |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ | ||
D | ByteString.cs | 222 public IEnumerator<byte> GetEnumerator() in GetEnumerator() method in Google.Protobuf.ByteString |