![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <limits>#include "core/fpdfapi/parser/cpdf_object.h"#include "core/fpdfapi/parser/cpdf_parser.h"#include "core/fpdfapi/parser/cpdf_syntax_parser.h"#include "core/fxcrt/cfx_read_only_span_stream.h"#include "core/fxcrt/fx_extension.h"#include "testing/gmock/include/gmock/gmock.h"#include "testing/gtest/include/gtest/gtest.h"#include "testing/utils/path_service.h"Go to the source code of this file.
Functions | |
| TEST (SyntaxParserTest, ReadHexString) | |
| TEST (SyntaxParserTest, GetInvalidReference) | |
| TEST (SyntaxParserTest, PeekNextWord) | |
| TEST | ( | SyntaxParserTest | , |
| GetInvalidReference | ) |
Definition at line 135 of file cpdf_syntax_parser_unittest.cpp.
| TEST | ( | SyntaxParserTest | , |
| PeekNextWord | ) |
Definition at line 144 of file cpdf_syntax_parser_unittest.cpp.
References CPDF_SyntaxParser::GetNextWord(), and CPDF_SyntaxParser::PeekNextWord().
| TEST | ( | SyntaxParserTest | , |
| ReadHexString | ) |
Definition at line 19 of file cpdf_syntax_parser_unittest.cpp.
References CPDF_SyntaxParser::GetPos(), and CPDF_SyntaxParser::SetPos().