Home
last modified time | relevance | path

Searched refs:ConnectionClosed (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRPCUtils.cpp17 char llvm::orc::rpc::ConnectionClosed::ID = 0;
25 std::error_code ConnectionClosed::convertToErrorCode() const { in convertToErrorCode()
29 void ConnectionClosed::log(raw_ostream &OS) const { in log()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengine.h176 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
Dxmppengineimpl.h49 virtual XmppReturnStatus ConnectionClosed(int subcode);
Dxmppengine_unittest.cc212 engine()->ConnectionClosed(0); in TEST_F()
Dxmppengineimpl.cc97 XmppReturnStatus XmppEngineImpl::ConnectionClosed(int subcode) { in ConnectionClosed() function in buzz::XmppEngineImpl
Dxmppclient.cc375 engine_->ConnectionClosed(code); in OnSocketClosed()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h44 class ConnectionClosed : public ErrorInfo<ConnectionClosed> {