Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 57) sorted by relevance

123

/thrift-3.4.0/lib/d/src/thrift/server/transport/
Dsocket.d181 } 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/
Dthrift_test_server.d174 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
Dclient_pool_test.d110 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/
DTEvhttpClientChannel.cpp116 } 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/
DThrift.h107 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/
Dalgorithm.d43 if (range.front is e) variable
Dssl_bio.d73 void setError(Exception e) nothrow { in setError()
/thrift-3.4.0/lib/cpp/test/concurrency/
DThreadFactoryTests.h83 } 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/
DTestTByteBuffer.java36 TTransportException e = in testOverflow() local
/thrift-3.4.0/lib/rb/benchmark/
Dclient.rb64 def print_exception(e) argument
/thrift-3.4.0/lib/js/test/
Dtest-jq.js132 .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/
DSocketPair.cpp49 int e; in thrift_socketpair() local
/thrift-3.4.0/lib/rs/src/server/
Dmod.rs106 let e = match e { in handle_process_result() localVariable
/thrift-3.4.0/lib/d/src/thrift/server/
Dsimple.d146 } catch (Exception e) { in catch()
174 } catch (TServerTransportException e) { in catch()
/thrift-3.4.0/lib/cpp/test/processor/
DHandlers.h81 MyError e; in exceptionWait() local
83 throw e; in exceptionWait() local
92 MyError e; in unexpectedExceptionWait() local
94 throw e; in unexpectedExceptionWait() local
DEventLog.cpp88 Event e(type, connectionId, callId, message); in append() local
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/
DTestTSimpleJSONProtocol.java112 TException e = in testReadingThrows() local
/thrift-3.4.0/lib/d/src/thrift/async/
Dssl.d204 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/
DNonblockingSaslHandler.java219 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/
DEnumTest.cpp69 std::string EnumToString(_T e) in EnumToString()
/thrift-3.4.0/test/cpp/src/
DTestClient.cpp280 } 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
DTestServer.cpp317 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/
DTAsyncMethodCall.java186 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/
Dtestthrifttestclient.cpp304 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
Dtestthrifttestzlibclient.cpp299 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

123