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/cpdf_object.h"
#include <stdint.h>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "constants/stream_dict_common.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_boolean.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_null.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "core/fpdfapi/parser/cpdf_stream.h"
#include "core/fpdfapi/parser/cpdf_stream_acc.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/fx_memory_wrappers.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | PDFObjectsTest |
Functions | |
TEST_F (PDFObjectsTest, GetString) | |
TEST_F (PDFObjectsTest, GetUnicodeText) | |
TEST_F (PDFObjectsTest, GetNumber) | |
TEST_F (PDFObjectsTest, GetInteger) | |
TEST_F (PDFObjectsTest, GetDict) | |
TEST_F (PDFObjectsTest, GetNameFor) | |
TEST_F (PDFObjectsTest, GetArray) | |
TEST_F (PDFObjectsTest, Clone) | |
TEST_F (PDFObjectsTest, GetType) | |
TEST_F (PDFObjectsTest, GetDirect) | |
TEST_F (PDFObjectsTest, SetString) | |
TEST_F (PDFObjectsTest, IsTypeAndAsType) | |
TEST_F (PDFObjectsTest, MakeReferenceGeneric) | |
TEST_F (PDFObjectsTest, KeyForCache) | |
TEST (PDFArrayTest, GetMatrix) | |
TEST (PDFArrayTest, GetRect) | |
TEST (PDFArrayTest, GetTypeAt) | |
TEST (PDFArrayTest, AddNumber) | |
TEST (PDFArrayTest, AddInteger) | |
TEST (PDFArrayTest, AddStringAndName) | |
TEST (PDFArrayTest, AddReferenceAndGetObjectAt) | |
TEST (PDFArrayTest, CloneDirectObject) | |
TEST (PDFArrayTest, ConvertIndirect) | |
TEST (PDFStreamTest, SetData) | |
TEST (PDFStreamTest, SetDataAndRemoveFilter) | |
TEST (PDFStreamTest, LengthInDictionaryOnCreate) | |
TEST (PDFDictionaryTest, CloneDirectObject) | |
TEST (PDFObjectTest, CloneCheckLoop) | |
TEST (PDFDictionaryTest, ConvertIndirect) | |
TEST (PDFDictionaryTest, ExtractObjectOnRemove) | |
TEST (PDFRefernceTest, MakeReferenceToReference) | |
TEST | ( | PDFArrayTest | , |
AddInteger | ) |
Definition at line 742 of file cpdf_object_unittest.cpp.
References CPDF_Object::kNumber.
TEST | ( | PDFArrayTest | , |
AddNumber | ) |
Definition at line 730 of file cpdf_object_unittest.cpp.
References CPDF_Object::kNumber.
TEST | ( | PDFArrayTest | , |
AddReferenceAndGetObjectAt | ) |
Definition at line 771 of file cpdf_object_unittest.cpp.
References CPDF_Object::kReference.
TEST | ( | PDFArrayTest | , |
AddStringAndName | ) |
Definition at line 753 of file cpdf_object_unittest.cpp.
References CPDF_Object::kName, and CPDF_Object::kString.
TEST | ( | PDFArrayTest | , |
CloneDirectObject | ) |
Definition at line 808 of file cpdf_object_unittest.cpp.
TEST | ( | PDFArrayTest | , |
ConvertIndirect | ) |
Definition at line 827 of file cpdf_object_unittest.cpp.
TEST | ( | PDFArrayTest | , |
GetMatrix | ) |
Definition at line 452 of file cpdf_object_unittest.cpp.
References CFX_Matrix::a, CFX_Matrix::b, CFX_Matrix::c, CFX_Matrix::d, CFX_Matrix::e, and CFX_Matrix::f.
TEST | ( | PDFArrayTest | , |
GetRect | ) |
Definition at line 473 of file cpdf_object_unittest.cpp.
References CFX_FloatRect::bottom, CFX_FloatRect::left, CFX_FloatRect::right, and CFX_FloatRect::top.
TEST | ( | PDFArrayTest | , |
GetTypeAt | ) |
Definition at line 491 of file cpdf_object_unittest.cpp.
TEST | ( | PDFDictionaryTest | , |
CloneDirectObject | ) |
Definition at line 910 of file cpdf_object_unittest.cpp.
TEST | ( | PDFDictionaryTest | , |
ConvertIndirect | ) |
Definition at line 978 of file cpdf_object_unittest.cpp.
TEST | ( | PDFDictionaryTest | , |
ExtractObjectOnRemove | ) |
Definition at line 992 of file cpdf_object_unittest.cpp.
TEST | ( | PDFObjectTest | , |
CloneCheckLoop | ) |
Definition at line 930 of file cpdf_object_unittest.cpp.
TEST | ( | PDFRefernceTest | , |
MakeReferenceToReference | ) |
Definition at line 1002 of file cpdf_object_unittest.cpp.
TEST | ( | PDFStreamTest | , |
LengthInDictionaryOnCreate | ) |
Definition at line 890 of file cpdf_object_unittest.cpp.
References pdfium::stream::kLength.
TEST | ( | PDFStreamTest | , |
SetData | ) |
Definition at line 841 of file cpdf_object_unittest.cpp.
References pdfium::stream::kDecodeParms, and pdfium::stream::kFilter.
TEST | ( | PDFStreamTest | , |
SetDataAndRemoveFilter | ) |
Definition at line 867 of file cpdf_object_unittest.cpp.
References pdfium::stream::kDecodeParms, and pdfium::stream::kFilter.
TEST_F | ( | PDFObjectsTest | , |
Clone | ) |
Definition at line 309 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetArray | ) |
Definition at line 296 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetDict | ) |
Definition at line 258 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetDirect | ) |
Definition at line 333 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetInteger | ) |
Definition at line 246 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetNameFor | ) |
Definition at line 279 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetNumber | ) |
Definition at line 233 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetString | ) |
Definition at line 201 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetType | ) |
Definition at line 323 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetUnicodeText | ) |
Definition at line 217 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
IsTypeAndAsType | ) |
Definition at line 355 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
KeyForCache | ) |
Definition at line 436 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
MakeReferenceGeneric | ) |
Definition at line 424 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
SetString | ) |
Definition at line 343 of file cpdf_object_unittest.cpp.