|
proxygen
|
Public Member Functions | |
| AsyncSSLSocketWriteTest () | |
| std::unique_ptr< iovec[]> | makeVec (std::vector< uint32_t > sizes) |
| void | verifyVec (const void *buf, int n, int pos) |
| void | consumeVec (iovec *vec, uint32_t countWritten, uint32_t partialWritten) |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
| virtual | ~Test () |
| virtual | ~Test () |
Public Attributes | |
| EventBase | eventBase_ |
| std::shared_ptr< SSLContext > | sslContext_ |
| std::shared_ptr< MockAsyncSSLSocket > | sock_ |
| char | source_ [26 *500] |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions inherited from testing::Test | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
Protected Member Functions inherited from testing::Test | |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Definition at line 77 of file AsyncSSLSocketWriteTest.cpp.
|
inline |
Definition at line 79 of file AsyncSSLSocketWriteTest.cpp.
References i.
|
inline |
Definition at line 107 of file AsyncSSLSocketWriteTest.cpp.
|
inline |
Definition at line 89 of file AsyncSSLSocketWriteTest.cpp.
References i, and folly::size().
|
inline |
Definition at line 102 of file AsyncSSLSocketWriteTest.cpp.
References ASSERT_EQ.
| EventBase folly::AsyncSSLSocketWriteTest::eventBase_ |
Definition at line 113 of file AsyncSSLSocketWriteTest.cpp.
| std::shared_ptr<MockAsyncSSLSocket> folly::AsyncSSLSocketWriteTest::sock_ |
Definition at line 115 of file AsyncSSLSocketWriteTest.cpp.
| char folly::AsyncSSLSocketWriteTest::source_[26 *500] |
Definition at line 116 of file AsyncSSLSocketWriteTest.cpp.
| std::shared_ptr<SSLContext> folly::AsyncSSLSocketWriteTest::sslContext_ |
Definition at line 114 of file AsyncSSLSocketWriteTest.cpp.