Home
last modified time | relevance | path

Searched defs:RemoveRange (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Ddbhelper_tests.cpp60 class RemoveRange { class
62 RemoveRange() : _min(4), _max(8) {} in RemoveRange() function in mongo::__anon965ecd690111::RemoveRange
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableArray_1.cs565 public ImmutableArray<T> RemoveRange(int index, int length) in RemoveRange() method
591 public ImmutableArray<T> RemoveRange(IEnumerable<T> items) in RemoveRange() method
608 … public ImmutableArray<T> RemoveRange(IEnumerable<T> items, IEqualityComparer<T> equalityComparer) in RemoveRange() method
636 public ImmutableArray<T> RemoveRange(ImmutableArray<T> items) in RemoveRange() method
652 …public ImmutableArray<T> RemoveRange(ImmutableArray<T> items, IEqualityComparer<T> equalityCompare… in RemoveRange() method
939 …IImmutableList<T> IImmutableList<T>.RemoveRange(IEnumerable<T> items, IEqualityComparer<T> equalit… in RemoveRange() method
950 IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count) in RemoveRange() method
H A DIImmutableList.cs152 IImmutableList<T> RemoveRange(IEnumerable<T> items, IEqualityComparer<T> equalityComparer); in RemoveRange() method
163 IImmutableList<T> RemoveRange(int index, int count); in RemoveRange() method
H A DImmutableList_1.cs303 public ImmutableList<T> RemoveRange(int index, int count) in RemoveRange() method in System.Collections.Immutable.ImmutableList
341 … public ImmutableList<T> RemoveRange(IEnumerable<T> items, IEqualityComparer<T> equalityComparer) in RemoveRange() method in System.Collections.Immutable.ImmutableList
890 …IImmutableList<T> IImmutableList<T>.RemoveRange(IEnumerable<T> items, IEqualityComparer<T> equalit… in RemoveRange() method in System.Collections.Immutable.ImmutableList
896 …IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count) => this.RemoveRange(index, c… in RemoveRange() method in System.Collections.Immutable.ImmutableList
H A DIImmutableDictionary.cs77 IImmutableDictionary<TKey, TValue> RemoveRange(IEnumerable<TKey> keys); in RemoveRange() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Permissions/src/System/Security/Policy/
H A DApplicationTrustCollection.cs26 public void RemoveRange(ApplicationTrust[] trusts) { } in RemoveRange() method in System.Security.Policy.ApplicationTrustCollection
27 public void RemoveRange(ApplicationTrustCollection trusts) { } in RemoveRange() method in System.Security.Policy.ApplicationTrustCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Policy/
H A DApplicationTrustCollection.cs196 public void RemoveRange (ApplicationTrust[] trusts) in RemoveRange() method in System.Security.Policy.ApplicationTrustCollection
206 public void RemoveRange (ApplicationTrustCollection trusts) in RemoveRange() method in System.Security.Policy.ApplicationTrustCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509Certificate2Collection.cs387 public void RemoveRange (X509Certificate2[] certificates) in RemoveRange() method in System.Security.Cryptography.X509Certificates.X509Certificate2Collection
397 public void RemoveRange (X509Certificate2Collection certificates) in RemoveRange() method in System.Security.Cryptography.X509Certificates.X509Certificate2Collection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509Certificate2Collection.cs187 public void RemoveRange(X509Certificate2[] certificates) in RemoveRange() method in System.Security.Cryptography.X509Certificates.X509Certificate2Collection
210 public void RemoveRange(X509Certificate2Collection certificates) in RemoveRange() method in System.Security.Cryptography.X509Certificates.X509Certificate2Collection
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dremove_range.hpp33 using RemoveRange = BOOST_HANA_DISPATCH_IF(remove_range_impl<S>, in operator ()() typedef
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/daviddengcn/go-villa/
H A Dintslice.go61 func (s *IntSlice) RemoveRange(from, to int) { func
H A Dcomplexslice.go41 func (s *ComplexSlice) RemoveRange(from, to int) { func
H A Dfloatslice.go41 func (s *FloatSlice) RemoveRange(from, to int) { func
H A Dslice.go100 func (s *Slice) RemoveRange(from, to int) { func
H A Dstrslice.go100 func (s *StringSlice) RemoveRange(from, to int) { func
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dcsvsplits.cxx53 void ScCsvSplits::RemoveRange( sal_Int32 nPosStart, sal_Int32 nPosEnd ) in RemoveRange() function in ScCsvSplits
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dcsvsplits.cxx53 void ScCsvSplits::RemoveRange( sal_Int32 nPosStart, sal_Int32 nPosEnd ) in RemoveRange() function in ScCsvSplits
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DsortedIds.cpp183 void Hd_SortedIds::RemoveRange(size_t start, size_t end) in RemoveRange() function in Hd_SortedIds

12345678