![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <test_support.h>
Public Member Functions | |
pdfium::span< const uint8_t > | input_span () const |
pdfium::span< const uint8_t > | expected_span () const |
Public Attributes | |
const uint8_t * | input |
uint32_t | input_size |
const uint8_t * | expected |
uint32_t | expected_size |
uint32_t | processed_size |
Definition at line 45 of file test_support.h.
|
inline |
Definition at line 50 of file test_support.h.
References expected, and expected_size.
|
inline |
Definition at line 46 of file test_support.h.
References input, and input_size.
const uint8_t* pdfium::DecodeTestData::expected |
Definition at line 57 of file test_support.h.
Referenced by expected_span().
uint32_t pdfium::DecodeTestData::expected_size |
Definition at line 58 of file test_support.h.
Referenced by expected_span().
const uint8_t* pdfium::DecodeTestData::input |
Definition at line 55 of file test_support.h.
Referenced by input_span(), and TEST().
uint32_t pdfium::DecodeTestData::input_size |
Definition at line 56 of file test_support.h.
Referenced by input_span(), and TEST().
uint32_t pdfium::DecodeTestData::processed_size |
Definition at line 60 of file test_support.h.
Referenced by TEST().