webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
woff2::Table Struct Reference

#include <woff2_common.h>

Public Member Functions

bool operator< (const Table &other) const
 

Public Attributes

uint32_t tag
 
uint32_t flags
 
uint32_t src_offset
 
uint32_t src_length
 
uint32_t transform_length
 
uint32_t dst_offset
 
uint32_t dst_length
 
const uint8_tdst_data
 

Member Function Documentation

◆ operator<()

bool woff2::Table::operator< ( const Table other) const
inline

Member Data Documentation

◆ dst_data

const uint8_t* woff2::Table::dst_data

◆ dst_length

uint32_t woff2::Table::dst_length

◆ dst_offset

uint32_t woff2::Table::dst_offset

◆ flags

uint32_t woff2::Table::flags

◆ src_length

uint32_t woff2::Table::src_length

◆ src_offset

uint32_t woff2::Table::src_offset

◆ tag

uint32_t woff2::Table::tag

◆ transform_length

uint32_t woff2::Table::transform_length

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