Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 40) sorted by relevance

12

/thrift-3.4.0/lib/haxe/src/org/apache/thrift/
DTProcessor.hx29 function process(input:TProtocol, output:TProtocol) : Bool; method
/thrift-3.4.0/lib/swift/Sources/
DTProcessor.swift21 func process(on inProtocol: TProtocol, outProtocol: TProtocol) throws function
DTMultiplexedProcessor.swift59 public func process(on inProtocol: TProtocol, outProtocol: TProtocol) throws { in process() function
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTAsyncProcessor.java32 void process(final AsyncFrameBuffer fb) throws TException; in process() method
DTBaseAsyncProcessor.java45 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
DTProcessor.java29 void process(TProtocol in, TProtocol out) throws TException; in process() method
DTBaseProcessor.java26 public void process(TProtocol in, TProtocol out) throws TException { in process() method in TBaseProcessor
DTMultiplexedProcessor.java98 public void process(TProtocol iprot, TProtocol oprot) throws TException { in process() method in TMultiplexedProcessor
/thrift-3.4.0/lib/javame/src/org/apache/thrift/
DTProcessor.java30 public boolean process(TProtocol in, TProtocol out) in process() method
/thrift-3.4.0/lib/cpp/src/thrift/
DTDispatchProcessor.h36 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/
DTAsyncDispatchProcessor.h37 void process(std::function<void(bool success)> _return, in process() function
109 void process(std::function<void(bool success)> _return, in process() function
DTAsyncProcessor.h46 void process(std::function<void(bool success)> _return, in process() function
DTAsyncProtocolProcessor.cpp29 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/
DMultiplexedProcessor.pm89 sub process { subroutine
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dmultiplexed_processor.js31 MultiplexedProcessor.prototype.process = function(inp, out) { method in MultiplexedProcessor
/thrift-3.4.0/lib/swift/Tests/ThriftTests/
DTSocketServerTests.swift36 func process(on inProtocol: TProtocol, outProtocol: TProtocol) throws { in process() function
/thrift-3.4.0/lib/php/lib/
DTMultiplexedProcessor.php86 public function process(TProtocol $input, TProtocol $output) function in Thrift\\TMultiplexedProcessor
/thrift-3.4.0/lib/rb/lib/thrift/server/
Dmongrel_http_server.rb32 def process(request, response) method in Thrift.MongrelHTTPServer.Handler
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/
DTestMultiplexedProcessor.java61 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/
DTMultiplexedProcessor.hx105 public function process( iprot : TProtocol, oprot : TProtocol) : Bool { method
/thrift-3.4.0/lib/rs/src/server/
Dmod.rs94 fn process(&self, i: &mut dyn TInputProtocol, o: &mut dyn TOutputProtocol) in process() method
/thrift-3.4.0/lib/rb/lib/thrift/
Dmultiplexed_processor.rb32 def process(iprot, oprot) method in Thrift.MultiplexedProcessor
Dprocessor.rb34 def process(iprot, oprot) method
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/processor/
Dthrift_processor.h58 gboolean (*process) (ThriftProcessor *processor, ThriftProtocol *in, member
/thrift-3.4.0/lib/py/src/
DTMultiplexedProcessor.py46 def process(self, iprot, oprot): member in TMultiplexedProcessor

12