/thrift-3.4.0/test/erl/src/ |
D | test_client.erl | 66 start() -> start(init:get_plain_arguments()). function 67 start(Args) -> function
|
D | test_thrift_server.erl | 65 start() -> start(init:get_plain_arguments()). function 66 start(Args) -> function
|
/thrift-3.4.0/tutorial/erl/ |
D | server.erl | 65 start() -> function 68 start(Port) -> function
|
/thrift-3.4.0/lib/php/src/ |
D | TStringUtils.php | 5 public function substr($str, $start, $length = null); 11 public function substr($str, $start, $length = null) 29 public function substr($str, $start, $length = null)
|
/thrift-3.4.0/lib/php/lib/StringFunc/ |
D | Core.php | 26 public function substr($str, $start, $length = null)
|
D | Mbstring.php | 26 public function substr($str, $start, $length = null)
|
D | TStringFunc.php | 26 public function substr($str, $start, $length = null);
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/ |
D | BenchmarkProtocols.java | 64 long start = System.currentTimeMillis(); in main() local
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_socket_server.erl | 54 start(State=#thrift_socket_server{}) -> function 56 start(Options) -> function
|
D | thrift_json_parser.erl | 100 start(<<16#ef, 16#bb, 16#bf, Rest/binary>>, Handler, Stack, Config) -> function 102 start(Bin, Handler, Stack, Config) -> function
|
/thrift-3.4.0/lib/cpp/test/processor/ |
D | ServerThread.cpp | 34 void ServerThread::start() { in start() function in apache::thrift::test::ServerThread
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/ |
D | AsyncProcessFunction.java | 35 public abstract void start(I iface, T args, AsyncMethodCallback<R> resultHandler) in start() method in AsyncProcessFunction
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/transport/ |
D | TestTZlibTransport.java | 41 public static byte[] byteSequence(int start, int end) { in byteSequence()
|
D | TestTFramedTransport.java | 49 public static byte[] byteSequence(int start, int end) { in byteSequence()
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TBufferTransports.cpp | 329 uint8_t* start; in readSlow() local 345 uint8_t* start; in readAppendToString() local
|
/thrift-3.4.0/lib/rb/benchmark/ |
D | benchmark.rb | 45 def start method in Server
|
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/ |
D | Thread.h | 121 virtual void start() { in start() function
|
D | ThreadManager.cpp | 370 void ThreadManager::Impl::start() { in start() function in apache::thrift::concurrency::ThreadManager::Impl 564 void start() override { in start() function in apache::thrift::concurrency::SimpleThreadManager
|
D | TimerManager.cpp | 175 void TimerManager::start() { in start() function in apache::thrift::concurrency::TimerManager
|
/thrift-3.4.0/lib/cpp/test/ |
D | TFileTransportTest.cpp | 195 struct timeval start; in BOOST_AUTO_TEST_CASE() local 320 struct timeval start; in BOOST_AUTO_TEST_CASE() local
|
D | Benchmark.cpp | 40 void start() { THRIFT_GETTIMEOFDAY(&vStart, nullptr); } in start() function in Timer
|
/thrift-3.4.0/contrib/fb303/ |
D | TClientInfo.cpp | 156 timespec start; in getStatsStrings() local
|
/thrift-3.4.0/test/swift/CrossTests/Sources/TestClient/ |
D | main.swift | 359 let start = CACurrentMediaTime() in testOneway() variable
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/async/ |
D | TAsyncMethodCall.java | 147 void start(Selector sel) throws IOException { in start() method in TAsyncMethodCall
|
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/ |
D | TestClient.java | 234 long start = System.nanoTime(); in main() local
|