Home
last modified time | relevance | path

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

/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/slicing/exceptions/
H A DAllTests.m11 @interface RelayI : TestSlicingExceptionsClientRelay<TestSlicingExceptionsClientRelay> interface
14 @implementation RelayI implementation
722 … [TestSlicingExceptionsClientRelayPrx uncheckedCast:[adapter addWithUUID:[RelayI relay]]];
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/slicing/exceptions/
H A DAllTests.m11 @interface RelayI : TestSlicingExceptionsClientRelay<TestSlicingExceptionsClientRelay> interface
14 @implementation RelayI implementation
722 … [TestSlicingExceptionsClientRelayPrx uncheckedCast:[adapter addWithUUID:[RelayI relay]]];
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/slicing/exceptions/
H A DAllTests.m11 @interface RelayI : TestSlicingExceptionsClientRelay<TestSlicingExceptionsClientRelay> interface
14 @implementation RelayI implementation
722 … [TestSlicingExceptionsClientRelayPrx uncheckedCast:[adapter addWithUUID:[RelayI relay]]];
/dports/devel/ice37/ice-3.7.2/python/test/Ice/slicing/exceptions/
H A DAllTests.py187 class RelayI(Test.Relay): class
537 relay = Test.RelayPrx.uncheckedCast(adapter.addWithUUID(RelayI()))
/dports/devel/php-ice37/ice-3.7.2/python/test/Ice/slicing/exceptions/
H A DAllTests.py187 class RelayI(Test.Relay): class
537 relay = Test.RelayPrx.uncheckedCast(adapter.addWithUUID(RelayI()))
/dports/devel/py-ice37/ice-3.7.2/python/test/Ice/slicing/exceptions/
H A DAllTests.py187 class RelayI(Test.Relay): class
537 relay = Test.RelayPrx.uncheckedCast(adapter.addWithUUID(RelayI()))
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java52 private static class RelayI implements Relay class in AllTests
694 RelayPrx relay = RelayPrx.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/slicing/exceptions/
H A DAllTests.cpp323 class RelayI : public Relay
1101 RelayPrxPtr relay = ICE_UNCHECKED_CAST(RelayPrx, adapter->addWithUUID(ICE_MAKE_SHARED(RelayI)));
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java52 private static class RelayI implements Relay class in AllTests
694 RelayPrx relay = RelayPrx.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/slicing/exceptions/
H A DAllTests.cpp323 class RelayI : public Relay class
1101 RelayPrxPtr relay = ICE_UNCHECKED_CAST(RelayPrx, adapter->addWithUUID(ICE_MAKE_SHARED(RelayI))); in allTests()
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java52 private static class RelayI implements Relay class in AllTests
694 RelayPrx relay = RelayPrx.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/slicing/exceptions/
H A DAllTests.cpp323 class RelayI : public Relay class
1101 RelayPrxPtr relay = ICE_UNCHECKED_CAST(RelayPrx, adapter->addWithUUID(ICE_MAKE_SHARED(RelayI))); in allTests()
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java660 private static class RelayI extends _RelayDisp class in AllTests
1204 RelayPrx relay = RelayPrxHelper.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java660 private static class RelayI extends _RelayDisp class in AllTests
1204 RelayPrx relay = RelayPrxHelper.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/slicing/exceptions/
H A DAllTests.java660 private static class RelayI extends _RelayDisp class in AllTests
1204 RelayPrx relay = RelayPrxHelper.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/slicing/exceptions/
H A DAllTests.cs45 private class RelayI : RelayDisp_
1158 RelayPrx relay = RelayPrxHelper.uncheckedCast(adapter.addWithUUID(new RelayI()));
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/slicing/exceptions/
H A DAllTests.cs45 private class RelayI : RelayDisp_ class in AllTests
1158 RelayPrx relay = RelayPrxHelper.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/slicing/exceptions/
H A DAllTests.cs45 private class RelayI : RelayDisp_ class in AllTests
1158 RelayPrx relay = RelayPrxHelper.uncheckedCast(adapter.addWithUUID(new RelayI())); in allTests()