![]() |
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/compiler_specific.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/stl_util.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 761 of file cpdf_object_unittest.cpp.
References CPDF_Object::kNumber.
TEST | ( | PDFArrayTest | , |
AddNumber | ) |
Definition at line 748 of file cpdf_object_unittest.cpp.
References CPDF_Object::kNumber.
TEST | ( | PDFArrayTest | , |
AddReferenceAndGetObjectAt | ) |
Definition at line 792 of file cpdf_object_unittest.cpp.
References CPDF_Object::kReference.
TEST | ( | PDFArrayTest | , |
AddStringAndName | ) |
Definition at line 774 of file cpdf_object_unittest.cpp.
References CPDF_Object::kName, and CPDF_Object::kString.
TEST | ( | PDFArrayTest | , |
CloneDirectObject | ) |
Definition at line 829 of file cpdf_object_unittest.cpp.
TEST | ( | PDFArrayTest | , |
ConvertIndirect | ) |
Definition at line 848 of file cpdf_object_unittest.cpp.
TEST | ( | PDFArrayTest | , |
GetMatrix | ) |
Definition at line 457 of file cpdf_object_unittest.cpp.
TEST | ( | PDFArrayTest | , |
GetRect | ) |
Definition at line 476 of file cpdf_object_unittest.cpp.
TEST | ( | PDFArrayTest | , |
GetTypeAt | ) |
Definition at line 495 of file cpdf_object_unittest.cpp.
TEST | ( | PDFDictionaryTest | , |
CloneDirectObject | ) |
Definition at line 931 of file cpdf_object_unittest.cpp.
TEST | ( | PDFDictionaryTest | , |
ConvertIndirect | ) |
Definition at line 999 of file cpdf_object_unittest.cpp.
TEST | ( | PDFDictionaryTest | , |
ExtractObjectOnRemove | ) |
Definition at line 1013 of file cpdf_object_unittest.cpp.
TEST | ( | PDFObjectTest | , |
CloneCheckLoop | ) |
Definition at line 951 of file cpdf_object_unittest.cpp.
TEST | ( | PDFRefernceTest | , |
MakeReferenceToReference | ) |
Definition at line 1023 of file cpdf_object_unittest.cpp.
TEST | ( | PDFStreamTest | , |
LengthInDictionaryOnCreate | ) |
Definition at line 911 of file cpdf_object_unittest.cpp.
References pdfium::stream::kLength.
TEST | ( | PDFStreamTest | , |
SetData | ) |
Definition at line 862 of file cpdf_object_unittest.cpp.
References pdfium::stream::kDecodeParms, and pdfium::stream::kFilter.
TEST | ( | PDFStreamTest | , |
SetDataAndRemoveFilter | ) |
Definition at line 888 of file cpdf_object_unittest.cpp.
References pdfium::stream::kDecodeParms, and pdfium::stream::kFilter.
TEST_F | ( | PDFObjectsTest | , |
Clone | ) |
Definition at line 314 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetArray | ) |
Definition at line 299 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetDict | ) |
Definition at line 264 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetDirect | ) |
Definition at line 338 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetInteger | ) |
Definition at line 248 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetNameFor | ) |
Definition at line 282 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 328 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
GetUnicodeText | ) |
Definition at line 218 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
IsTypeAndAsType | ) |
Definition at line 360 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
KeyForCache | ) |
Definition at line 441 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
MakeReferenceGeneric | ) |
Definition at line 429 of file cpdf_object_unittest.cpp.
TEST_F | ( | PDFObjectsTest | , |
SetString | ) |
Definition at line 348 of file cpdf_object_unittest.cpp.