Home
last modified time | relevance | path

Searched refs:IndexOutOfRange (Results 1 – 25 of 91) sorted by relevance

1234

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DAbstractDataTable.h87 class RowIndexOutOfRange : public IndexOutOfRange {
89 using IndexOutOfRange::IndexOutOfRange;
92 class ColumnIndexOutOfRange : public IndexOutOfRange {
94 using IndexOutOfRange::IndexOutOfRange;
H A DValueArray.h86 IndexOutOfRange, index, 0, _values.size() - 1);
95 IndexOutOfRange, index, 0, _values.size() - 1);
114 IndexOutOfRange, index, 0, _values.size() - 1); in toString()
H A DException.h247 class IndexOutOfRange : public Exception {
249 IndexOutOfRange(const std::string& file, in IndexOutOfRange() function
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp-ffi/src/
H A Derror.rs139 IndexOutOfRange = -23, enumerator
202 IndexOutOfRange => "Index out of range\x00", in pgp_status_to_string()
256 &openpgp::Error::IndexOutOfRange => in from()
257 Status::IndexOutOfRange, in from()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp-ffi/src/
H A Derror.rs139 IndexOutOfRange = -23, enumerator
202 IndexOutOfRange => "Index out of range\x00", in pgp_status_to_string()
256 &openpgp::Error::IndexOutOfRange => in from()
257 Status::IndexOutOfRange, in from()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlBulkCopyColumnMapping.cs59 throw ADP.IndexOutOfRange(value);
96 throw ADP.IndexOutOfRange(value);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlBulkCopyColumnMapping.cs62 throw ADP.IndexOutOfRange(value);
90 throw ADP.IndexOutOfRange(value);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Data/Common/
H A DAdapterUtil.cs93 internal static IndexOutOfRangeException IndexOutOfRange(string error) in IndexOutOfRange() method in System.Data.Common.ADP
320 …return IndexOutOfRange(SR.Format(SR.ADP_CollectionIndexInt32, index.ToString(CultureInfo.Invariant… in CollectionIndexInt32()
324 …return IndexOutOfRange(SR.Format(SR.ADP_CollectionIndexString, itemType.Name, propertyName, proper… in CollectionIndexString()
459 …return IndexOutOfRange(SR.Format(SR.SQL_InvalidBufferSizeOrIndex, numBytes.ToString(CultureInfo.In… in InvalidBufferSizeOrIndex()
463 …return IndexOutOfRange(SR.Format(SR.SQL_InvalidDataLength, length.ToString(CultureInfo.InvariantCu… in InvalidDataLength()
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/src/
H A Derror.rs68 &openpgp::Error::IndexOutOfRange => in from_sequoia_error()
69 Status::IndexOutOfRange, in from_sequoia_error()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/src/
H A Derror.rs68 &openpgp::Error::IndexOutOfRange => in from_sequoia_error()
69 Status::IndexOutOfRange, in from_sequoia_error()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DExceptionIDs.cs13 IndexOutOfRange = 5, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/
H A DExceptionIDs.cs13 IndexOutOfRange = 5, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dwasm.tq121 if (!IsValidPositiveSmi(entryIndex)) goto IndexOutOfRange;
127 if (entryIndex >= entriesCount) goto IndexOutOfRange;
144 } label IndexOutOfRange deferred {
154 if (!IsValidPositiveSmi(entryIndex)) goto IndexOutOfRange;
166 if (entryIndex >= entriesCount) goto IndexOutOfRange;
175 } label IndexOutOfRange deferred {
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DOrderColl.st78 ifFalse: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: 1]
88 ifFalse: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: 0]
100 ifFalse: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: anIndex]
112 ifFalse: [^SystemExceptions.IndexOutOfRange signalOn: self withIndex: anIndex]
158 ifFalse: [^SystemExceptions.IndexOutOfRange signalOn: self withIndex: i].
208 ifFalse: [^SystemExceptions.IndexOutOfRange signalOn: self withIndex: i].
377 ifTrue: [^SystemExceptions.IndexOutOfRange signalOn: self withIndex: anIndex].
H A DLinkedList.st48 ^SystemExceptions.IndexOutOfRange signalOn: self withIndex: index ].
89 ^SystemExceptions.IndexOutOfRange signalOn: self withIndex: 1 ].
99 ^SystemExceptions.IndexOutOfRange signalOn: self withIndex: 0 ].
H A DInterval.st171 ifFalse: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: index]
245 ifTrue: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: 1]
253 ifTrue: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: 0]
H A DVFSZip.st228 ifFalse: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: start].
230 ifFalse: [SystemExceptions.IndexOutOfRange signalOn: self withIndex: end].
275 [SystemExceptions.IndexOutOfRange signalOn: self withIndex: anInteger]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DConfigurationElementCollection.cs662 … throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseAddInternal()
681 … if (index < -1) throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseAdd()
849 … if (index < 0) throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseGet()
867 throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseGet()
887 … if (index < 0) throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseGetKey()
901 …f (entry == null) throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseGetKey()
976 …f (entry == null) throw new ConfigurationErrorsException(string.Format(SR.IndexOutOfRange, index)); in BaseRemoveAt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/Microsoft/SqlServer/Server/
H A DSqlTriggerContext.cs56 …throw ADP.IndexOutOfRange(columnOrdinal); // if there aren't any columns, that means IndexOutOf… in IsUpdatedColumn()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/include/SimTKcommon/internal/
H A DException.h160 class IndexOutOfRange : public Base {
162 IndexOutOfRange(const char* fn, int ln, const char* indexName, in IndexOutOfRange() function
172 virtual ~IndexOutOfRange() throw() { } in ~IndexOutOfRange()
/dports/multimedia/assimp/assimp-5.1.3/test/models/glTF2/IndexOutOfRange/
H A DIndexOutOfRange.gltf139 "uri": "IndexOutOfRange.bin"
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DConfigurationElementCollection.cs626 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseAddInternal()
647 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseAdd()
815 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseGet()
835 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseGet()
855 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseGetKey()
876 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseGetKey()
957 throw new ConfigurationErrorsException(SR.GetString(SR.IndexOutOfRange, index)); in BaseRemoveAt()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dwasm.tq164 if (!IsValidPositiveSmi(entryIndex)) goto IndexOutOfRange;
170 if (entryIndex >= entriesCount) goto IndexOutOfRange;
187 } label IndexOutOfRange deferred {
197 if (!IsValidPositiveSmi(entryIndex)) goto IndexOutOfRange;
213 if (entryIndex >= entriesCount) goto IndexOutOfRange;
222 } label IndexOutOfRange deferred {
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Test.CoreLib/src/System/
H A DRuntimeExceptionHelpers.cs56 case ExceptionIDs.IndexOutOfRange: in GetRuntimeException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DFieldNameLookup.cs48 throw ADP.IndexOutOfRange(fieldName); in GetOrdinal()

1234