Home
last modified time | relevance | path

Searched defs:add (Results 1 – 23 of 23) sorted by relevance

/thrift-3.4.0/lib/py/src/
DTSCons.py25 def scons_env(env, add=''): argument
/thrift-3.4.0/tutorial/perl/
DPerlServer.pl46 sub add subroutine
/thrift-3.4.0/tutorial/haxe/src/
DCalculatorHandler.hx46 public function add( num1 : haxe.Int32, num2 : haxe.Int32) : haxe.Int32 { method
/thrift-3.4.0/tutorial/ocaml/
DCalcServer.ml35 method add a b = method in calc_handler
/thrift-3.4.0/tutorial/swift/Sources/TutorialServer/
DCalculatorService.swift33 func add(num1: Int32, num2: Int32) throws -> Int32 { in add() function
/thrift-3.4.0/tutorial/erl/
Dserver.erl34 add(N1, N2) -> function
/thrift-3.4.0/tutorial/rb/
DRubyServer.rb39 def add(n1, n2) method in CalculatorHandler
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/helper/
DIntSet.hx51 public function add(o : Int) : Bool { method
DObjectSet.hx51 public function add(o : K) : Bool { method
DStringSet.hx51 public function add(o : String) : Bool { method
/thrift-3.4.0/tutorial/java/src/
DCalculatorHandler.java40 public int add(int n1, int n2) { in add() method in CalculatorHandler
/thrift-3.4.0/tutorial/py.tornado/
DPythonServer.py46 def add(self, n1, n2): member in CalculatorHandler
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DTimerManager.h76 …Timer add(std::shared_ptr<Runnable> task, uint64_t timeout) { return add(task,std::chrono::millise… in add() function
DTimerManager.cpp241 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
DThreadManager.cpp453 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/
DPythonServer.py48 def add(self, n1, n2): member in CalculatorHandler
/thrift-3.4.0/tutorial/d/
Dserver.d43 int add(int n1, int n2) { in add() function
/thrift-3.4.0/tutorial/php/
DPhpServer.php62 public function add($num1, $num2) { function in tutorial\\php\\CalculatorHandler
/thrift-3.4.0/tutorial/py/
DPythonServer.py45 def add(self, n1, n2): member in CalculatorHandler
/thrift-3.4.0/tutorial/cpp/
DCppServer.cpp53 int32_t add(const int32_t n1, const int32_t n2) override { in add() function in CalculatorHandler
/thrift-3.4.0/tutorial/netstd/Server/
DProgram.cs391 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/
Dtransport_test.d729 void add(Duration timeout, TTransport transport, size_t writeLength) { in add() function
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp2504 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