![]() |
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_walker.h"#include <sstream>#include <string>#include <utility>#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_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_string.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (ObjectWalkerTest, Simple) | |
| TEST (ObjectWalkerTest, CombinedObject) | |
| TEST (ObjectWalkerTest, GetParent) | |
| TEST (ObjectWalkerTest, SkipWalkIntoCurrentObject) | |
| TEST (ObjectWalkerTest, DictionaryKey) | |
| TEST | ( | ObjectWalkerTest | , |
| CombinedObject | ) |
Definition at line 68 of file cpdf_object_walker_unittest.cpp.
| TEST | ( | ObjectWalkerTest | , |
| DictionaryKey | ) |
Definition at line 136 of file cpdf_object_walker_unittest.cpp.
References CPDF_Object::AsDictionary(), CPDF_ObjectWalker::dictionary_key(), CPDF_Dictionary::GetObjectFor(), and CPDF_ObjectWalker::GetParent().
| TEST | ( | ObjectWalkerTest | , |
| GetParent | ) |
Definition at line 87 of file cpdf_object_walker_unittest.cpp.
References CPDF_ObjectWalker::GetParent().
| TEST | ( | ObjectWalkerTest | , |
| Simple | ) |
Definition at line 56 of file cpdf_object_walker_unittest.cpp.
| TEST | ( | ObjectWalkerTest | , |
| SkipWalkIntoCurrentObject | ) |
Definition at line 113 of file cpdf_object_walker_unittest.cpp.
References CPDF_ObjectWalker::SkipWalkIntoCurrentObject().