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_stream.h"
#include <iterator>
#include <utility>
#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_number.h"
#include "core/fpdfapi/parser/cpdf_stream.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxcrt/data_vector.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (ObjectStreamTest, StreamDictNormal) | |
TEST (ObjectStreamTest, StreamNoDict) | |
TEST (ObjectStreamTest, StreamDictNoType) | |
TEST (ObjectStreamTest, StreamDictWrongType) | |
TEST (ObjectStreamTest, StreamDictWrongTypeValue) | |
TEST (ObjectStreamTest, StreamDictNoCount) | |
TEST (ObjectStreamTest, StreamDictFloatCount) | |
TEST (ObjectStreamTest, StreamDictNegativeCount) | |
TEST (ObjectStreamTest, StreamDictCountTooBig) | |
TEST (ObjectStreamTest, StreamDictNoOffset) | |
TEST (ObjectStreamTest, StreamDictFloatOffset) | |
TEST (ObjectStreamTest, StreamDictNegativeOffset) | |
TEST (ObjectStreamTest, StreamDictOffsetTooBig) | |
TEST (ObjectStreamTest, StreamDictTooFewCount) | |
TEST (ObjectStreamTest, StreamDictTooManyObject) | |
TEST (ObjectStreamTest, StreamDictGarbageObjNum) | |
TEST (ObjectStreamTest, StreamDictGarbageObjectOffset) | |
TEST (ObjectStreamTest, StreamDictNegativeObjectOffset) | |
TEST (ObjectStreamTest, StreamDictObjectOffsetTooBig) | |
TEST (ObjectStreamTest, StreamDictDuplicateObjNum) | |
TEST (ObjectStreamTest, StreamDictUnorderedObjectNumbers) | |
TEST (ObjectStreamTest, StreamDictUnorderedObjectOffsets) | |
TEST | ( | ObjectStreamTest | , |
StreamDictCountTooBig | ) |
Definition at line 161 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictDuplicateObjNum | ) |
Definition at line 388 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictFloatCount | ) |
Definition at line 137 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictFloatOffset | ) |
Definition at line 184 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictGarbageObjectOffset | ) |
Definition at line 309 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictGarbageObjNum | ) |
Definition at line 291 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictNegativeCount | ) |
Definition at line 149 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictNegativeObjectOffset | ) |
Definition at line 342 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictNegativeOffset | ) |
Definition at line 196 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictNoCount | ) |
Definition at line 126 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictNoOffset | ) |
Definition at line 173 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictNormal | ) |
Definition at line 34 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictNoType | ) |
Definition at line 91 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictObjectOffsetTooBig | ) |
Definition at line 365 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictOffsetTooBig | ) |
Definition at line 208 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictTooFewCount | ) |
Definition at line 232 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictTooManyObject | ) |
Definition at line 264 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictUnorderedObjectNumbers | ) |
Definition at line 429 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictUnorderedObjectOffsets | ) |
Definition at line 469 of file cpdf_object_stream_unittest.cpp.
References CPDF_ObjectStream::ObjectInfo::ObjectInfo().
TEST | ( | ObjectStreamTest | , |
StreamDictWrongType | ) |
Definition at line 102 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamDictWrongTypeValue | ) |
Definition at line 114 of file cpdf_object_stream_unittest.cpp.
TEST | ( | ObjectStreamTest | , |
StreamNoDict | ) |
Definition at line 83 of file cpdf_object_stream_unittest.cpp.