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
object_tree_traversal_util.cpp File Reference

(5a424f4a7b188b75da63eb697f63558af0b17f6f)

#include "core/fpdfapi/parser/object_tree_traversal_util.h"
#include <stdint.h>
#include <map>
#include <queue>
#include <set>
#include <utility>
#include <vector>
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "core/fpdfapi/parser/cpdf_stream.h"
#include "core/fxcrt/unowned_ptr.h"
#include "third_party/base/check.h"
#include "third_party/base/containers/contains.h"
+ Include dependency graph for object_tree_traversal_util.cpp:

Go to the source code of this file.

Functions

std::set< uint32_t > GetObjectsWithReferences (const CPDF_Document *document)
 
std::set< uint32_t > GetObjectsWithMultipleReferences (const CPDF_Document *document)
 

Function Documentation

◆ GetObjectsWithMultipleReferences()

std::set< uint32_t > GetObjectsWithMultipleReferences ( const CPDF_Document * document)

Definition at line 210 of file object_tree_traversal_util.cpp.

◆ GetObjectsWithReferences()

std::set< uint32_t > GetObjectsWithReferences ( const CPDF_Document * document)

Definition at line 199 of file object_tree_traversal_util.cpp.