Home
last modified time | relevance | path

Searched refs:SymmetricExceptWith (Results 1 – 25 of 71) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.Generic/
H A DSortedSetTest.cs429 set.SymmetricExceptWith (null); in SymmetricExceptWith_Null()
433 public void SymmetricExceptWith () in SymmetricExceptWith() method in MonoTests.System.Collections.Generic.SortedSetTest
436 set.SymmetricExceptWith (new [] { 5, 7, 3, 7, 11, 7, 5, 2 }); in SymmetricExceptWith()
444 set.SymmetricExceptWith (set); in SymetricExceptWithItself()
453 view.SymmetricExceptWith (new [] { 4, 5, 6, 6, 4 }); in ViewSymmetricExceptWith()
463 view.SymmetricExceptWith (new [] {2}); in ViewSymmetricExceptWith_oor()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-generics/examples/thashset/
H A Dthashset_symmetricexceptwith.lpr45 WriteLn('< HighNumbers SymmetricExceptWith LowNumbers >');
46 HighNumbers.SymmetricExceptWith(LowNumbers);
/dports/lang/fpc-rtl-generics/fpc-3.2.2/packages/rtl-generics/examples/thashset/
H A Dthashset_symmetricexceptwith.lpr45 WriteLn('< HighNumbers SymmetricExceptWith LowNumbers >');
46 HighNumbers.SymmetricExceptWith(LowNumbers);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/src/System/Collections/Generic/
H A DISet.cs29 void SymmetricExceptWith(IEnumerable<T> other); in SymmetricExceptWith() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Diset.cs43 void SymmetricExceptWith(IEnumerable<T> other); in SymmetricExceptWith() method
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Support/Compatibility/
H A DISet.cs44 void SymmetricExceptWith(IEnumerable<T> other); in SymmetricExceptWith() method
H A DSortedSet.cs178 void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) in SymmetricExceptWith() method in System.Collections.Generic.SortedSet
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/tests/
H A DImmutableHashSetBuilderTest.cs184 public void SymmetricExceptWith() in SymmetricExceptWith() method in System.Collections.Immutable.Tests.ImmutableHashSetBuilderTest
187 … AssertExtensions.Throws<ArgumentNullException>("other", () => builder.SymmetricExceptWith(null)); in SymmetricExceptWith()
188 builder.SymmetricExceptWith(new[] { 2, 3, 4 }); in SymmetricExceptWith()
H A DImmutableSortedSetBuilderTest.cs202 public void SymmetricExceptWith() in SymmetricExceptWith() method in System.Collections.Immutable.Tests.ImmutableSortedSetBuilderTest
205 … AssertExtensions.Throws<ArgumentNullException>("other", () => builder.SymmetricExceptWith(null)); in SymmetricExceptWith()
206 builder.SymmetricExceptWith(new[] { 2, 3, 4 }); in SymmetricExceptWith()
H A DImmutableSetTest.cs193 Assert.Throws<NotSupportedException>(() => set.SymmetricExceptWith(null)); in ISetMutationMethods()
560 expectedSet.SymmetricExceptWith(otherCollection); in SymmetricExceptTestHelper()
H A DImmutableHashSetTest.cs216 expectedSet.SymmetricExceptWith(otherCollection); in SymmetricExceptWithComparerTests()
H A DImmutableSortedSetTest.cs405 expectedSet.SymmetricExceptWith(otherCollection); in SymmetricExceptWithComparerTests()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-generics/tests/
H A Dtests.generics.sets.pas134 NumbersC.SymmetricExceptWith(NumbersB);
305 ASet.SymmetricExceptWith(LSet);
/dports/lang/fpc-rtl-generics/fpc-3.2.2/packages/rtl-generics/tests/
H A Dtests.generics.sets.pas134 NumbersC.SymmetricExceptWith(NumbersB);
305 ASet.SymmetricExceptWith(LSet);
/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Dli_std_set_runme.cs82 ss.SymmetricExceptWith(new[] {"baz", "quux"}); in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Collections/
H A DISet.Generic.Tests.cs280 set.SymmetricExceptWith(enumerable); in Validate_SymmetricExceptWith()
314 Assert.Throws<ArgumentNullException>(() => set.SymmetricExceptWith(null)); in ISet_Generic_NullEnumerableArgument()
611 set.SymmetricExceptWith(enumerable); in ISet_Generic_SymmetricExceptWith_AfterRemovingElements()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Performance/
H A DPerf.HashSet.cs254 theSet.SymmetricExceptWith(otherSet); in SymmetricExcept()
274 theSet.SymmetricExceptWith(stuffToExcept); in SymmetricExceptEnum()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableHashSet_1.Builder.cs351 public void SymmetricExceptWith(IEnumerable<T> other) in SymmetricExceptWith() method in System.Collections.Immutable.ImmutableHashSet.Builder
H A DImmutableSortedSet_1.Builder.cs330 public void SymmetricExceptWith(IEnumerable<T> other) in SymmetricExceptWith() method in System.Collections.Immutable.ImmutableSortedSet.Builder
H A DImmutableSortedSet_1.cs719 void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) in SymmetricExceptWith() method in System.Collections.Immutable.ImmutableSortedSet
H A DImmutableHashSet_1.cs498 void ISet<T>.SymmetricExceptWith(IEnumerable<T> other) in SymmetricExceptWith() method in System.Collections.Immutable.ImmutableHashSet
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DSelection.cs94 actors.SymmetricExceptWith(adjNewSelection); in Combine()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Analysis/
H A DCharArraySet.cs410 void ISet<string>.SymmetricExceptWith(IEnumerable<string> other) in SymmetricExceptWith() method in Lucene.Net.Analysis.CharArraySet
/dports/devel/swig/swig-4.0.2/Lib/csharp/
H A Dstd_set.i144 …public void SymmetricExceptWith(global::System.Collections.Generic.IEnumerable<$typemap(cstype, T)…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/Test/System.Collections.Generic/
H A DHashSetTest.cs222 set.SymmetricExceptWith (other); in TestSymmetricExceptWith()

123