Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/parser/fpdf_parser_decode.h"
#include <stddef.h>
#include <stdint.h>
#include <iterator>
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_indirect_object_holder.h"
#include "core/fpdfapi/parser/cpdf_name.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxcrt/bytestring.h"
#include "core/fxcrt/fx_memory_wrappers.h"
#include "core/fxcrt/string_view_template.h"
#include "core/fxcrt/widestring.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/test_support.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Functions | |
TEST (ParserDecodeTest, ValidateDecoderPipeline) | |
TEST (ParserDecodeTest, ValidateDecoderPipelineWithIndirectObjects) | |
TEST (ParserDecodeTest, GetDecoderArray) | |
TEST (ParserDecodeTest, A85Decode) | |
TEST (ParserDecodeTest, HexDecode) | |
TEST (ParserDecodeTest, DecodeText) | |
TEST (ParserDecodeTest, DecodeTextWithUnicodeEscapes) | |
TEST (ParserDecodeTest, DecodeTextWithInvalidUnicodeEscapes) | |
TEST (ParserDecodeTest, DecodeTextWithUnpairedSurrogates) | |
TEST (ParserDecodeTest, EncodeText) | |
TEST (ParserDecodeTest, RoundTripText) | |
TEST | ( | ParserDecodeTest | , |
A85Decode | ) |
Definition at line 265 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
DecodeText | ) |
Definition at line 335 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
DecodeTextWithInvalidUnicodeEscapes | ) |
Definition at line 387 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
DecodeTextWithUnicodeEscapes | ) |
Definition at line 366 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
DecodeTextWithUnpairedSurrogates | ) |
Definition at line 396 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
EncodeText | ) |
Definition at line 407 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
GetDecoderArray | ) |
Definition at line 200 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
HexDecode | ) |
Definition at line 300 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
RoundTripText | ) |
Definition at line 428 of file fpdf_parser_decode_unittest.cpp.
References fxcrt::ByteString::ByteString().
TEST | ( | ParserDecodeTest | , |
ValidateDecoderPipeline | ) |
Definition at line 42 of file fpdf_parser_decode_unittest.cpp.
TEST | ( | ParserDecodeTest | , |
ValidateDecoderPipelineWithIndirectObjects | ) |
Definition at line 143 of file fpdf_parser_decode_unittest.cpp.
References CPDF_IndirectObjectHolder::AddIndirectObject().