Home
last modified time | relevance | path

Searched refs:IndexOfValue (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/SortedList/
H A DSortedList.Generic.Tests.cs300 #region IndexOfValue
312 dictionary.RemoveAt(dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_DefaultValueNotContainedInList()
314 Assert.Equal(-1, dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_DefaultValueNotContainedInList()
327 dictionary.RemoveAt(dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_DefaultValueContainedInList()
334 Assert.Equal(expectedIndex, dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_DefaultValueContainedInList()
354 dictionary.RemoveAt(dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_ValueInCollectionMultipleTimes()
364 Assert.Equal(expectedIndex, dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_ValueInCollectionMultipleTimes()
377 Assert.Equal(index, dictionary.IndexOfValue(dictionary[keys[index]])); in SortedList_Generic_IndexOfValue_EachValue()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw27744.pp9 function IndexOfValue(const a: tarr; l: longint): longint;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/
H A Dsortedlist.cs324 return IndexOfValue(value) >= 0; in ContainsValue()
480 public virtual int IndexOfValue(Object value) { in IndexOfValue() method in System.Collections.SortedList
691 public override int IndexOfValue(Object value) { in IndexOfValue() method in System.Collections.SortedList.SyncSortedList
693 return _list.IndexOfValue(value); in IndexOfValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/src/System/Collections/
H A DSortedList.cs358 return IndexOfValue(value) >= 0; in ContainsValue()
526 public virtual int IndexOfValue(Object value) in IndexOfValue() method in System.Collections.SortedList
781 public override int IndexOfValue(Object value) in IndexOfValue() method in System.Collections.SortedList.SyncSortedList
785 return _list.IndexOfValue(value); in IndexOfValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/
H A DSortedListTests.cs295 Assert.Equal(i, sortList2.IndexOfValue(value)); in Add()
505 i2 = sortList2.IndexOfValue(i); in GetByIndex()
1230 public void IndexOfValue() in IndexOfValue() method in System.Collections.Tests.SortedListTests
1239 int index = sortList2.IndexOfValue(value); in IndexOfValue()
1244 Assert.Equal(-1, sortList2.IndexOfValue("Non Existent Value")); in IndexOfValue()
1249 Assert.Equal(-1, sortList2.IndexOfValue(removedValue)); in IndexOfValue()
1251 Assert.Equal(-1, sortList2.IndexOfValue(null)); in IndexOfValue()
1253 Assert.NotEqual(-1, sortList2.IndexOfValue(null)); in IndexOfValue()
1266 Assert.Equal(1, sortList2.IndexOfValue("Value_Same")); in IndexOfValue_SameValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Collections/
H A DSortedListTest.cs637 Assert.AreEqual (-1, sl1.IndexOfValue (102), "#1"); in TestIndexOfValue()
638 Assert.AreEqual (-1, sl1.IndexOfValue (null), "#2"); in TestIndexOfValue()
640 Assert.AreEqual (i, sl1.IndexOfValue (100 + i * i), "#3:" + i); in TestIndexOfValue()
651 int i = list.IndexOfValue ("value"); in TestIndexOfValue2()
659 int i = list.IndexOfValue ((string) null); in TestIndexOfValue3()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DGridItemCollection.cs68 return list.IndexOfValue (grid_item); in IndexOf()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Delements.h154 virtual Maybe<int64_t> IndexOfValue(Isolate* isolate,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Delements.h143 virtual Maybe<int64_t> IndexOfValue(Isolate* isolate,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Delements.h145 virtual Maybe<int64_t> IndexOfValue(Isolate* isolate,
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Delements.h171 virtual Maybe<int64_t> IndexOfValue(Isolate* isolate,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/src/System/Collections/Generic/
H A DSortedList.cs455 return IndexOfValue(value) >= 0; in ContainsValue()
674 public int IndexOfValue(TValue value) in IndexOfValue() method in System.Collections.Generic.SortedList
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/ref/
H A DSystem.Collections.NonGeneric.cs158 public virtual int IndexOfValue(object value) { throw null; } in IndexOfValue() method in System.Collections.SortedList
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Dsortedlist.cs402 return IndexOfValue(value) >= 0; in ContainsValue()
597 public int IndexOfValue(TValue value) { in IndexOfValue() method in System.Collections.Generic.SortedList
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-typed-array.cc218 elements->IndexOfValue(isolate, array, search_element, index, len); in BUILTIN()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc222 Maybe<int64_t> result = elements->IndexOfValue(isolate, array, search_element, in BUILTIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-typed-array.cc218 elements->IndexOfValue(isolate, array, search_element, index, len); in BUILTIN()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-typed-array.cc265 elements->IndexOfValue(isolate, array, search_element, index, len); in BUILTIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-array.cc388 Maybe<int64_t> result = elements->IndexOfValue(isolate, obj, search_element, in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-array.cc393 Maybe<int64_t> result = elements->IndexOfValue(isolate, obj, search_element, in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-array.cc400 Maybe<int64_t> result = elements->IndexOfValue(isolate, obj, search_element, in RUNTIME_FUNCTION()
/dports/editors/lazarus/lazarus/components/rtticontrols/
H A Drttictrls.pas39 function IndexOfValue(const AValue: string): integer; virtual; in IndexOfValue() function
1512 function TAliasStrings.IndexOfValue(const AValue: string): integer; in TAliasStrings.IndexOfValue() function
1550 i:=IndexOfValue(Alias);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/rtticontrols/
H A Drttictrls.pas39 function IndexOfValue(const AValue: string): integer; virtual; in IndexOfValue() function
1512 function TAliasStrings.IndexOfValue(const AValue: string): integer; in TAliasStrings.IndexOfValue() function
1550 i:=IndexOfValue(Alias);
/dports/editors/lazarus-qt5/lazarus/components/rtticontrols/
H A Drttictrls.pas39 function IndexOfValue(const AValue: string): integer; virtual; in IndexOfValue() function
1512 function TAliasStrings.IndexOfValue(const AValue: string): integer; in TAliasStrings.IndexOfValue() function
1550 i:=IndexOfValue(Alias);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/rtticontrols/
H A Drttictrls.pas39 function IndexOfValue(const AValue: string): integer; virtual; in IndexOfValue() function
1512 function TAliasStrings.IndexOfValue(const AValue: string): integer; in TAliasStrings.IndexOfValue() function
1550 i:=IndexOfValue(Alias);

123