![]() |
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 |
Definition at line 29 of file test_support.h.
|
inline |
Definition at line 34 of file test_support.h.
References expected, and expected_size.
|
inline |
Definition at line 30 of file test_support.h.
References input, and input_size.
const uint8_t* pdfium::StrFuncTestData::expected |
Definition at line 41 of file test_support.h.
Referenced by expected_span().
uint32_t pdfium::StrFuncTestData::expected_size |
Definition at line 42 of file test_support.h.
Referenced by expected_span().
const uint8_t* pdfium::StrFuncTestData::input |
Definition at line 39 of file test_support.h.
Referenced by input_span().
uint32_t pdfium::StrFuncTestData::input_size |
Definition at line 40 of file test_support.h.
Referenced by input_span().