/thrift-3.4.0/lib/py/src/ |
D | TSCons.py | 25 def scons_env(env, add=''): argument
|
/thrift-3.4.0/tutorial/perl/ |
D | PerlServer.pl | 46 sub add subroutine
|
/thrift-3.4.0/tutorial/haxe/src/ |
D | CalculatorHandler.hx | 46 public function add( num1 : haxe.Int32, num2 : haxe.Int32) : haxe.Int32 { method
|
/thrift-3.4.0/tutorial/ocaml/ |
D | CalcServer.ml | 35 method add a b = method in calc_handler
|
/thrift-3.4.0/tutorial/swift/Sources/TutorialServer/ |
D | CalculatorService.swift | 33 func add(num1: Int32, num2: Int32) throws -> Int32 { in add() function
|
/thrift-3.4.0/tutorial/erl/ |
D | server.erl | 34 add(N1, N2) -> function
|
/thrift-3.4.0/tutorial/rb/ |
D | RubyServer.rb | 39 def add(n1, n2) method in CalculatorHandler
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/helper/ |
D | IntSet.hx | 51 public function add(o : Int) : Bool { method
|
D | ObjectSet.hx | 51 public function add(o : K) : Bool { method
|
D | StringSet.hx | 51 public function add(o : String) : Bool { method
|
/thrift-3.4.0/tutorial/java/src/ |
D | CalculatorHandler.java | 40 public int add(int n1, int n2) { in add() method in CalculatorHandler
|
/thrift-3.4.0/tutorial/py.tornado/ |
D | PythonServer.py | 46 def add(self, n1, n2): member in CalculatorHandler
|
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/ |
D | TimerManager.h | 76 …Timer add(std::shared_ptr<Runnable> task, uint64_t timeout) { return add(task,std::chrono::millise… in add() function
|
D | TimerManager.cpp | 241 TimerManager::Timer TimerManager::add(shared_ptr<Runnable> task, const std::chrono::milliseconds &t… in add() function in apache::thrift::concurrency::TimerManager 245 TimerManager::Timer TimerManager::add(shared_ptr<Runnable> task, in add() function in apache::thrift::concurrency::TimerManager
|
D | ThreadManager.cpp | 453 void ThreadManager::Impl::add(shared_ptr<Runnable> value, int64_t timeout, int64_t expiration) { in add() function in apache::thrift::concurrency::ThreadManager::Impl
|
/thrift-3.4.0/tutorial/py.twisted/ |
D | PythonServer.py | 48 def add(self, n1, n2): member in CalculatorHandler
|
/thrift-3.4.0/tutorial/d/ |
D | server.d | 43 int add(int n1, int n2) { in add() function
|
/thrift-3.4.0/tutorial/php/ |
D | PhpServer.php | 62 public function add($num1, $num2) { function in tutorial\\php\\CalculatorHandler
|
/thrift-3.4.0/tutorial/py/ |
D | PythonServer.py | 45 def add(self, n1, n2): member in CalculatorHandler
|
/thrift-3.4.0/tutorial/cpp/ |
D | CppServer.cpp | 53 int32_t add(const int32_t n1, const int32_t n2) override { in add() function in CalculatorHandler
|
/thrift-3.4.0/tutorial/netstd/Server/ |
D | Program.cs | 391 public async Task<int> add(int num1, int num2, CancellationToken cancellationToken) in add() method in Server.Program.CalculatorAsyncHandler
|
/thrift-3.4.0/lib/d/test/ |
D | transport_test.d | 729 void add(Duration timeout, TTransport transport, size_t writeLength) { in add() function
|
/thrift-3.4.0/compiler/cpp/tests/catch/ |
D | catch.hpp | 2504 void add( T value ) { in add() function in Catch::ValuesGenerator 2560 void add( const IGenerator<T>* generator ) { in add() function in Catch::CompositeGenerator 5855 void add( std::string const& spelling ) { in add() function 9182 …void TagAliasRegistry::add( std::string const& alias, std::string const& tag, SourceLineInfo const… in add() function in Catch::TagAliasRegistry 9306 void add( Ptr<IStreamingReporter> const& reporter ) { in add() function in Catch::MultipleReporters
|