Home
last modified time | relevance | path

Searched defs:zip (Results 1 – 14 of 14) sorted by relevance

/thrift-3.4.0/tutorial/perl/
DPerlServer.pl100 sub zip subroutine
/thrift-3.4.0/tutorial/haxe/src/
DCalculatorHandler.hx97 public function zip() : Void { method
/thrift-3.4.0/tutorial/ocaml/
DCalcServer.ml65 method zip = method in calc_handler
/thrift-3.4.0/tutorial/swift/Sources/TutorialServer/
DCalculatorService.swift62 func zip() throws { in zip() function
/thrift-3.4.0/tutorial/erl/
Dserver.erl59 zip() -> function
/thrift-3.4.0/tutorial/rb/
DRubyServer.rb81 def zip() method in CalculatorHandler
/thrift-3.4.0/tutorial/java/src/
DCalculatorHandler.java87 public void zip() { in zip() method in CalculatorHandler
/thrift-3.4.0/tutorial/py.tornado/
DPythonServer.py76 def zip(self): member in CalculatorHandler
/thrift-3.4.0/tutorial/py.twisted/
DPythonServer.py79 def zip(self): member in CalculatorHandler
/thrift-3.4.0/tutorial/d/
Dserver.d91 void zip() { in zip() function
/thrift-3.4.0/tutorial/php/
DPhpServer.php111 public function zip() { function in tutorial\\php\\CalculatorHandler
/thrift-3.4.0/tutorial/py/
DPythonServer.py76 def zip(self): member in CalculatorHandler
/thrift-3.4.0/tutorial/cpp/
DCppServer.cpp102 void zip() override { cout << "zip()" << endl; } in zip() function in CalculatorHandler
/thrift-3.4.0/tutorial/netstd/Server/
DProgram.cs453 public async Task zip(CancellationToken cancellationToken) in zip() method in Server.Program.CalculatorAsyncHandler