Home
last modified time | relevance | path

Searched defs:CreateRange (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableArray.cs98 public static ImmutableArray<T> CreateRange<T>(IEnumerable<T> items) in CreateRange() method in System.Collections.Immutable.ImmutableArray
235 …public static ImmutableArray<TResult> CreateRange<TSource, TResult>(ImmutableArray<TSource> items,… in CreateRange() method in System.Collections.Immutable.ImmutableArray
268 …public static ImmutableArray<TResult> CreateRange<TSource, TResult>(ImmutableArray<TSource> items,… in CreateRange() method in System.Collections.Immutable.ImmutableArray
302 …public static ImmutableArray<TResult> CreateRange<TSource, TArg, TResult>(ImmutableArray<TSource> … in CreateRange() method in System.Collections.Immutable.ImmutableArray
336 …public static ImmutableArray<TResult> CreateRange<TSource, TArg, TResult>(ImmutableArray<TSource> … in CreateRange() method in System.Collections.Immutable.ImmutableArray
H A DImmutableHashSet.cs72 public static ImmutableHashSet<T> CreateRange<T>(IEnumerable<T> items) in CreateRange() method in System.Collections.Immutable.ImmutableHashSet
85 …public static ImmutableHashSet<T> CreateRange<T>(IEqualityComparer<T> equalityComparer, IEnumerabl… in CreateRange() method in System.Collections.Immutable.ImmutableHashSet
H A DImmutableSortedSet.cs72 public static ImmutableSortedSet<T> CreateRange<T>(IEnumerable<T> items) in CreateRange() method in System.Collections.Immutable.ImmutableSortedSet
85 … public static ImmutableSortedSet<T> CreateRange<T>(IComparer<T> comparer, IEnumerable<T> items) in CreateRange() method in System.Collections.Immutable.ImmutableSortedSet
H A DImmutableSortedDictionary.cs66 …public static ImmutableSortedDictionary<TKey, TValue> CreateRange<TKey, TValue>(IEnumerable<KeyVal… in CreateRange() method in System.Collections.Immutable.ImmutableSortedDictionary
81 …public static ImmutableSortedDictionary<TKey, TValue> CreateRange<TKey, TValue>(IComparer<TKey> ke… in CreateRange() method in System.Collections.Immutable.ImmutableSortedDictionary
97 …public static ImmutableSortedDictionary<TKey, TValue> CreateRange<TKey, TValue>(IComparer<TKey> ke… in CreateRange() method in System.Collections.Immutable.ImmutableSortedDictionary
H A DImmutableDictionary.cs70 …public static ImmutableDictionary<TKey, TValue> CreateRange<TKey, TValue>(IEnumerable<KeyValuePair… in CreateRange() method in System.Collections.Immutable.ImmutableDictionary
85 …public static ImmutableDictionary<TKey, TValue> CreateRange<TKey, TValue>(IEqualityComparer<TKey> … in CreateRange() method in System.Collections.Immutable.ImmutableDictionary
101 …public static ImmutableDictionary<TKey, TValue> CreateRange<TKey, TValue>(IEqualityComparer<TKey> … in CreateRange() method in System.Collections.Immutable.ImmutableDictionary
H A DImmutableQueue.cs45 public static ImmutableQueue<T> CreateRange<T>(IEnumerable<T> items) in CreateRange() method in System.Collections.Immutable.ImmutableQueue
H A DImmutableStack.cs47 public static ImmutableStack<T> CreateRange<T>(IEnumerable<T> items) in CreateRange() method in System.Collections.Immutable.ImmutableStack
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dtype-cache.h161 Type CreateRange() { in CreateRange() function
166 Type CreateRange(double min, double max) { in CreateRange() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dtype-cache.h182 Type CreateRange() { in CreateRange() function
187 Type CreateRange(double min, double max) { in CreateRange() function
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dtype-cache.h193 Type CreateRange() { in CreateRange() function
201 Type CreateRange(double min, double max) { in CreateRange() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dtype-cache.h192 Type CreateRange() { in CreateRange() function
197 Type CreateRange(double min, double max) { in CreateRange() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encodings.Web/src/System/Text/Encodings/Web/
H A DUnicodeRanges.cs41 private static UnicodeRange CreateRange(ref UnicodeRange range, char first, char last) in CreateRange() method in System.Text.Unicode.UnicodeRanges
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dcreaterange.cpp20 CreateRange::CreateRange(const QString& currText, int pageCount, QWidget* parent) : QDialog(parent), in CreateRange() function in CreateRange
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/utilities/
H A Drange.h84 inline Range<T> CreateRange(T *base, size_t count) { in CreateRange() function
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMCustomDate.cs156 public static GDMDateRange CreateRange(GDMDate dateAfter, GDMDate dateBefore) in CreateRange() method in GDModel.GDMCustomDate
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dplain_text_range.cc52 EphemeralRange PlainTextRange::CreateRange(const ContainerNode& scope) const { in CreateRange() function in blink::PlainTextRange
H A Dephemeral_range.cc185 Range* CreateRange(const EphemeralRange& range) { in CreateRange() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/
H A Dtestdisass.pas259 …function CreateRange(AFirst, ALast, AItemEnd: TDBGPtr; AList: Array of TDBGPtr): TDBGDisassemblerE… in CreateRange() function
/dports/editors/lazarus/lazarus/components/lazdebuggergdbmi/test/
H A Dtestdisass.pas259 …function CreateRange(AFirst, ALast, AItemEnd: TDBGPtr; AList: Array of TDBGPtr): TDBGDisassemblerE… in CreateRange() function
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggergdbmi/test/
H A Dtestdisass.pas259 …function CreateRange(AFirst, ALast, AItemEnd: TDBGPtr; AList: Array of TDBGPtr): TDBGDisassemblerE… in CreateRange() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/
H A Dtestdisass.pas259 …function CreateRange(AFirst, ALast, AItemEnd: TDBGPtr; AList: Array of TDBGPtr): TDBGDisassemblerE… in CreateRange() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dplain_text_range.cc52 EphemeralRange PlainTextRange::CreateRange(const ContainerNode& scope) const { in CreateRange() function in blink::PlainTextRange
H A Dephemeral_range.cc185 Range* CreateRange(const EphemeralRange& range) { in CreateRange() function
/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dbranch.cpp787 Range * BBranch::CreateRange() const in CreateRange() function in BBranch
898 Range * TBranch::CreateRange(long int nsites, const rangeset & diseasesites) const in CreateRange() function in TBranch
1047 Range * CBranch::CreateRange(const Range * const child1rangeptr, const Range * const child2rangeptr, in CreateRange() function in CBranch
1366 Range * PartitionBranch::CreateRange(const Range * const childrangeptr) const in CreateRange() function in PartitionBranch
1794 Range * RBranch::CreateRange(const Range * const childrangeptr, bool newbranchisinactive, in CreateRange() function in RBranch
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/ref/
H A DSystem.Collections.Immutable.cs81 …public static System.Collections.Immutable.ImmutableArray<T> CreateRange<T>(System.Collections.Gen… in CreateRange() method in System.Collections.Immutable.ImmutableArray
82 …public static System.Collections.Immutable.ImmutableArray<TResult> CreateRange<TSource, TResult>(S… in CreateRange() method in System.Collections.Immutable.ImmutableArray
257 …public static System.Collections.Immutable.ImmutableDictionary<TKey, TValue> CreateRange<TKey, TVa… in CreateRange() method in ImmutableDictionary
391 …public static System.Collections.Immutable.ImmutableHashSet<T> CreateRange<T>(System.Collections.G… in CreateRange() method in ImmutableHashSet
392 …public static System.Collections.Immutable.ImmutableHashSet<T> CreateRange<T>(System.Collections.G… in CreateRange() method in ImmutableHashSet
509 …public static System.Collections.Immutable.ImmutableList<T> CreateRange<T>(System.Collections.Gene… in CreateRange() method in ImmutableList
699 …public static System.Collections.Immutable.ImmutableQueue<T> CreateRange<T>(System.Collections.Gen… in CreateRange() method in ImmutableQueue
739 …c System.Collections.Immutable.ImmutableSortedDictionary<TKey, TValue> CreateRange<TKey, TValue>(S… in CreateRange() method in ImmutableSortedDictionary
874 …public static System.Collections.Immutable.ImmutableSortedSet<T> CreateRange<T>(System.Collections… in CreateRange() method in ImmutableSortedSet
875 …public static System.Collections.Immutable.ImmutableSortedSet<T> CreateRange<T>(System.Collections… in CreateRange() method in ImmutableSortedSet
[all …]

123