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
pdfium::DecodeTestData Struct Reference

#include <test_support.h>

Collaboration diagram for pdfium::DecodeTestData:

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

Detailed Description

Definition at line 45 of file test_support.h.

Member Function Documentation

◆ expected_span()

pdfium::span< const uint8_t > pdfium::DecodeTestData::expected_span ( ) const
inline

Definition at line 50 of file test_support.h.

References expected, and expected_size.

◆ input_span()

pdfium::span< const uint8_t > pdfium::DecodeTestData::input_span ( ) const
inline

Definition at line 46 of file test_support.h.

References input, and input_size.

Member Data Documentation

◆ expected

const uint8_t* pdfium::DecodeTestData::expected

Definition at line 57 of file test_support.h.

Referenced by expected_span().

◆ expected_size

uint32_t pdfium::DecodeTestData::expected_size

Definition at line 58 of file test_support.h.

Referenced by expected_span().

◆ input

const uint8_t* pdfium::DecodeTestData::input

Definition at line 55 of file test_support.h.

Referenced by input_span(), and TEST().

◆ input_size

uint32_t pdfium::DecodeTestData::input_size

Definition at line 56 of file test_support.h.

Referenced by input_span(), and TEST().

◆ processed_size

uint32_t pdfium::DecodeTestData::processed_size

Definition at line 60 of file test_support.h.

Referenced by TEST().


The documentation for this struct was generated from the following file: