![]() |
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_syntax_parser.h"#include <ctype.h>#include <algorithm>#include <utility>#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_boolean.h"#include "core/fpdfapi/parser/cpdf_crypto_handler.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_read_validator.h"#include "core/fpdfapi/parser/cpdf_reference.h"#include "core/fpdfapi/parser/cpdf_stream.h"#include "core/fpdfapi/parser/cpdf_string.h"#include "core/fpdfapi/parser/fpdf_parser_utility.h"#include "core/fxcrt/autorestorer.h"#include "core/fxcrt/cfx_read_only_vector_stream.h"#include "core/fxcrt/check.h"#include "core/fxcrt/check_op.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fixed_size_data_vector.h"#include "core/fxcrt/fx_extension.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_safe_types.h"#include "core/fxcrt/stl_util.h"Go to the source code of this file.
Enumerations | |
| enum class | EofState { kInitial = 0 , kNonPercent , kPercent , kE , kO , kF , kInvalid , kInitial = 0 , kNonPercent , kPercent , kE , kO , kF , kInvalid } |
| enum class | EofState { kInitial = 0 , kNonPercent , kPercent , kE , kO , kF , kInvalid , kInitial = 0 , kNonPercent , kPercent , kE , kO , kF , kInvalid } |
|
strong |
| Enumerator | |
|---|---|
| kInitial | |
| kNonPercent | |
| kPercent | |
| kE | |
| kO | |
| kF | |
| kInvalid | |
| kInitial | |
| kNonPercent | |
| kPercent | |
| kE | |
| kO | |
| kF | |
| kInvalid | |
Definition at line 405 of file cpdf_syntax_parser.cpp.
|
strong |
| Enumerator | |
|---|---|
| kInitial | |
| kNonPercent | |
| kPercent | |
| kE | |
| kO | |
| kF | |
| kInvalid | |
| kInitial | |
| kNonPercent | |
| kPercent | |
| kE | |
| kO | |
| kF | |
| kInvalid | |
Definition at line 405 of file cpdf_syntax_parser.cpp.