Home
last modified time | relevance | path

Searched refs:RemoveWhere (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/HashSet/
H A DHashSet.Generic.Tests.cs119 #region RemoveWhere
126 int removedCount = set.RemoveWhere((value) => { return true; }); in HashSet_Generic_RemoveWhere_AllElements()
135 int removedCount = set.RemoveWhere((value) => { return false; }); in HashSet_Generic_RemoveWhere_NoElements()
152 set.RemoveWhere((element) => { return false; }); in HashSet_Generic_RemoveWhere_NewObject()
160 Assert.Throws<ArgumentNullException>(() => set.RemoveWhere(null)); in HashSet_Generic_RemoveWhere_NullMatchPredicate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/SortedSet/
H A DSortedSet.Generic.Tests.cs216 #region RemoveWhere
223 int removedCount = set.RemoveWhere((value) => { return true; }); in SortedSet_Generic_RemoveWhere_AllElements()
232 int removedCount = set.RemoveWhere((value) => { return false; }); in SortedSet_Generic_RemoveWhere_NoElements()
241 AssertExtensions.Throws<ArgumentNullException>("match", () => set.RemoveWhere(null)); in SortedSet_Generic_RemoveWhere_NullPredicate_ThrowsArgumentNullException()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Sound/
H A DAmbientSound.cs53 currentSounds.RemoveWhere(s => s == null || s.Complete); in ITick.Tick()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.Generic/
H A DSortedSetTest.cs132 public void RemoveWhere () in RemoveWhere() method in MonoTests.System.Collections.Generic.SortedSetTest
135 Assert.AreEqual (3, set.RemoveWhere (i => i % 2 == 0)); in RemoveWhere()
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/types/
H A Dtypes.go78 RemoveWhere(key Hashable, where WhereFunc) (err error) methodSpec
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/tree/bptree/
H A Dbptree.go94 func (self *BpTree) RemoveWhere(key types.Hashable, where types.WhereFunc) (err error) { func
H A Dbptree_test.go87 t.RemoveWhere(r.key, func(value interface{}) bool { return true })
199 if err := bpt.RemoveWhere(r.key, func(value interface{}) bool { return true }); err != nil {
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DSelection.cs149 …var removed = actors.RemoveWhere(a => !a.IsInWorld || (!a.Owner.IsAlliedWith(self.World.RenderPlay… in ITick.Tick()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Protocol/
H A DMatchRule.cs124 …a.RemoveWhere ( delegate (ArgMatchTest t) { return t.ArgNum >= sigs.Count || t.Signature != sigs[t… in Test()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/Test/System.Collections.Generic/
H A DHashSetTest.cs146 int removed = set.RemoveWhere (i => (i % 2) != 0); in TestRemoveWhere()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler/src/
H A DProgram.cs521 diff.RemoveWhere(filter); in DiffCompilationResults()
/dports/devel/msbuild/msbuild-0.06/src/Build/Collections/RetrievableEntryHashSet/Originals/
H A DHashSet.cs770 public int RemoveWhere(Predicate<T> match) { in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/ref/
H A DSystem.Collections.cs215 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
590 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.SortedSet
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Collections/Generic/
H A DHashSet.cs786 public int RemoveWhere(Predicate<T> match) { in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/src/System/Collections/Generic/
H A DHashSet.cs994 public int RemoveWhere(Predicate<T> match) in RemoveWhere() method in System.Collections.Generic.HashSet
H A DSortedSet.cs1507 public int RemoveWhere(Predicate<T> match) in RemoveWhere() method in System.Collections.Generic.SortedSet
/dports/devel/msbuild/msbuild-0.06/src/Build/Collections/RetrievableEntryHashSet/
H A DHashSet.cs1049 … public int RemoveWhere(Predicate<T> match) { in RemoveWhere() method in Microsoft.Build.Collections.RetrievableEntryHashSet
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Dsortedset.cs1639 public int RemoveWhere(Predicate<T> match) { in RemoveWhere() method in System.Collections.Generic.SortedSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Core.cs178 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Core.cs116 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.Core.cs168 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.Core.cs168 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Core.cs168 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Core.cs173 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Core.cs168 public int RemoveWhere(System.Predicate<T> match) { throw null; } in RemoveWhere() method in System.Collections.Generic.HashSet

12