Home
last modified time | relevance | path

Searched refs:containsCheck (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs758 private readonly Func<T, bool> containsCheck; field in Google.Protobuf.Collections.MapField.MapView
763 Func<T, bool> containsCheck) in MapView()
767 this.containsCheck = containsCheck; in MapView()
790 return containsCheck(item); in Contains()
760 MapView( MapField<TKey, TValue> parent, Func<KeyValuePair<TKey, TValue>, T> projection, Func<T, bool> containsCheck) MapView() argument

Completed in 2 milliseconds