Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <vector>
#include "core/fxcrt/unowned_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Functions | |
TEST (PdfiumSpan, EmptySpan) | |
TEST (PdfiumSpan, FirstLast) | |
TEST (PdfiumSpanDeathTest, EmptySpanIndex) | |
TEST (PdfiumSpanDeathTest, EmptySpanFront) | |
TEST (PdfiumSpanDeathTest, EmptySpanBack) | |
TEST | ( | PdfiumSpan | , |
EmptySpan | ) |
Definition at line 14 of file pdfium_span_unittest.cpp.
TEST | ( | PdfiumSpan | , |
FirstLast | ) |
Definition at line 30 of file pdfium_span_unittest.cpp.
TEST | ( | PdfiumSpanDeathTest | , |
EmptySpanBack | ) |
Definition at line 51 of file pdfium_span_unittest.cpp.
TEST | ( | PdfiumSpanDeathTest | , |
EmptySpanFront | ) |
Definition at line 46 of file pdfium_span_unittest.cpp.
TEST | ( | PdfiumSpanDeathTest | , |
EmptySpanIndex | ) |
Definition at line 41 of file pdfium_span_unittest.cpp.