|
| std::vector< int > | empty_data = {} |
| |
| std::vector< double > | floating_data = {1.5, 1.5, 2.5, 2.5, 2.5} |
| |
| std::vector< int > | repeated_data = {1, 1, 1, 2, 2, 3, 3, 3, 3} |
| |
| std::vector< int > | same_data |
| |
| std::vector< int > | single_data |
| |
| std::vector< int > | single_value = {5} |
| |
| std::vector< int > | test_data |
| |
| std::vector< int > | unique_data = {1, 2, 3, 4, 5} |
| |
Definition at line 16 of file chunk_compress_test.cpp.
◆ SetUp()
| void ChunkCompressorTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 8 of file chunk_compression_test.cpp.
8 {
9 test_data = {1, 1, 1, 2, 2, 3, 4, 4, 4, 4};
13 }
std::vector< int > empty_data
std::vector< int > single_data
std::vector< int > test_data
std::vector< int > same_data
References empty_data, same_data, single_data, and test_data.
◆ empty_data
| std::vector< int > ChunkCompressorTest::empty_data = {} |
|
protected |
◆ floating_data
| std::vector<double> ChunkCompressorTest::floating_data = {1.5, 1.5, 2.5, 2.5, 2.5} |
|
protected |
◆ repeated_data
| std::vector<int> ChunkCompressorTest::repeated_data = {1, 1, 1, 2, 2, 3, 3, 3, 3} |
|
protected |
◆ same_data
| std::vector<int> ChunkCompressorTest::same_data |
|
protected |
◆ single_data
| std::vector<int> ChunkCompressorTest::single_data |
|
protected |
◆ single_value
| std::vector<int> ChunkCompressorTest::single_value = {5} |
|
protected |
◆ test_data
| std::vector<int> ChunkCompressorTest::test_data |
|
protected |
◆ unique_data
| std::vector<int> ChunkCompressorTest::unique_data = {1, 2, 3, 4, 5} |
|
protected |
The documentation for this class was generated from the following files: