proxygen
|
#include <folly/io/async/WriteChainAsyncTransportWrapper.h>
#include <folly/io/async/AsyncTransport.h>
#include <folly/portability/GMock.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Classes | |
class | folly::test::TestWriteChainAsyncTransportWrapper |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::test | |
Functions | |
folly::test::MATCHER_P (BufMatches, expected,"") | |
folly::test::TEST (WriteChainAsyncTransportWrapperTest, TestSimpleIov) | |
folly::test::TEST (WriteChainAsyncTransportWrapperTest, TestChainedIov) | |
folly::test::TEST (WriteChainAsyncTransportWrapperTest, TestSimpleBuf) | |