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_read_validator.h"
#include <stdint.h>
#include <limits>
#include <utility>
#include "core/fxcrt/cfx_read_only_span_stream.h"
#include "core/fxcrt/cfx_read_only_vector_stream.h"
#include "core/fxcrt/data_vector.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/invalid_seekable_read_stream.h"
Go to the source code of this file.
Functions | |
TEST (ReadValidatorTest, UnavailableData) | |
TEST (ReadValidatorTest, UnavailableDataWithHints) | |
TEST (ReadValidatorTest, ReadError) | |
TEST (ReadValidatorTest, IntOverflow) | |
TEST (ReadValidatorTest, Session) | |
TEST (ReadValidatorTest, SessionReset) | |
TEST (ReadValidatorTest, CheckDataRangeAndRequestIfUnavailable) | |
TEST | ( | ReadValidatorTest | , |
CheckDataRangeAndRequestIfUnavailable | ) |
Definition at line 244 of file cpdf_read_validator_unittest.cpp.
TEST | ( | ReadValidatorTest | , |
IntOverflow | ) |
Definition at line 145 of file cpdf_read_validator_unittest.cpp.
TEST | ( | ReadValidatorTest | , |
ReadError | ) |
Definition at line 131 of file cpdf_read_validator_unittest.cpp.
TEST | ( | ReadValidatorTest | , |
Session | ) |
Definition at line 164 of file cpdf_read_validator_unittest.cpp.
TEST | ( | ReadValidatorTest | , |
SessionReset | ) |
Definition at line 202 of file cpdf_read_validator_unittest.cpp.
TEST | ( | ReadValidatorTest | , |
UnavailableData | ) |
Definition at line 70 of file cpdf_read_validator_unittest.cpp.
TEST | ( | ReadValidatorTest | , |
UnavailableDataWithHints | ) |
Definition at line 90 of file cpdf_read_validator_unittest.cpp.