/thrift-3.4.0/lib/d/src/thrift/server/transport/ |
D | socket.d | 181 } catch (SocketException e) { in catch() 229 } catch (Exception e) { in catch() 238 } catch (SocketException e) { in catch() 245 } catch (SocketException e) { in catch() 261 } catch (SocketException e) { in catch() 270 } catch (SocketException e) { in catch() 279 } catch (SocketException e) { in catch() 291 } catch (SocketException e) { in catch() 299 } catch (SocketException e) { in catch()
|
/thrift-3.4.0/lib/d/test/ |
D | thrift_test_server.d | 174 auto e = new Xception(); in testException() local 177 throw e; in testException() local 189 auto e = new Xception(); in testMultiException() local 192 throw e; in testMultiException() local 194 auto e = new Xception2(); in testMultiException() local 197 throw e; in testMultiException() local
|
D | client_pool_test.d | 110 auto e = new TestServiceException; in failIfEnabled() local 112 throw e; in failIfEnabled() local 233 auto e = cast(TCompoundOperationException)collectException(pool.getPort()); in syncClientPoolTest() local 287 auto e = cast(TCompoundOperationException)collectException(pool.getPort().waitGet()); in asyncClientPoolTest() local 359 auto e = cast(TCompoundOperationException)collectException(pool.getPort().waitGet()); in asyncFastestClientPoolTest() local
|
/thrift-3.4.0/lib/cpp/src/thrift/async/ |
D | TEvhttpClientChannel.cpp | 116 } catch (const TTransportException& e) { in finish() local 126 } catch (const TTransportException& e) { in finish() local 148 } catch (std::exception& e) { in response() local
|
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | Thrift.h | 107 TExceptionWrapper(const E& e) : e_(e) {} in TExceptionWrapper() 119 TDelayedException* TDelayedException::delayException(const E& e) { in delayException()
|
/thrift-3.4.0/lib/d/src/thrift/internal/ |
D | algorithm.d | 43 if (range.front is e) variable
|
D | ssl_bio.d | 73 void setError(Exception e) nothrow { in setError()
|
/thrift-3.4.0/lib/cpp/test/concurrency/ |
D | ThreadFactoryTests.h | 83 } catch (SystemResourceException& e) { in catch() 97 } catch (SystemResourceException& e) { in catch() 287 } catch (TException& e) { in catch()
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/transport/ |
D | TestTByteBuffer.java | 36 TTransportException e = in testOverflow() local
|
/thrift-3.4.0/lib/rb/benchmark/ |
D | client.rb | 64 def print_exception(e) argument
|
/thrift-3.4.0/lib/js/test/ |
D | test-jq.js | 132 .error(function(xhr, status, e) { assert.ok(false, e.message); }) argument 153 .error(function(xhr, status, e) { argument
|
/thrift-3.4.0/lib/cpp/src/thrift/windows/ |
D | SocketPair.cpp | 49 int e; in thrift_socketpair() local
|
/thrift-3.4.0/lib/rs/src/server/ |
D | mod.rs | 106 let e = match e { in handle_process_result() localVariable
|
/thrift-3.4.0/lib/d/src/thrift/server/ |
D | simple.d | 146 } catch (Exception e) { in catch() 174 } catch (TServerTransportException e) { in catch()
|
/thrift-3.4.0/lib/cpp/test/processor/ |
D | Handlers.h | 81 MyError e; in exceptionWait() local 83 throw e; in exceptionWait() local 92 MyError e; in unexpectedExceptionWait() local 94 throw e; in unexpectedExceptionWait() local
|
D | EventLog.cpp | 88 Event e(type, connectionId, callId, message); in append() local
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/ |
D | TestTSimpleJSONProtocol.java | 112 TException e = in testReadingThrows() local
|
/thrift-3.4.0/lib/d/src/thrift/async/ |
D | ssl.d | 204 auto e = getSSLException(location); in sslEnforce() local 206 throw e; in sslEnforce() local
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/sasl/ |
D | NonblockingSaslHandler.java | 219 private void failSaslNegotiation(TSaslNegotiationException e) { in failSaslNegotiation() 227 private void fail(Exception e) { in fail() 232 private void failIO(TTransportException e) { in failIO() 238 LOGGER.error(errorMsg.toString(), e); in failIO() local
|
/thrift-3.4.0/lib/cpp/test/ |
D | EnumTest.cpp | 69 std::string EnumToString(_T e) in EnumToString()
|
/thrift-3.4.0/test/cpp/src/ |
D | TestClient.cpp | 280 } catch (exception& e) { in main() local 463 } catch (std::exception& e) { in main() local 1054 } catch (Xception& e) { in main() local 1085 } catch (Xception& e) { in main() local 1096 } catch (Xception2& e) { in main() local
|
D | TestServer.cpp | 317 Xception e; in testException() local 322 apache::thrift::TException e; in testException() local 338 Xception e; in testMultiException() local 343 Xception2 e; in testMultiException() local 531 } catch (const apache::thrift::TException& e) { in testException() local 546 } catch (const apache::thrift::TException& e) { in testMultiException() local 647 } catch (std::exception& e) { in main() local
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/async/ |
D | TAsyncMethodCall.java | 186 Exception e = new TTransportException("Selection key not valid!"); in transition() local 222 protected void onError(Exception e) { in onError()
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testthrifttestclient.cpp | 304 Xception e; in testException() local 309 apache::thrift::TException e; in testException() local 323 Xception e; in testMultiException() local 328 Xception2 e; in testMultiException() local
|
D | testthrifttestzlibclient.cpp | 299 Xception e; in testException() local 304 apache::thrift::TException e; in testException() local 318 Xception e; in testMultiException() local 323 Xception2 e; in testMultiException() local
|