Searched refs:getClientWrtPipeHandle (Results 1 – 3 of 3) sorted by relevance
53 virtual HANDLE getClientWrtPipeHandle() = 0;84 virtual HANDLE getClientWrtPipeHandle() { return ClientAnonWrite_.h; } in getClientWrtPipeHandle() function in apache::thrift::transport::TAnonPipeServer132 virtual HANDLE getClientWrtPipeHandle() { return INVALID_HANDLE_VALUE; } in getClientWrtPipeHandle() function in apache::thrift::transport::TNamedPipeServer469 HANDLE TPipeServer::getClientWrtPipeHandle() { in getClientWrtPipeHandle() function in apache::thrift::transport::TPipeServer470 return impl_ ? impl_->getClientWrtPipeHandle() : INVALID_HANDLE_VALUE; in getClientWrtPipeHandle()
83 HANDLE getClientWrtPipeHandle();
23 (int)boost::shared_dynamic_cast<TPipeServer>(transport)->getClientWrtPipeHandle()); in LaunchAnonPipeChild()