Home
last modified time | relevance | path

Searched refs:E_BOUNDS (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/windowsruntime/
H A Dlisttobindablevectoradapter.cs50 …throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOu… in GetAt()
100 …throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOu… in SetAt()
121 ex.SetErrorCode(__HResults.E_BOUNDS); in InsertAt()
140 ex.SetErrorCode(__HResults.E_BOUNDS); in RemoveAt()
161 e.SetErrorCode(__HResults.E_BOUNDS); in RemoveAtEnd()
186 e.SetErrorCode(__HResults.E_BOUNDS); in EnsureIndexInt32()
H A Dlisttovectoradapter.cs50 …throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOu… in GetAt()
109 …throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOu… in SetAt()
130 ex.SetErrorCode(__HResults.E_BOUNDS); in InsertAt()
149 ex.SetErrorCode(__HResults.E_BOUNDS); in RemoveAt()
170 e.SetErrorCode(__HResults.E_BOUNDS); in RemoveAtEnd()
219 e.SetErrorCode(__HResults.E_BOUNDS); in EnsureIndexInt32()
H A Dvectortolistadapter.cs112 if (__HResults.E_BOUNDS == ex._HResult) in GetAt()
130 if (__HResults.E_BOUNDS == ex._HResult) in SetAt()
148 if (__HResults.E_BOUNDS == ex._HResult) in InsertAtHelper()
166 if (__HResults.E_BOUNDS == ex._HResult) in RemoveAtHelper()
H A Dbindablevectortolistadapter.cs183 if (__HResults.E_BOUNDS == ex._HResult) in GetAt()
201 if (__HResults.E_BOUNDS == ex._HResult) in SetAt()
219 if (__HResults.E_BOUNDS == ex._HResult) in InsertAtHelper()
237 if (__HResults.E_BOUNDS == ex._HResult) in RemoveAtHelper()
H A Dlisttobindablevectorviewadapter.cs45 e.SetErrorCode(__HResults.E_BOUNDS); in EnsureIndexInt32()
71 …throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOu… in GetAt()
H A Direadonlylisttoivectorviewadapter.cs50 ex.SetErrorCode(__HResults.E_BOUNDS); in GetAt()
137 e.SetErrorCode(__HResults.E_BOUNDS); in EnsureIndexInt32()
H A Ddictionarytomapadapter.cs48 e.SetErrorCode(__HResults.E_BOUNDS); in Lookup()
108 e.SetErrorCode(__HResults.E_BOUNDS); in Remove()
H A Dmaptodictionaryadapter.cs126 if (__HResults.E_BOUNDS == ex._HResult) in Remove()
172 if (__HResults.E_BOUNDS == ex._HResult) in Lookup()
H A Dimapviewtoireadonlydictionaryadapter.cs103 if (__HResults.E_BOUNDS == ex._HResult) in TryGetValue()
124 if (__HResults.E_BOUNDS == ex._HResult) in Lookup()
H A Divectorviewtoireadonlylistadapter.cs57 if (__HResults.E_BOUNDS == ex._HResult) in Indexer_Get()
H A Dconstantsplittablemap.cs69 e.SetErrorCode(__HResults.E_BOUNDS); in ConstantSplittableMap()
142 e.SetErrorCode(__HResults.E_BOUNDS); in Lookup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dvector_unittest.cc122 EXPECT_EQ(E_BOUNDS, hr); in TEST()
133 EXPECT_EQ(E_BOUNDS, hr); in TEST()
148 EXPECT_EQ(E_BOUNDS, hr); in TEST()
167 EXPECT_EQ(E_BOUNDS, hr); in TEST()
222 EXPECT_EQ(E_BOUNDS, hr); in TEST()
375 EXPECT_EQ(E_BOUNDS, hr); in TEST()
382 EXPECT_EQ(E_BOUNDS, hr); in TEST()
417 EXPECT_EQ(E_BOUNDS, hr); in TEST()
427 EXPECT_EQ(E_BOUNDS, hr); in TEST()
437 EXPECT_EQ(E_BOUNDS, hr); in TEST()
[all …]
H A Dvector.h87 return *has_current ? hr : E_BOUNDS; in MoveNext()
224 return E_BOUNDS; in GetAt()
252 return E_BOUNDS; in SetAt()
263 return E_BOUNDS; in InsertAt()
274 return E_BOUNDS; in RemoveAt()
293 return E_BOUNDS; in RemoveAtEnd()
314 return E_BOUNDS; in GetMany()
H A Dmap_unittest.cc248 EXPECT_EQ(E_BOUNDS, hr); in TEST()
250 EXPECT_EQ(E_BOUNDS, hr); in TEST()
260 EXPECT_EQ(E_BOUNDS, hr); in TEST()
420 EXPECT_EQ(E_BOUNDS, hr); in TEST()
480 EXPECT_EQ(E_BOUNDS, hr); in TEST()
484 EXPECT_EQ(E_BOUNDS, hr); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dvector_unittest.cc158 EXPECT_EQ(E_BOUNDS, hr); in TEST()
169 EXPECT_EQ(E_BOUNDS, hr); in TEST()
184 EXPECT_EQ(E_BOUNDS, hr); in TEST()
203 EXPECT_EQ(E_BOUNDS, hr); in TEST()
258 EXPECT_EQ(E_BOUNDS, hr); in TEST()
411 EXPECT_EQ(E_BOUNDS, hr); in TEST()
418 EXPECT_EQ(E_BOUNDS, hr); in TEST()
453 EXPECT_EQ(E_BOUNDS, hr); in TEST()
463 EXPECT_EQ(E_BOUNDS, hr); in TEST()
473 EXPECT_EQ(E_BOUNDS, hr); in TEST()
[all …]
H A Dvector.h88 return E_BOUNDS; in MoveNext()
234 return E_BOUNDS; in GetAt()
262 return E_BOUNDS; in SetAt()
273 return E_BOUNDS; in InsertAt()
284 return E_BOUNDS; in RemoveAt()
303 return E_BOUNDS; in RemoveAtEnd()
324 return E_BOUNDS; in GetMany()
H A Dmap_unittest.cc248 EXPECT_EQ(E_BOUNDS, hr); in TEST()
250 EXPECT_EQ(E_BOUNDS, hr); in TEST()
260 EXPECT_EQ(E_BOUNDS, hr); in TEST()
420 EXPECT_EQ(E_BOUNDS, hr); in TEST()
483 EXPECT_EQ(E_BOUNDS, hr); in TEST()
486 EXPECT_EQ(E_BOUNDS, hr); in TEST()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DFakeWinRTTypes.h220 return E_BOUNDS;
260 return E_BOUNDS;
271 return E_BOUNDS;
290 return E_BOUNDS;
322 return E_BOUNDS;
H A DCppWinRTTests.cpp14 E_BOUNDS,
130 REQUIRE(winrt::to_hresult() == E_BOUNDS);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DMcgHelpers.cs229 hr = Interop.COM.E_BOUNDS; in EnsureIndexInt32()
402 hr = Interop.COM.E_BOUNDS; in GetAt()
533 hr = Interop.COM.E_BOUNDS; in SetAt()
573 hr = Interop.COM.E_BOUNDS; in InsertAt()
608 hr = Interop.COM.E_BOUNDS; in RemoveAt()
663 hr = Interop.COM.E_BOUNDS; in RemoveAtEnd()
675 hr = Interop.COM.E_BOUNDS; in RemoveAtEnd()
878 hr = Interop.COM.E_BOUNDS; in GetAt()
1000 hr = Interop.COM.E_BOUNDS; in SetAt()
1031 hr = Interop.COM.E_BOUNDS; in InsertAt()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dcppwinrt.h121 return E_BOUNDS; in _Inout_updates_opt_()
162 return E_BOUNDS; in _Inout_updates_opt_()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Runtime/InteropServices/
H A DHResults.cs15 internal const Int32 E_BOUNDS = unchecked((Int32)0x8000000B); field in System.Runtime.InteropServices.__HResults
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A D__hresults.cs35 internal const int E_BOUNDS = unchecked((int)0x8000000B); field in System.__HResults
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DHResults.cs115 internal const int E_BOUNDS = unchecked((int)0x8000000B); field in System.HResults
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DHResults.cs115 internal const int E_BOUNDS = unchecked((int)0x8000000B); field in System.HResults

12345678910>>...21