Home
last modified time | relevance | path

Searched refs:ICEException (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/devel/php-ice37/ice-3.7.2/objective-c/include/objc/Ice/
H A DProxy.h18 @class ICEException;
62 …isA:(NSString*)typeId response:(void(^)(BOOL))response exception:(void(^)(ICEException*))exception;
71 -(id<ICEAsyncResult>) begin_ice_ping:(void(^)(void))response exception:(void(^)(ICEException*))exce…
73 -(id<ICEAsyncResult>) begin_ice_ping:(void(^)(void))response exception:(void(^)(ICEException*))exce…
80 -(id<ICEAsyncResult>) begin_ice_ids:(void(^)(NSArray*))response exception:(void(^)(ICEException*))e…
89 -(id<ICEAsyncResult>) begin_ice_id:(void(^)(NSString*))response exception:(void(^)(ICEException*))e…
151 …ice_getConnection:(void(^)(id<ICEConnection>))response exception:(void(^)(ICEException*))exception;
156 -(id<ICEAsyncResult>) begin_ice_flushBatchRequests:(void(^)(ICEException*))exception;
157 -(id<ICEAsyncResult>) begin_ice_flushBatchRequests:(void(^)(ICEException*))exception sent:(void(^)(…
182 exception:(void(^)(ICEException*))exception sent:(void(^)(BOOL))sent
[all …]
H A DException.h18 ICE_API @interface ICEException : NSException variable
23 ICE_API @interface ICELocalException : ICEException
38 ICE_API @interface ICEUserException : ICEException
/dports/devel/ice37/ice-3.7.2/objective-c/include/objc/Ice/
H A DProxy.h18 @class ICEException;
62 …isA:(NSString*)typeId response:(void(^)(BOOL))response exception:(void(^)(ICEException*))exception;
71 -(id<ICEAsyncResult>) begin_ice_ping:(void(^)(void))response exception:(void(^)(ICEException*))exce…
73 -(id<ICEAsyncResult>) begin_ice_ping:(void(^)(void))response exception:(void(^)(ICEException*))exce…
80 -(id<ICEAsyncResult>) begin_ice_ids:(void(^)(NSArray*))response exception:(void(^)(ICEException*))e…
89 -(id<ICEAsyncResult>) begin_ice_id:(void(^)(NSString*))response exception:(void(^)(ICEException*))e…
151 …ice_getConnection:(void(^)(id<ICEConnection>))response exception:(void(^)(ICEException*))exception;
156 -(id<ICEAsyncResult>) begin_ice_flushBatchRequests:(void(^)(ICEException*))exception;
157 -(id<ICEAsyncResult>) begin_ice_flushBatchRequests:(void(^)(ICEException*))exception sent:(void(^)(…
182 exception:(void(^)(ICEException*))exception sent:(void(^)(BOOL))sent
[all …]
H A DException.h18 ICE_API @interface ICEException : NSException variable
23 ICE_API @interface ICELocalException : ICEException
38 ICE_API @interface ICEUserException : ICEException
/dports/devel/py-ice37/ice-3.7.2/objective-c/include/objc/Ice/
H A DProxy.h18 @class ICEException;
62 …isA:(NSString*)typeId response:(void(^)(BOOL))response exception:(void(^)(ICEException*))exception;
71 -(id<ICEAsyncResult>) begin_ice_ping:(void(^)(void))response exception:(void(^)(ICEException*))exce…
73 -(id<ICEAsyncResult>) begin_ice_ping:(void(^)(void))response exception:(void(^)(ICEException*))exce…
80 -(id<ICEAsyncResult>) begin_ice_ids:(void(^)(NSArray*))response exception:(void(^)(ICEException*))e…
89 -(id<ICEAsyncResult>) begin_ice_id:(void(^)(NSString*))response exception:(void(^)(ICEException*))e…
151 …ice_getConnection:(void(^)(id<ICEConnection>))response exception:(void(^)(ICEException*))exception;
156 -(id<ICEAsyncResult>) begin_ice_flushBatchRequests:(void(^)(ICEException*))exception;
157 -(id<ICEAsyncResult>) begin_ice_flushBatchRequests:(void(^)(ICEException*))exception sent:(void(^)(…
182 exception:(void(^)(ICEException*))exception sent:(void(^)(BOOL))sent
[all …]
H A DException.h18 ICE_API @interface ICEException : NSException variable
23 ICE_API @interface ICELocalException : ICEException
38 ICE_API @interface ICEUserException : ICEException
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/faultTolerance/
H A DAllTests.m64 -(void) pidException:(ICEException*)__unused ex
77 -(void) shutdownException:(ICEException*)__unused ex argument
85 -(void) abortException:(ICEException*)ex argument
97 @catch(ICEException* ex) argument
108 -(void) idempotentAbortException:(ICEException*)ex
120 @catch(ICEException* ex) argument
173 exception:^(ICEException* ex) { [cb pidException:ex]; } ];
195 exception:^(ICEException* ex) { [cb shutdownException:ex]; }];
224 …[obj begin_abort:^{ [cb abortResponse]; } exception:^(ICEException* ex) { [cb abortException:ex]; …
254 exception:^(ICEException* ex) { [cb idempotentAbortException:ex]; }];
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/faultTolerance/
H A DAllTests.m64 -(void) pidException:(ICEException*)__unused ex
77 -(void) shutdownException:(ICEException*)__unused ex argument
85 -(void) abortException:(ICEException*)ex argument
97 @catch(ICEException* ex) argument
108 -(void) idempotentAbortException:(ICEException*)ex
120 @catch(ICEException* ex) argument
173 exception:^(ICEException* ex) { [cb pidException:ex]; } ];
195 exception:^(ICEException* ex) { [cb shutdownException:ex]; }];
224 …[obj begin_abort:^{ [cb abortResponse]; } exception:^(ICEException* ex) { [cb abortException:ex]; …
254 exception:^(ICEException* ex) { [cb idempotentAbortException:ex]; }];
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/faultTolerance/
H A DAllTests.m64 -(void) pidException:(ICEException*)__unused ex
77 -(void) shutdownException:(ICEException*)__unused ex argument
85 -(void) abortException:(ICEException*)ex argument
97 @catch(ICEException* ex) argument
108 -(void) idempotentAbortException:(ICEException*)ex
120 @catch(ICEException* ex) argument
173 exception:^(ICEException* ex) { [cb pidException:ex]; } ];
195 exception:^(ICEException* ex) { [cb shutdownException:ex]; }];
224 …[obj begin_abort:^{ [cb abortResponse]; } exception:^(ICEException* ex) { [cb abortException:ex]; …
254 exception:^(ICEException* ex) { [cb idempotentAbortException:ex]; }];
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/operations/
H A DTwowaysAMI.m72 -(void) opVoidExException:(ICEException*)ex
81 -(void) opVoidException:(ICEException*)__unused ex argument
89 -(void) opByteExException:(ICEException*)__unused ex argument
98 -(void) opByteException:(ICEException*)__unused ex argument
108 -(void) opBoolException:(ICEException*)__unused ex argument
142 -(void) opStringException:(ICEException*)__unused ex argument
154 -(void) opMyEnumException:(ICEException*)__unused ex argument
181 -(void) opMyClassException:(ICEException*)__unused ex
202 -(void) opStructException:(ICEException*)__unused ex argument
228 -(void) opByteSException:(ICEException*)__unused ex
[all …]
H A DOnewaysAMI.m66 -(void) opVoidException:(ICEException*)__unused ex
74 -(void) opVoidExException:(ICEException*)ex argument
83 -(void) opByteEx:(ICEException*)__unused ex argument
87 -(void) opByteExException:(ICEException*)ex argument
101 …[p begin_opVoid:^() { [cb opVoidResponse]; } exception:^(ICEException* ex) { [cb opVoidException:e… argument
108 …unused r, ICEByte __unused p3) { [cb opByteExResponse]; } exception:^(ICEException* ex) { [cb opBy…
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/operations/
H A DTwowaysAMI.m72 -(void) opVoidExException:(ICEException*)ex
81 -(void) opVoidException:(ICEException*)__unused ex argument
89 -(void) opByteExException:(ICEException*)__unused ex argument
98 -(void) opByteException:(ICEException*)__unused ex argument
108 -(void) opBoolException:(ICEException*)__unused ex argument
142 -(void) opStringException:(ICEException*)__unused ex argument
154 -(void) opMyEnumException:(ICEException*)__unused ex argument
181 -(void) opMyClassException:(ICEException*)__unused ex
202 -(void) opStructException:(ICEException*)__unused ex argument
228 -(void) opByteSException:(ICEException*)__unused ex
[all …]
H A DOnewaysAMI.m66 -(void) opVoidException:(ICEException*)__unused ex
74 -(void) opVoidExException:(ICEException*)ex argument
83 -(void) opByteEx:(ICEException*)__unused ex argument
87 -(void) opByteExException:(ICEException*)ex argument
101 …[p begin_opVoid:^() { [cb opVoidResponse]; } exception:^(ICEException* ex) { [cb opVoidException:e… argument
108 …unused r, ICEByte __unused p3) { [cb opByteExResponse]; } exception:^(ICEException* ex) { [cb opBy…
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/operations/
H A DTwowaysAMI.m72 -(void) opVoidExException:(ICEException*)ex
81 -(void) opVoidException:(ICEException*)__unused ex argument
89 -(void) opByteExException:(ICEException*)__unused ex argument
98 -(void) opByteException:(ICEException*)__unused ex argument
108 -(void) opBoolException:(ICEException*)__unused ex argument
142 -(void) opStringException:(ICEException*)__unused ex argument
154 -(void) opMyEnumException:(ICEException*)__unused ex argument
181 -(void) opMyClassException:(ICEException*)__unused ex
202 -(void) opStructException:(ICEException*)__unused ex argument
228 -(void) opByteSException:(ICEException*)__unused ex
[all …]
H A DOnewaysAMI.m66 -(void) opVoidException:(ICEException*)__unused ex
74 -(void) opVoidExException:(ICEException*)ex argument
83 -(void) opByteEx:(ICEException*)__unused ex argument
87 -(void) opByteExException:(ICEException*)ex argument
101 …[p begin_opVoid:^() { [cb opVoidResponse]; } exception:^(ICEException* ex) { [cb opVoidException:e… argument
108 …unused r, ICEByte __unused p3) { [cb opByteExResponse]; } exception:^(ICEException* ex) { [cb opBy…
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/dispatcher/
H A DAllTests.m68 -(void) exception:(ICEException*)ex
79 -(void) exceptionEx:(ICEException*)ex argument
91 -(void) ignoreEx:(ICEException*)ex argument
123 [p begin_op:^ { [cb response]; } exception:^(ICEException* ex) { [cb exception:ex]; }];
127 [i begin_op:^ { [cb response]; } exception:^(ICEException* ex) { [cb exception:ex]; }];
131 …[to begin_sleep:500 response:^ { [cb responseEx]; } exception:^(ICEException* ex) { [cb exceptionE…
143 id exception = ^(ICEException* ex) { [cb ignoreEx:ex]; };
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/dispatcher/
H A DAllTests.m68 -(void) exception:(ICEException*)ex
79 -(void) exceptionEx:(ICEException*)ex argument
91 -(void) ignoreEx:(ICEException*)ex argument
123 [p begin_op:^ { [cb response]; } exception:^(ICEException* ex) { [cb exception:ex]; }];
127 [i begin_op:^ { [cb response]; } exception:^(ICEException* ex) { [cb exception:ex]; }];
131 …[to begin_sleep:500 response:^ { [cb responseEx]; } exception:^(ICEException* ex) { [cb exceptionE…
143 id exception = ^(ICEException* ex) { [cb ignoreEx:ex]; };
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/dispatcher/
H A DAllTests.m68 -(void) exception:(ICEException*)ex
79 -(void) exceptionEx:(ICEException*)ex argument
91 -(void) ignoreEx:(ICEException*)ex argument
123 [p begin_op:^ { [cb response]; } exception:^(ICEException* ex) { [cb exception:ex]; }];
127 [i begin_op:^ { [cb response]; } exception:^(ICEException* ex) { [cb exception:ex]; }];
131 …[to begin_sleep:500 response:^ { [cb responseEx]; } exception:^(ICEException* ex) { [cb exceptionE…
143 id exception = ^(ICEException* ex) { [cb ignoreEx:ex]; };
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/slicing/exceptions/
H A DAllTests.m112 -(void) baseAsBaseException:(ICEException*)exc
130 -(void) unknownDerivedAsBaseException:(ICEException*)exc argument
148 -(void) knownDerivedException:(ICEException*)exc argument
167 -(void) unknownIntermediateAsBaseException:(ICEException*)exc argument
185 -(void) knownIntermediateAsBaseException:(ICEException*)exc argument
204 -(void) knownMostDerivedException:(ICEException*)exc argument
224 -(void) knownIntermediateAsKnownIntermediateException:(ICEException*)exc argument
243 -(void) unknownMostDerived1Exception:(ICEException*)exc argument
262 -(void) unknownMostDerived2Exception:(ICEException*)exc argument
308 …[test begin_baseAsBase:^ { test(NO); } exception:^(ICEException* e) { [cb baseAsBaseException:e]; …
[all …]
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/slicing/exceptions/
H A DAllTests.m112 -(void) baseAsBaseException:(ICEException*)exc
130 -(void) unknownDerivedAsBaseException:(ICEException*)exc argument
148 -(void) knownDerivedException:(ICEException*)exc argument
167 -(void) unknownIntermediateAsBaseException:(ICEException*)exc argument
185 -(void) knownIntermediateAsBaseException:(ICEException*)exc argument
204 -(void) knownMostDerivedException:(ICEException*)exc argument
224 -(void) knownIntermediateAsKnownIntermediateException:(ICEException*)exc argument
243 -(void) unknownMostDerived1Exception:(ICEException*)exc argument
262 -(void) unknownMostDerived2Exception:(ICEException*)exc argument
308 …[test begin_baseAsBase:^ { test(NO); } exception:^(ICEException* e) { [cb baseAsBaseException:e]; …
[all …]
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/slicing/exceptions/
H A DAllTests.m112 -(void) baseAsBaseException:(ICEException*)exc
130 -(void) unknownDerivedAsBaseException:(ICEException*)exc argument
148 -(void) knownDerivedException:(ICEException*)exc argument
167 -(void) unknownIntermediateAsBaseException:(ICEException*)exc argument
185 -(void) knownIntermediateAsBaseException:(ICEException*)exc argument
204 -(void) knownMostDerivedException:(ICEException*)exc argument
224 -(void) knownIntermediateAsKnownIntermediateException:(ICEException*)exc argument
243 -(void) unknownMostDerived1Exception:(ICEException*)exc argument
262 -(void) unknownMostDerived2Exception:(ICEException*)exc argument
308 …[test begin_baseAsBase:^ { test(NO); } exception:^(ICEException* e) { [cb baseAsBaseException:e]; …
[all …]
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/slicing/objects/
H A DAllTests.m345 -(void) D1AsBException:(ICEException*)__unused exc
369 -(void) D1AsD1Exception:(ICEException*)__unused exc argument
397 -(void) D2AsBException:(ICEException*)__unused exc
423 -(void) paramTest1Exception:(ICEException*)__unused exc
545 -(void) throwBaseAsBaseException:(ICEException*)ex argument
562 -(void) throwDerivedAsBaseException:(ICEException*)ex argument
726 -(void) exception:(ICEException*)ex
1792 @catch(ICEException*)
1889 @catch(ICEException*)
1947 @catch(ICEException*)
[all …]
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/slicing/objects/
H A DAllTests.m345 -(void) D1AsBException:(ICEException*)__unused exc
369 -(void) D1AsD1Exception:(ICEException*)__unused exc argument
397 -(void) D2AsBException:(ICEException*)__unused exc
423 -(void) paramTest1Exception:(ICEException*)__unused exc
545 -(void) throwBaseAsBaseException:(ICEException*)ex argument
562 -(void) throwDerivedAsBaseException:(ICEException*)ex argument
726 -(void) exception:(ICEException*)ex
1792 @catch(ICEException*)
1889 @catch(ICEException*)
1947 @catch(ICEException*)
[all …]
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/slicing/objects/
H A DAllTests.m345 -(void) D1AsBException:(ICEException*)__unused exc
369 -(void) D1AsD1Exception:(ICEException*)__unused exc argument
397 -(void) D2AsBException:(ICEException*)__unused exc
423 -(void) paramTest1Exception:(ICEException*)__unused exc
545 -(void) throwBaseAsBaseException:(ICEException*)ex argument
562 -(void) throwDerivedAsBaseException:(ICEException*)ex argument
726 -(void) exception:(ICEException*)ex
1792 @catch(ICEException*)
1889 @catch(ICEException*)
1947 @catch(ICEException*)
[all …]
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/retry/
H A DAllTests.m61 -(void) retryOpException:(ICEException*)__unused ex
70 -(void) killRetryOpException:(ICEException*)ex argument
126 exception:^(ICEException* ex) { [cb1 retryOpException:ex]; }];
132 exception:^(ICEException* ex) { [cb2 killRetryOpException:ex]; }];
138 exception:^(ICEException* ex) { [cb1 retryOpException:ex]; }];

12345678910>>...12