proxygen
folly::io::test::TerminalCodecTest Class Reference
Inheritance diagram for folly::io::test::TerminalCodecTest:

Protected Member Functions

void SetUp () override
 

Protected Attributes

CodecType codecType_
 
std::unique_ptr< Codeccodec_
 
std::unique_ptr< Codecauto_
 

Detailed Description

Definition at line 1273 of file CompressionTest.cpp.

Member Function Documentation

void folly::io::test::TerminalCodecTest::SetUp ( )
inlineoverrideprotected

Definition at line 1275 of file CompressionTest.cpp.

References codec_, folly::io::getAutoUncompressionCodec(), and folly::io::getCodec().

1275  {
1276  codecType_ = GetParam();
1279  }
std::unique_ptr< Codec > getAutoUncompressionCodec(std::vector< std::unique_ptr< Codec >> customCodecs, std::unique_ptr< Codec > terminalCodec)
std::unique_ptr< Codec > getCodec(CodecType type, int level)

Member Data Documentation

std::unique_ptr<Codec> folly::io::test::TerminalCodecTest::auto_
protected

Definition at line 1283 of file CompressionTest.cpp.

std::unique_ptr<Codec> folly::io::test::TerminalCodecTest::codec_
protected

Definition at line 1282 of file CompressionTest.cpp.

CodecType folly::io::test::TerminalCodecTest::codecType_
protected

Definition at line 1281 of file CompressionTest.cpp.


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