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/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 144 of file cpdf_syntax_parser_unittest.cpp.
TEST | ( | SyntaxParserTest | , |
PeekNextWord | ) |
Definition at line 153 of file cpdf_syntax_parser_unittest.cpp.
References CPDF_SyntaxParser::GetNextWord(), and CPDF_SyntaxParser::PeekNextWord().
TEST | ( | SyntaxParserTest | , |
ReadHexString | ) |
Definition at line 15 of file cpdf_syntax_parser_unittest.cpp.
References CPDF_SyntaxParser::GetPos(), CPDF_SyntaxParser::ReadHexString(), and CPDF_SyntaxParser::SetPos().