proxygen
UseOwnedRawPtrPolicy< MockHandshakeHelperCallback< P > > Struct Template Reference

#include <AcceptorHelperMocks.h>

Public Member Functions

 MOCK_METHOD4 (connectionReadyInternalRaw, void(folly::AsyncTransportWrapper *, std::string, SecureTransportType, folly::Optional< wangle::SSLErrorEnum >))
 
void dispatchConnectionReady (folly::AsyncTransportWrapper::UniquePtr transport, std::string nextProtocol, SecureTransportType secureTransportType, folly::Optional< wangle::SSLErrorEnum > sslErr)
 

Detailed Description

template<template< class > class P>
struct UseOwnedRawPtrPolicy< MockHandshakeHelperCallback< P > >

Definition at line 134 of file AcceptorHelperMocks.h.

Member Function Documentation

template<template< class > class P>
void UseOwnedRawPtrPolicy< MockHandshakeHelperCallback< P > >::dispatchConnectionReady ( folly::AsyncTransportWrapper::UniquePtr  transport,
std::string  nextProtocol,
SecureTransportType  secureTransportType,
folly::Optional< wangle::SSLErrorEnum sslErr 
)
inline

Definition at line 143 of file AcceptorHelperMocks.h.

References folly::gen::move.

147  {
148  connectionReadyInternalRaw(
149  transport.release(),
150  std::move(nextProtocol),
151  secureTransportType,
152  std::move(sslErr));
153  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
template<template< class > class P>
UseOwnedRawPtrPolicy< MockHandshakeHelperCallback< P > >::MOCK_METHOD4 ( connectionReadyInternalRaw  ,
void(folly::AsyncTransportWrapper *, std::string, SecureTransportType, folly::Optional< wangle::SSLErrorEnum >)   
)

The documentation for this struct was generated from the following file: