Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium_span_unittest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <vector>
#include "core/fxcrt/unowned_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for pdfium_span_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (PdfiumSpan, EmptySpan)
 
 TEST (PdfiumSpan, FirstLast)
 
 TEST (PdfiumSpanDeathTest, EmptySpanIndex)
 
 TEST (PdfiumSpanDeathTest, EmptySpanFront)
 
 TEST (PdfiumSpanDeathTest, EmptySpanBack)
 

Function Documentation

◆ TEST() [1/5]

TEST ( PdfiumSpan ,
EmptySpan  )

Definition at line 14 of file pdfium_span_unittest.cpp.

◆ TEST() [2/5]

TEST ( PdfiumSpan ,
FirstLast  )

Definition at line 30 of file pdfium_span_unittest.cpp.

◆ TEST() [3/5]

TEST ( PdfiumSpanDeathTest ,
EmptySpanBack  )

Definition at line 51 of file pdfium_span_unittest.cpp.

◆ TEST() [4/5]

TEST ( PdfiumSpanDeathTest ,
EmptySpanFront  )

Definition at line 46 of file pdfium_span_unittest.cpp.

◆ TEST() [5/5]

TEST ( PdfiumSpanDeathTest ,
EmptySpanIndex  )

Definition at line 41 of file pdfium_span_unittest.cpp.