![]() |
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/fxcodec/data_and_bytes_consumed.h"#include "core/fxcrt/bytestring.h"#include "core/fxcrt/span.h"#include "core/fxcrt/string_view_template.h"#include "core/fxcrt/widestring.h"#include "testing/gmock/include/gmock/gmock.h"#include "testing/gtest/include/gtest/gtest.h"#include "testing/test_support.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 268 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| DecodeText | ) |
Definition at line 325 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| DecodeTextWithInvalidUnicodeEscapes | ) |
Definition at line 377 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| DecodeTextWithUnicodeEscapes | ) |
Definition at line 356 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| DecodeTextWithUnpairedSurrogates | ) |
Definition at line 386 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| EncodeText | ) |
Definition at line 397 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| GetDecoderArray | ) |
Definition at line 203 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| HexDecode | ) |
Definition at line 296 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| RoundTripText | ) |
Definition at line 418 of file fpdf_parser_decode_unittest.cpp.
References fxcrt::ByteString::ByteString().
| TEST | ( | ParserDecodeTest | , |
| ValidateDecoderPipeline | ) |
Definition at line 46 of file fpdf_parser_decode_unittest.cpp.
| TEST | ( | ParserDecodeTest | , |
| ValidateDecoderPipelineWithIndirectObjects | ) |
Definition at line 147 of file fpdf_parser_decode_unittest.cpp.
References CPDF_IndirectObjectHolder::AddIndirectObject().