Home
last modified time | relevance | path

Searched refs:mostDerivedId (Results 1 – 18 of 18) sorted by relevance

/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+IceInternal/
H A DEncapsDecoder10.m68 mostDerivedId = obj.typeId; variable
120 ex.reason = ['unknown exception type `', mostDerivedId, ''''];
210 mostDerivedId = obj.typeId; variable
218 throw(Ice.NoValueFactoryException('', '', '', mostDerivedId));
H A DEncapsDecoder11.m63 mostDerivedId = obj.current.typeId; variable
105 throw(Ice.UnknownUserException('', '', mostDerivedId));
333 mostDerivedId = obj.current.typeId; variable
418 v = Ice.UnknownSlicedValue(mostDerivedId);
/dports/devel/ice37/ice-3.7.2/matlab/lib/+IceInternal/
H A DEncapsDecoder10.m68 mostDerivedId = obj.typeId; variable
120 ex.reason = ['unknown exception type `', mostDerivedId, ''''];
210 mostDerivedId = obj.typeId; variable
218 throw(Ice.NoValueFactoryException('', '', '', mostDerivedId));
H A DEncapsDecoder11.m63 mostDerivedId = obj.current.typeId; variable
105 throw(Ice.UnknownUserException('', '', mostDerivedId));
333 mostDerivedId = obj.current.typeId; variable
418 v = Ice.UnknownSlicedValue(mostDerivedId);
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+IceInternal/
H A DEncapsDecoder10.m68 mostDerivedId = obj.typeId; variable
120 ex.reason = ['unknown exception type `', mostDerivedId, ''''];
210 mostDerivedId = obj.typeId; variable
218 throw(Ice.NoValueFactoryException('', '', '', mostDerivedId));
H A DEncapsDecoder11.m63 mostDerivedId = obj.current.typeId; variable
105 throw(Ice.UnknownUserException('', '', mostDerivedId));
333 mostDerivedId = obj.current.typeId; variable
418 v = Ice.UnknownSlicedValue(mostDerivedId);
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java2477 final String mostDerivedId = _typeId; in throwException() local
2535 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2660 final String mostDerivedId = _typeId; in readInstance() local
2670 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
2782 final String mostDerivedId = _current.typeId; in throwException() local
2825 if(mostDerivedId.startsWith("::")) in throwException()
2827 throw new UnknownUserException(mostDerivedId.substring(2)); in throwException()
2831 throw new UnknownUserException(mostDerivedId); in throwException()
3118 final String mostDerivedId = _current.typeId; in readInstance() local
3234 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs3104 string mostDerivedId = _typeId; in throwException()
3162 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
3294 string mostDerivedId = _typeId; in readInstance()
3304 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
3437 string mostDerivedId = _current.typeId; in throwException()
3480 if(mostDerivedId.StartsWith("::", StringComparison.Ordinal)) in throwException()
3482 throw new UnknownUserException(mostDerivedId.Substring(2)); in throwException()
3486 throw new UnknownUserException(mostDerivedId); in throwException()
3774 string mostDerivedId = _current.typeId; in readInstance()
3892 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs3104 string mostDerivedId = _typeId; in throwException()
3162 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
3294 string mostDerivedId = _typeId; in readInstance()
3304 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
3437 string mostDerivedId = _current.typeId; in throwException()
3480 if(mostDerivedId.StartsWith("::", StringComparison.Ordinal)) in throwException()
3482 throw new UnknownUserException(mostDerivedId.Substring(2)); in throwException()
3486 throw new UnknownUserException(mostDerivedId); in throwException()
3774 string mostDerivedId = _current.typeId; in readInstance()
3892 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java2477 final String mostDerivedId = _typeId; in throwException() local
2535 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2660 final String mostDerivedId = _typeId; in readInstance() local
2670 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
2782 final String mostDerivedId = _current.typeId; in throwException() local
2825 if(mostDerivedId.startsWith("::")) in throwException()
2827 throw new UnknownUserException(mostDerivedId.substring(2)); in throwException()
2831 throw new UnknownUserException(mostDerivedId); in throwException()
3118 final String mostDerivedId = _current.typeId; in readInstance() local
3234 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs3104 string mostDerivedId = _typeId; in throwException()
3162 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
3294 string mostDerivedId = _typeId; in readInstance()
3304 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
3437 string mostDerivedId = _current.typeId; in throwException()
3480 if(mostDerivedId.StartsWith("::", StringComparison.Ordinal)) in throwException()
3482 throw new UnknownUserException(mostDerivedId.Substring(2)); in throwException()
3486 throw new UnknownUserException(mostDerivedId); in throwException()
3774 string mostDerivedId = _current.typeId; in readInstance()
3892 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java2477 final String mostDerivedId = _typeId; in throwException() local
2535 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2660 final String mostDerivedId = _typeId; in readInstance() local
2670 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
2782 final String mostDerivedId = _current.typeId; in throwException() local
2825 if(mostDerivedId.startsWith("::")) in throwException()
2827 throw new UnknownUserException(mostDerivedId.substring(2)); in throwException()
2831 throw new UnknownUserException(mostDerivedId); in throwException()
3118 final String mostDerivedId = _current.typeId; in readInstance() local
3234 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInputStream.java2592 final String mostDerivedId = _typeId; in throwException() local
2650 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2775 final String mostDerivedId = _typeId; in readInstance() local
2785 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
2897 final String mostDerivedId = _current.typeId; in throwException() local
2940 if(mostDerivedId.startsWith("::")) in throwException()
2942 throw new UnknownUserException(mostDerivedId.substring(2)); in throwException()
2946 throw new UnknownUserException(mostDerivedId); in throwException()
3233 final String mostDerivedId = _current.typeId; in readInstance() local
3349 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInputStream.java2592 final String mostDerivedId = _typeId; in throwException() local
2650 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2775 final String mostDerivedId = _typeId; in readInstance() local
2785 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
2897 final String mostDerivedId = _current.typeId; in throwException() local
2940 if(mostDerivedId.startsWith("::")) in throwException()
2942 throw new UnknownUserException(mostDerivedId.substring(2)); in throwException()
2946 throw new UnknownUserException(mostDerivedId); in throwException()
3233 final String mostDerivedId = _current.typeId; in readInstance() local
3349 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInputStream.java2592 final String mostDerivedId = _typeId; in throwException() local
2650 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2775 final String mostDerivedId = _typeId; in readInstance() local
2785 throw new NoValueFactoryException("", mostDerivedId); in readInstance()
2897 final String mostDerivedId = _current.typeId; in throwException() local
2940 if(mostDerivedId.startsWith("::")) in throwException()
2942 throw new UnknownUserException(mostDerivedId.substring(2)); in throwException()
2946 throw new UnknownUserException(mostDerivedId); in throwException()
3233 final String mostDerivedId = _current.typeId; in readInstance() local
3349 v = new UnknownSlicedValue(mostDerivedId); in readInstance()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DInputStream.cpp1973 const string mostDerivedId = _typeId; in throwException() local
2034 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2164 const string mostDerivedId = _typeId; in readInstance() local
2174 throw NoValueFactoryException(__FILE__, __LINE__, "", mostDerivedId); in readInstance()
2292 const string mostDerivedId = _current->typeId; in throwException() local
2341 throw UnknownUserException(__FILE__, __LINE__, mostDerivedId); in throwException()
2598 const string mostDerivedId = _current->typeId; in readInstance() local
2654 v = ICE_MAKE_SHARED(UnknownSlicedValue, mostDerivedId); in readInstance()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DInputStream.cpp1973 const string mostDerivedId = _typeId; in throwException() local
2034 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2164 const string mostDerivedId = _typeId; in readInstance() local
2174 throw NoValueFactoryException(__FILE__, __LINE__, "", mostDerivedId); in readInstance()
2292 const string mostDerivedId = _current->typeId; in throwException() local
2341 throw UnknownUserException(__FILE__, __LINE__, mostDerivedId); in throwException()
2598 const string mostDerivedId = _current->typeId; in readInstance() local
2654 v = ICE_MAKE_SHARED(UnknownSlicedValue, mostDerivedId); in readInstance()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DInputStream.cpp1973 const string mostDerivedId = _typeId; in throwException() local
2034 ex.reason = "unknown exception type `" + mostDerivedId + "'"; in throwException()
2164 const string mostDerivedId = _typeId; in readInstance() local
2174 throw NoValueFactoryException(__FILE__, __LINE__, "", mostDerivedId); in readInstance()
2292 const string mostDerivedId = _current->typeId; in throwException() local
2341 throw UnknownUserException(__FILE__, __LINE__, mostDerivedId); in throwException()
2598 const string mostDerivedId = _current->typeId; in readInstance() local
2654 v = ICE_MAKE_SHARED(UnknownSlicedValue, mostDerivedId); in readInstance()