/thrift-3.4.0/lib/haxe/src/org/apache/thrift/ |
D | TProcessor.hx | 29 function process(input:TProtocol, output:TProtocol) : Bool; method
|
/thrift-3.4.0/lib/swift/Sources/ |
D | TProcessor.swift | 21 func process(on inProtocol: TProtocol, outProtocol: TProtocol) throws function
|
D | TMultiplexedProcessor.swift | 59 public func process(on inProtocol: TProtocol, outProtocol: TProtocol) throws { in process() function
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/ |
D | TAsyncProcessor.java | 32 void process(final AsyncFrameBuffer fb) throws TException; in process() method
|
D | TBaseAsyncProcessor.java | 45 public void process(final AsyncFrameBuffer fb) throws TException { in process() method in TBaseAsyncProcessor 112 public void process(TProtocol in, TProtocol out) throws TException {} in process() method in TBaseAsyncProcessor
|
D | TProcessor.java | 29 void process(TProtocol in, TProtocol out) throws TException; in process() method
|
D | TBaseProcessor.java | 26 public void process(TProtocol in, TProtocol out) throws TException { in process() method in TBaseProcessor
|
D | TMultiplexedProcessor.java | 98 public void process(TProtocol iprot, TProtocol oprot) throws TException { in process() method in TMultiplexedProcessor
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/ |
D | TProcessor.java | 30 public boolean process(TProtocol in, TProtocol out) in process() method
|
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | TDispatchProcessor.h | 36 bool process(std::shared_ptr<protocol::TProtocol> in, in process() function 108 bool process(std::shared_ptr<protocol::TProtocol> in, in process() function
|
/thrift-3.4.0/lib/cpp/src/thrift/async/ |
D | TAsyncDispatchProcessor.h | 37 void process(std::function<void(bool success)> _return, in process() function 109 void process(std::function<void(bool success)> _return, in process() function
|
D | TAsyncProcessor.h | 46 void process(std::function<void(bool success)> _return, in process() function
|
D | TAsyncProtocolProcessor.cpp | 29 void TAsyncProtocolProcessor::process(std::function<void(bool healthy)> _return, in process() function in apache::thrift::async::TAsyncProtocolProcessor
|
/thrift-3.4.0/lib/perl/lib/Thrift/ |
D | MultiplexedProcessor.pm | 89 sub process { subroutine
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | multiplexed_processor.js | 31 MultiplexedProcessor.prototype.process = function(inp, out) { method in MultiplexedProcessor
|
/thrift-3.4.0/lib/swift/Tests/ThriftTests/ |
D | TSocketServerTests.swift | 36 func process(on inProtocol: TProtocol, outProtocol: TProtocol) throws { in process() function
|
/thrift-3.4.0/lib/php/lib/ |
D | TMultiplexedProcessor.php | 86 public function process(TProtocol $input, TProtocol $output) function in Thrift\\TMultiplexedProcessor
|
/thrift-3.4.0/lib/rb/lib/thrift/server/ |
D | mongrel_http_server.rb | 32 def process(request, response) method in Thrift.MongrelHTTPServer.Handler
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/ |
D | TestMultiplexedProcessor.java | 61 public void process(TProtocol in, TProtocol out) throws TException { in process() method in TestMultiplexedProcessor.StubProcessor
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/ |
D | TMultiplexedProcessor.hx | 105 public function process( iprot : TProtocol, oprot : TProtocol) : Bool { method
|
/thrift-3.4.0/lib/rs/src/server/ |
D | mod.rs | 94 fn process(&self, i: &mut dyn TInputProtocol, o: &mut dyn TOutputProtocol) in process() method
|
/thrift-3.4.0/lib/rb/lib/thrift/ |
D | multiplexed_processor.rb | 32 def process(iprot, oprot) method in Thrift.MultiplexedProcessor
|
D | processor.rb | 34 def process(iprot, oprot) method
|
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/processor/ |
D | thrift_processor.h | 58 gboolean (*process) (ThriftProcessor *processor, ThriftProtocol *in, member
|
/thrift-3.4.0/lib/py/src/ |
D | TMultiplexedProcessor.py | 46 def process(self, iprot, oprot): member in TMultiplexedProcessor
|