Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpdf_object_stream_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cpdf_object_stream_unittest.cpp:

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)
 

Function Documentation

◆ TEST() [1/22]

TEST ( ObjectStreamTest ,
StreamDictCountTooBig  )

Definition at line 161 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [2/22]

TEST ( ObjectStreamTest ,
StreamDictDuplicateObjNum  )

Definition at line 388 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [3/22]

TEST ( ObjectStreamTest ,
StreamDictFloatCount  )

Definition at line 137 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [4/22]

TEST ( ObjectStreamTest ,
StreamDictFloatOffset  )

Definition at line 184 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [5/22]

TEST ( ObjectStreamTest ,
StreamDictGarbageObjectOffset  )

Definition at line 309 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [6/22]

TEST ( ObjectStreamTest ,
StreamDictGarbageObjNum  )

Definition at line 291 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [7/22]

TEST ( ObjectStreamTest ,
StreamDictNegativeCount  )

Definition at line 149 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [8/22]

TEST ( ObjectStreamTest ,
StreamDictNegativeObjectOffset  )

Definition at line 342 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [9/22]

TEST ( ObjectStreamTest ,
StreamDictNegativeOffset  )

Definition at line 196 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [10/22]

TEST ( ObjectStreamTest ,
StreamDictNoCount  )

Definition at line 126 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [11/22]

TEST ( ObjectStreamTest ,
StreamDictNoOffset  )

Definition at line 173 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [12/22]

TEST ( ObjectStreamTest ,
StreamDictNormal  )

Definition at line 34 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [13/22]

TEST ( ObjectStreamTest ,
StreamDictNoType  )

Definition at line 91 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [14/22]

TEST ( ObjectStreamTest ,
StreamDictObjectOffsetTooBig  )

Definition at line 365 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [15/22]

TEST ( ObjectStreamTest ,
StreamDictOffsetTooBig  )

Definition at line 208 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [16/22]

TEST ( ObjectStreamTest ,
StreamDictTooFewCount  )

Definition at line 232 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [17/22]

TEST ( ObjectStreamTest ,
StreamDictTooManyObject  )

Definition at line 264 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [18/22]

TEST ( ObjectStreamTest ,
StreamDictUnorderedObjectNumbers  )

Definition at line 429 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [19/22]

TEST ( ObjectStreamTest ,
StreamDictUnorderedObjectOffsets  )

Definition at line 469 of file cpdf_object_stream_unittest.cpp.

References CPDF_ObjectStream::ObjectInfo::ObjectInfo().

+ Here is the call graph for this function:

◆ TEST() [20/22]

TEST ( ObjectStreamTest ,
StreamDictWrongType  )

Definition at line 102 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [21/22]

TEST ( ObjectStreamTest ,
StreamDictWrongTypeValue  )

Definition at line 114 of file cpdf_object_stream_unittest.cpp.

◆ TEST() [22/22]

TEST ( ObjectStreamTest ,
StreamNoDict  )

Definition at line 83 of file cpdf_object_stream_unittest.cpp.