![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>#include <array>#include <limits>#include <memory>#include "core/fpdfapi/parser/fpdf_parser_decode.h"#include "core/fxcodec/basic/basicmodule.h"#include "core/fxcodec/data_and_bytes_consumed.h"#include "core/fxcrt/data_vector.h"#include "testing/gmock/include/gmock/gmock.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (fxcodec, RLEEmptyInput) | |
| TEST (fxcodec, RLEShortInput) | |
| TEST (fxcodec, RLENormalInputs) | |
| TEST (fxcodec, RLEFullLengthInputs) | |
| TEST | ( | fxcodec | , |
| RLEEmptyInput | ) |
Definition at line 20 of file rle_unittest.cpp.
| TEST | ( | fxcodec | , |
| RLEFullLengthInputs | ) |
Definition at line 62 of file rle_unittest.cpp.
| TEST | ( | fxcodec | , |
| RLENormalInputs | ) |
Definition at line 36 of file rle_unittest.cpp.
| TEST | ( | fxcodec | , |
| RLEShortInput | ) |
Definition at line 25 of file rle_unittest.cpp.