Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
rle_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
#include <limits>
#include <memory>
#include "core/fpdfapi/parser/fpdf_parser_decode.h"
#include "core/fxcodec/basic/basicmodule.h"
#include "core/fxcrt/data_vector.h"
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for rle_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (fxcodec, RLEEmptyInput)
 
 TEST (fxcodec, RLEShortInput)
 
 TEST (fxcodec, RLENormalInputs)
 
 TEST (fxcodec, RLEFullLengthInputs)
 

Function Documentation

◆ TEST() [1/4]

TEST ( fxcodec ,
RLEEmptyInput  )

Definition at line 15 of file rle_unittest.cpp.

◆ TEST() [2/4]

TEST ( fxcodec ,
RLEFullLengthInputs  )

Definition at line 75 of file rle_unittest.cpp.

◆ TEST() [3/4]

TEST ( fxcodec ,
RLENormalInputs  )

Definition at line 31 of file rle_unittest.cpp.

◆ TEST() [4/4]

TEST ( fxcodec ,
RLEShortInput  )

Definition at line 20 of file rle_unittest.cpp.