Home
last modified time | relevance | path

Searched refs:getClientWrtPipeHandle (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTPipeServer.cpp53 virtual HANDLE getClientWrtPipeHandle() = 0;
84 virtual HANDLE getClientWrtPipeHandle() { return ClientAnonWrite_.h; } in getClientWrtPipeHandle() function in apache::thrift::transport::TAnonPipeServer
132 virtual HANDLE getClientWrtPipeHandle() { return INVALID_HANDLE_VALUE; } in getClientWrtPipeHandle() function in apache::thrift::transport::TNamedPipeServer
469 HANDLE TPipeServer::getClientWrtPipeHandle() { in getClientWrtPipeHandle() function in apache::thrift::transport::TPipeServer
470 return impl_ ? impl_->getClientWrtPipeHandle() : INVALID_HANDLE_VALUE; in getClientWrtPipeHandle()
DTPipeServer.h83 HANDLE getClientWrtPipeHandle();
/thrift-3.4.0/contrib/transport-sample/
DThriftCommon.cpp23 (int)boost::shared_dynamic_cast<TPipeServer>(transport)->getClientWrtPipeHandle()); in LaunchAnonPipeChild()