Home
last modified time | relevance | path

Searched defs:MyServiceProcessor (Results 1 – 9 of 9) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-go/service/
H A Dmyservice.go262 type MyServiceProcessor struct { struct
263 processorMap map[string]thrift.ProcessorFunction
264 functionServiceMap map[string]string
265 handler MyService
268 func (p *MyServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction) {
272 func (p *MyServiceProcessor) AddToFunctionServiceMap(key, service string) {
276 …erviceProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error) {
283 func (p *MyServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunction {
287 func (p *MyServiceProcessor) FunctionServiceMap() map[string]string {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/
H A Dmyservice.go478 type MyServiceProcessor struct { struct
479 processorMap map[string]thrift.ProcessorFunction
480 functionServiceMap map[string]string
481 handler MyService
484 func (p *MyServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction) {
488 func (p *MyServiceProcessor) AddToFunctionServiceMap(key, service string) {
492 …erviceProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error) {
499 func (p *MyServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunction {
503 func (p *MyServiceProcessor) FunctionServiceMap() map[string]string {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-go/module/
H A Dmyservice.go548 type MyServiceProcessor struct { struct
549 processorMap map[string]thrift.ProcessorFunction
550 functionServiceMap map[string]string
551 handler MyService
554 func (p *MyServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction) {
558 func (p *MyServiceProcessor) AddToFunctionServiceMap(key, service string) {
562 …erviceProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error) {
569 func (p *MyServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunction {
573 func (p *MyServiceProcessor) FunctionServiceMap() map[string]string {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/rust-request-context/gen-rust/
H A Dlib.rs2545 pub struct MyServiceProcessor<P, H, R> { struct
2546 service: H,
2547 supa: ::fbthrift::NullServiceProcessor<P, R>,
2548 _phantom: ::std::marker::PhantomData<(P, H, R)>,
2720 impl<P, H, R> MyServiceProcessor<P, H, R> implementation
3097 impl<P, H, R> ::fbthrift::ServiceProcessor<P> for MyServiceProcessor<P, H, R> implementation
3265 impl<P, H, R> ::fbthrift::ThriftService<P::Frame> for MyServiceProcessor<P, H, R> implementation
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-cocoa/
H A Dservice.m749 @implementation MyServiceProcessor implementation
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-rust/
H A Dlib.rs2697 pub struct MyServiceProcessor<P, H, R> { struct
2698 service: H,
2699 supa: ::fbthrift::NullServiceProcessor<P, R>,
2700 _phantom: ::std::marker::PhantomData<(P, H, R)>,
2928 impl<P, H, R> MyServiceProcessor<P, H, R> impl
3415 impl<P, H, R> ::fbthrift::ServiceProcessor<P> for MyServiceProcessor<P, H, R> implementation
3627 impl<P, H, R> ::fbthrift::ThriftService<P::Frame> for MyServiceProcessor<P, H, R> implementation
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-rust/
H A Dlib.rs2783 pub struct MyServiceProcessor<P, H, R> { struct
2784 service: H,
2785 supa: ::fbthrift::NullServiceProcessor<P, R>,
2786 _phantom: ::std::marker::PhantomData<(P, H, R)>,
2981 impl<P, H, R> MyServiceProcessor<P, H, R> impl
3409 impl<P, H, R> ::fbthrift::ServiceProcessor<P> for MyServiceProcessor<P, H, R> implementation
3599 impl<P, H, R> ::fbthrift::ThriftService<P::Frame> for MyServiceProcessor<P, H, R> implementation
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-hack/
H A DMyService.php2156 class MyServiceProcessor extends MyServiceSyncProcessor {} class
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-hack/
H A DMyService.php2456 class MyServiceProcessor extends MyServiceSyncProcessor {} class