Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
Public Types inherited from CPDF_Parser | |
enum | Error { SUCCESS = 0 , FILE_ERROR , FORMAT_ERROR , PASSWORD_ERROR , HANDLER_ERROR } |
Static Public Attributes inherited from CPDF_Parser | |
static constexpr uint32_t | kMaxObjectNumber = 4 * 1024 * 1024 |
static constexpr size_t | kInvalidPos = std::numeric_limits<size_t>::max() |
Protected Member Functions inherited from CPDF_Parser | |
bool | LoadCrossRefV4 (FX_FILESIZE pos, bool bSkip) |
bool | RebuildCrossRef () |
Error | StartParseInternal () |
FX_FILESIZE | ParseStartXRef () |
std::unique_ptr< CPDF_LinearizedHeader > | ParseLinearizedHeader () |
void | SetSyntaxParserForTesting (std::unique_ptr< CPDF_SyntaxParser > parser) |
Definition at line 100 of file cpdf_parser_unittest.cpp.
|
inline |
Definition at line 102 of file cpdf_parser_unittest.cpp.
|
default |
|
inline |
Definition at line 102 of file cpdf_parser_unittest.cpp.
|
default |
|
inline |
Definition at line 126 of file cpdf_parser_unittest.cpp.
References InitTestFromBufferWithOffset().
Referenced by TEST(), and TEST().
|
inline |
Definition at line 126 of file cpdf_parser_unittest.cpp.
|
inline |
Definition at line 119 of file cpdf_parser_unittest.cpp.
Referenced by InitTestFromBuffer(), TEST(), and TEST().
|
inline |
Definition at line 119 of file cpdf_parser_unittest.cpp.
|
inline |
Definition at line 106 of file cpdf_parser_unittest.cpp.
Referenced by TEST(), TEST(), and TEST().
|
inline |
Definition at line 106 of file cpdf_parser_unittest.cpp.
bool CPDF_Parser::LoadCrossRefV4 | ( | FX_FILESIZE | pos, |
bool | bSkip ) |
Definition at line 130 of file cpdf_parser.cpp.
|
inline |
Definition at line 137 of file cpdf_parser_unittest.cpp.
|
inline |
Definition at line 137 of file cpdf_parser_unittest.cpp.
std::unique_ptr< CPDF_LinearizedHeader > CPDF_Parser::ParseLinearizedHeader | ( | ) |
Definition at line 134 of file cpdf_parser.cpp.
References CPDF_ArrayLocker::CPDF_ArrayLocker().
FX_FILESIZE CPDF_Parser::ParseStartXRef | ( | ) |
Definition at line 133 of file cpdf_parser.cpp.
bool CPDF_Parser::RebuildCrossRef | ( | ) |
Definition at line 131 of file cpdf_parser.cpp.
CPDF_Parser::Error CPDF_Parser::StartParseInternal | ( | ) |
Definition at line 132 of file cpdf_parser.cpp.