Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs677 private readonly Func<T, bool> containsCheck; field in Google.Protobuf.Collections.MapField.MapView
682 Func<T, bool> containsCheck) in MapView() argument
686 this.containsCheck = containsCheck; in MapView()
709 return containsCheck(item); in Contains()