Home
last modified time | relevance | path

Searched defs:_delegate (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/inheritance/gen-swift/test/fixtures/inheritance/
H A DMyNodeRpcServerHandler.java18 private final MyNode.Reactive _delegate; field in MyNodeRpcServerHandler
24 public MyNodeRpcServerHandler(MyNode _delegate, in MyNodeRpcServerHandler()
29 public MyNodeRpcServerHandler(MyNode.Async _delegate, in MyNodeRpcServerHandler()
34 public MyNodeRpcServerHandler(MyNode.Reactive _delegate, in MyNodeRpcServerHandler()
H A DMyLeafRpcServerHandler.java18 private final MyLeaf.Reactive _delegate; field in MyLeafRpcServerHandler
24 public MyLeafRpcServerHandler(MyLeaf _delegate, in MyLeafRpcServerHandler()
29 public MyLeafRpcServerHandler(MyLeaf.Async _delegate, in MyLeafRpcServerHandler()
34 public MyLeafRpcServerHandler(MyLeaf.Reactive _delegate, in MyLeafRpcServerHandler()
H A DMyRootRpcServerHandler.java18 private final MyRoot.Reactive _delegate; field in MyRootRpcServerHandler
24 public MyRootRpcServerHandler(MyRoot _delegate, in MyRootRpcServerHandler()
29 public MyRootRpcServerHandler(MyRoot.Async _delegate, in MyRootRpcServerHandler()
34 public MyRootRpcServerHandler(MyRoot.Reactive _delegate, in MyRootRpcServerHandler()
H A DMyRootAsyncReactiveWrapper.java15 private final MyRoot.Async _delegate; field in MyRootAsyncReactiveWrapper
17 public MyRootAsyncReactiveWrapper(MyRoot.Async _delegate) { in MyRootAsyncReactiveWrapper()
H A DMyLeafAsyncReactiveWrapper.java15 private final MyLeaf.Async _delegate; field in MyLeafAsyncReactiveWrapper
17 public MyLeafAsyncReactiveWrapper(MyLeaf.Async _delegate) { in MyLeafAsyncReactiveWrapper()
H A DMyNodeAsyncReactiveWrapper.java15 private final MyNode.Async _delegate; field in MyNodeAsyncReactiveWrapper
17 public MyNodeAsyncReactiveWrapper(MyNode.Async _delegate) { in MyNodeAsyncReactiveWrapper()
H A DMyLeafBlockingReactiveWrapper.java15 private final MyLeaf _delegate; field in MyLeafBlockingReactiveWrapper
17 public MyLeafBlockingReactiveWrapper(MyLeaf _delegate) { in MyLeafBlockingReactiveWrapper()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-swift/test/fixtures/interactions/
H A DMyServiceRpcServerHandler.java18 private final MyService.Reactive _delegate; field in MyServiceRpcServerHandler
24 public MyServiceRpcServerHandler(MyService _delegate, in MyServiceRpcServerHandler()
29 public MyServiceRpcServerHandler(MyService.Async _delegate, in MyServiceRpcServerHandler()
34 public MyServiceRpcServerHandler(MyService.Reactive _delegate, in MyServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-swift-bean/gen-swift/test/fixtures/basic_swift_bean/
H A DLegacyServiceRpcServerHandler.java18 private final LegacyService.Reactive _delegate; field in LegacyServiceRpcServerHandler
24 public LegacyServiceRpcServerHandler(LegacyService _delegate, in LegacyServiceRpcServerHandler()
29 public LegacyServiceRpcServerHandler(LegacyService.Async _delegate, in LegacyServiceRpcServerHandler()
34 public LegacyServiceRpcServerHandler(LegacyService.Reactive _delegate, in LegacyServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-swift/test/fixtures/basicannotations/
H A DMyServicePrioChildRpcServerHandler.java18 private final MyServicePrioChild.Reactive _delegate; field in MyServicePrioChildRpcServerHandler
24 public MyServicePrioChildRpcServerHandler(MyServicePrioChild _delegate, in MyServicePrioChildRpcServerHandler()
29 public MyServicePrioChildRpcServerHandler(MyServicePrioChild.Async _delegate, in MyServicePrioChildRpcServerHandler()
34 public MyServicePrioChildRpcServerHandler(MyServicePrioChild.Reactive _delegate, in MyServicePrioChildRpcServerHandler()
H A DMyServicePrioParentRpcServerHandler.java18 private final MyServicePrioParent.Reactive _delegate; field in MyServicePrioParentRpcServerHandler
25 public MyServicePrioParentRpcServerHandler(MyServicePrioParent _delegate, in MyServicePrioParentRpcServerHandler()
30 public MyServicePrioParentRpcServerHandler(MyServicePrioParent.Async _delegate, in MyServicePrioParentRpcServerHandler()
35 public MyServicePrioParentRpcServerHandler(MyServicePrioParent.Reactive _delegate, in MyServicePrioParentRpcServerHandler()
H A DMyServiceRpcServerHandler.java18 private final MyService.Reactive _delegate; field in MyServiceRpcServerHandler
30 public MyServiceRpcServerHandler(MyService _delegate, in MyServiceRpcServerHandler()
35 public MyServiceRpcServerHandler(MyService.Async _delegate, in MyServiceRpcServerHandler()
40 public MyServiceRpcServerHandler(MyService.Reactive _delegate, in MyServiceRpcServerHandler()
H A DMyServicePrioChildAsyncReactiveWrapper.java15 private final MyServicePrioChild.Async _delegate; field in MyServicePrioChildAsyncReactiveWrapper
17 public MyServicePrioChildAsyncReactiveWrapper(MyServicePrioChild.Async _delegate) { in MyServicePrioChildAsyncReactiveWrapper()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-swift/test/fixtures/includes/
H A DMyServiceRpcServerHandler.java18 private final MyService.Reactive _delegate; field in MyServiceRpcServerHandler
25 public MyServiceRpcServerHandler(MyService _delegate, in MyServiceRpcServerHandler()
30 public MyServiceRpcServerHandler(MyService.Async _delegate, in MyServiceRpcServerHandler()
35 public MyServiceRpcServerHandler(MyService.Reactive _delegate, in MyServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-swift/test/fixtures/adapter/
H A DServiceRpcServerHandler.java18 private final Service.Reactive _delegate; field in ServiceRpcServerHandler
24 public ServiceRpcServerHandler(Service _delegate, in ServiceRpcServerHandler()
29 public ServiceRpcServerHandler(Service.Async _delegate, in ServiceRpcServerHandler()
34 public ServiceRpcServerHandler(Service.Reactive _delegate, in ServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-swift/test/fixtures/basic/
H A DDbMixedStackArgumentsRpcServerHandler.java18 private final DbMixedStackArguments.Reactive _delegate; field in DbMixedStackArgumentsRpcServerHandler
25 public DbMixedStackArgumentsRpcServerHandler(DbMixedStackArguments _delegate, in DbMixedStackArgumentsRpcServerHandler()
30 public DbMixedStackArgumentsRpcServerHandler(DbMixedStackArguments.Async _delegate, in DbMixedStackArgumentsRpcServerHandler()
35 public DbMixedStackArgumentsRpcServerHandler(DbMixedStackArguments.Reactive _delegate, in DbMixedStackArgumentsRpcServerHandler()
H A DMyServiceRpcServerHandler.java18 private final MyService.Reactive _delegate; field in MyServiceRpcServerHandler
31 public MyServiceRpcServerHandler(MyService _delegate, in MyServiceRpcServerHandler()
36 public MyServiceRpcServerHandler(MyService.Async _delegate, in MyServiceRpcServerHandler()
41 public MyServiceRpcServerHandler(MyService.Reactive _delegate, in MyServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/stream/gen-swift/test/fixtures/stream/
H A DPubSubStreamingServiceRpcServerHandler.java18 private final PubSubStreamingService.Reactive _delegate; field in PubSubStreamingServiceRpcServerHandler
23 public PubSubStreamingServiceRpcServerHandler(PubSubStreamingService _delegate, in PubSubStreamingServiceRpcServerHandler()
28 public PubSubStreamingServiceRpcServerHandler(PubSubStreamingService.Async _delegate, in PubSubStreamingServiceRpcServerHandler()
33 public PubSubStreamingServiceRpcServerHandler(PubSubStreamingService.Reactive _delegate, in PubSubStreamingServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-swift/test/fixtures/sink/
H A DSinkServiceRpcServerHandler.java18 private final SinkService.Reactive _delegate; field in SinkServiceRpcServerHandler
23 public SinkServiceRpcServerHandler(SinkService _delegate, in SinkServiceRpcServerHandler()
28 public SinkServiceRpcServerHandler(SinkService.Async _delegate, in SinkServiceRpcServerHandler()
33 public SinkServiceRpcServerHandler(SinkService.Reactive _delegate, in SinkServiceRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-swift/test/fixtures/exceptions/
H A DRaiserRpcServerHandler.java18 private final Raiser.Reactive _delegate; field in RaiserRpcServerHandler
27 public RaiserRpcServerHandler(Raiser _delegate, in RaiserRpcServerHandler()
32 public RaiserRpcServerHandler(Raiser.Async _delegate, in RaiserRpcServerHandler()
37 public RaiserRpcServerHandler(Raiser.Reactive _delegate, in RaiserRpcServerHandler()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/params/gen-swift/test/fixtures/params/
H A DNestedContainersRpcServerHandler.java18 private final NestedContainers.Reactive _delegate; field in NestedContainersRpcServerHandler
28 public NestedContainersRpcServerHandler(NestedContainers _delegate, in NestedContainersRpcServerHandler()
33 public NestedContainersRpcServerHandler(NestedContainers.Async _delegate, in NestedContainersRpcServerHandler()
38 public NestedContainersRpcServerHandler(NestedContainers.Reactive _delegate, in NestedContainersRpcServerHandler()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Export/Generate/
H A DMyGUI_Export_WidgetInput.cpp34 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootKeyChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootKeyChangeFocus()
62 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootMouseChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootMouseChangeFocus()
90 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonReleased(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonReleased()
121 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonPressed(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonPressed()
149 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeySetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeySetFocus()
177 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyLostFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyLostFocus()
323 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseWheel(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseWheel()
354 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseMove(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseMove()
388 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseDrag(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseDrag()
416 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseSetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseSetFocus()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Export/Generate/
H A DMyGUI_Export_WidgetInput.cpp34 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootKeyChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootKeyChangeFocus()
62 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootMouseChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootMouseChangeFocus()
90 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonReleased(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonReleased()
121 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonPressed(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonPressed()
149 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeySetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeySetFocus()
177 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyLostFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyLostFocus()
323 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseWheel(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseWheel()
354 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseMove(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseMove()
388 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseDrag(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseDrag()
416 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseSetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseSetFocus()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Export/Generate/
H A DMyGUI_Export_WidgetInput.cpp34 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootKeyChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootKeyChangeFocus()
62 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootMouseChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootMouseChangeFocus()
90 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonReleased(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonReleased()
121 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonPressed(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonPressed()
149 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeySetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeySetFocus()
177 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyLostFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyLostFocus()
323 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseWheel(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseWheel()
354 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseMove(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseMove()
388 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseDrag(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseDrag()
416 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseSetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseSetFocus()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Export/Generate/
H A DMyGUI_Export_WidgetInput.cpp34 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootKeyChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootKeyChangeFocus()
62 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateRootMouseChangeFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateRootMouseChangeFocus()
90 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonReleased(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonReleased()
121 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyButtonPressed(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyButtonPressed()
149 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeySetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeySetFocus()
177 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateKeyLostFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateKeyLostFocus()
323 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseWheel(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseWheel()
354 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseMove(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseMove()
388 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseDrag(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseDrag()
416 MYGUIEXPORT void MYGUICALL ExportWidgetEvent_DelegateMouseSetFocus(ExportHandle _delegate) in ExportWidgetEvent_DelegateMouseSetFocus()
[all …]

12345678910>>...30