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
fpdf_text.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include "fpdfview.h"
Include dependency graph for fpdf_text.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FPDF_MATCHCASE   0x00000001
#define FPDF_MATCHWHOLEWORD   0x00000002
#define FPDF_CONSECUTIVE   0x00000004

Functions

FPDF_EXPORT FPDF_TEXTPAGE FPDF_CALLCONV FPDFText_LoadPage (FPDF_PAGE page)
FPDF_EXPORT void FPDF_CALLCONV FPDFText_ClosePage (FPDF_TEXTPAGE text_page)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountChars (FPDF_TEXTPAGE text_page)
FPDF_EXPORT unsigned int FPDF_CALLCONV FPDFText_GetUnicode (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFText_GetTextObject (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_IsGenerated (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_IsHyphen (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_HasUnicodeMapError (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT double FPDF_CALLCONV FPDFText_GetFontSize (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFText_GetFontInfo (FPDF_TEXTPAGE text_page, int index, void *buffer, unsigned long buflen, int *flags)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetFontWeight (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetFillColor (FPDF_TEXTPAGE text_page, int index, unsigned int *R, unsigned int *G, unsigned int *B, unsigned int *A)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetStrokeColor (FPDF_TEXTPAGE text_page, int index, unsigned int *R, unsigned int *G, unsigned int *B, unsigned int *A)
FPDF_EXPORT float FPDF_CALLCONV FPDFText_GetCharAngle (FPDF_TEXTPAGE text_page, int index)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharBox (FPDF_TEXTPAGE text_page, int index, double *left, double *right, double *bottom, double *top)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetLooseCharBox (FPDF_TEXTPAGE text_page, int index, FS_RECTF *rect)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetMatrix (FPDF_TEXTPAGE text_page, int index, FS_MATRIX *matrix)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharOrigin (FPDF_TEXTPAGE text_page, int index, double *x, double *y)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetCharIndexAtPos (FPDF_TEXTPAGE text_page, double x, double y, double xTolerance, double yTolerance)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetText (FPDF_TEXTPAGE text_page, int start_index, int count, unsigned short *result)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountRects (FPDF_TEXTPAGE text_page, int start_index, int count)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetRect (FPDF_TEXTPAGE text_page, int rect_index, double *left, double *top, double *right, double *bottom)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetBoundedText (FPDF_TEXTPAGE text_page, double left, double top, double right, double bottom, unsigned short *buffer, int buflen)
FPDF_EXPORT FPDF_SCHHANDLE FPDF_CALLCONV FPDFText_FindStart (FPDF_TEXTPAGE text_page, FPDF_WIDESTRING findwhat, unsigned long flags, int start_index)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindNext (FPDF_SCHHANDLE handle)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindPrev (FPDF_SCHHANDLE handle)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetSchResultIndex (FPDF_SCHHANDLE handle)
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetSchCount (FPDF_SCHHANDLE handle)
FPDF_EXPORT void FPDF_CALLCONV FPDFText_FindClose (FPDF_SCHHANDLE handle)
FPDF_EXPORT FPDF_PAGELINK FPDF_CALLCONV FPDFLink_LoadWebLinks (FPDF_TEXTPAGE text_page)
FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks (FPDF_PAGELINK link_page)
FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetURL (FPDF_PAGELINK link_page, int link_index, unsigned short *buffer, int buflen)
FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects (FPDF_PAGELINK link_page, int link_index)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect (FPDF_PAGELINK link_page, int link_index, int rect_index, double *left, double *top, double *right, double *bottom)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetTextRange (FPDF_PAGELINK link_page, int link_index, int *start_char_index, int *char_count)
FPDF_EXPORT void FPDF_CALLCONV FPDFLink_CloseWebLinks (FPDF_PAGELINK link_page)

Macro Definition Documentation

◆ FPDF_CONSECUTIVE

#define FPDF_CONSECUTIVE   0x00000004

Definition at line 487 of file fpdf_text.h.

◆ FPDF_MATCHCASE

#define FPDF_MATCHCASE   0x00000001

Definition at line 483 of file fpdf_text.h.

◆ FPDF_MATCHWHOLEWORD

#define FPDF_MATCHWHOLEWORD   0x00000002

Definition at line 485 of file fpdf_text.h.

Function Documentation

◆ FPDFLink_CloseWebLinks()

FPDF_EXPORT void FPDF_CALLCONV FPDFLink_CloseWebLinks ( FPDF_PAGELINK link_page)

Definition at line 569 of file fpdf_text.cpp.

References CPDFLinkExtractFromFPDFPageLink().

Referenced by CheckPDFiumCApi(), FPDFPageLinkDeleter::operator()(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFLink_CountRects()

FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects ( FPDF_PAGELINK link_page,
int link_index )

Definition at line 520 of file fpdf_text.cpp.

References CPDFLinkExtractFromFPDFPageLink().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFLink_CountWebLinks()

FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks ( FPDF_PAGELINK link_page)

Definition at line 487 of file fpdf_text.cpp.

References CPDFLinkExtractFromFPDFPageLink().

Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFLink_GetRect()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect ( FPDF_PAGELINK link_page,
int link_index,
int rect_index,
double * left,
double * top,
double * right,
double * bottom )

Definition at line 529 of file fpdf_text.cpp.

References CPDFLinkExtractFromFPDFPageLink().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFLink_GetTextRange()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetTextRange ( FPDF_PAGELINK link_page,
int link_index,
int * start_char_index,
int * char_count )

Definition at line 552 of file fpdf_text.cpp.

References CPDFLinkExtractFromFPDFPageLink().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFLink_GetURL()

FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetURL ( FPDF_PAGELINK link_page,
int link_index,
unsigned short * buffer,
int buflen )

Definition at line 495 of file fpdf_text.cpp.

References fxcrt::WideString::WideString(), CPDFLinkExtractFromFPDFPageLink(), and fxcrt::WideString::ToUTF16LE().

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFLink_LoadWebLinks()

FPDF_EXPORT FPDF_PAGELINK FPDF_CALLCONV FPDFLink_LoadWebLinks ( FPDF_TEXTPAGE text_page)

Definition at line 475 of file fpdf_text.cpp.

References CPDFTextPageFromFPDFTextPage().

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_ClosePage()

FPDF_EXPORT void FPDF_CALLCONV FPDFText_ClosePage ( FPDF_TEXTPAGE text_page)

Definition at line 56 of file fpdf_text.cpp.

References CPDFTextPageFromFPDFTextPage().

Referenced by CheckPDFiumCApi(), FPDFTextPageDeleter::operator()(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_CountChars()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountChars ( FPDF_TEXTPAGE text_page)

Definition at line 62 of file fpdf_text.cpp.

References CPDF_TextPage::CountChars(), and CPDFTextPageFromFPDFTextPage().

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and WriteText().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_CountRects()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountRects ( FPDF_TEXTPAGE text_page,
int start_index,
int count )

Definition at line 350 of file fpdf_text.cpp.

References CPDF_TextPage::CountRects(), and CPDFTextPageFromFPDFTextPage().

Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_FindClose()

FPDF_EXPORT void FPDF_CALLCONV FPDFText_FindClose ( FPDF_SCHHANDLE handle)

Definition at line 464 of file fpdf_text.cpp.

References CPDFTextPageFindFromFPDFSchHandle().

Referenced by CheckPDFiumCApi(), and FPDFTextFindDeleter::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_FindNext()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindNext ( FPDF_SCHHANDLE handle)

Definition at line 431 of file fpdf_text.cpp.

References CPDFTextPageFindFromFPDFSchHandle(), and CPDF_TextPageFind::FindNext().

Referenced by CheckPDFiumCApi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_FindPrev()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindPrev ( FPDF_SCHHANDLE handle)

Definition at line 439 of file fpdf_text.cpp.

References CPDFTextPageFindFromFPDFSchHandle(), and CPDF_TextPageFind::FindPrev().

Referenced by CheckPDFiumCApi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_FindStart()

FPDF_EXPORT FPDF_SCHHANDLE FPDF_CALLCONV FPDFText_FindStart ( FPDF_TEXTPAGE text_page,
FPDF_WIDESTRING findwhat,
unsigned long flags,
int start_index )

Definition at line 409 of file fpdf_text.cpp.

References CPDF_TextPageFind::Options::bConsecutive, CPDF_TextPageFind::Options::bMatchCase, CPDF_TextPageFind::Options::bMatchWholeWord, and CPDFTextPageFromFPDFTextPage().

Referenced by CheckPDFiumCApi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetBoundedText()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetBoundedText ( FPDF_TEXTPAGE text_page,
double left,
double top,
double right,
double bottom,
unsigned short * buffer,
int buflen )

Definition at line 377 of file fpdf_text.cpp.

References CFX_FloatRect::CFX_FloatRect(), CPDFTextPageFromFPDFTextPage(), CPDF_TextPage::GetTextByRect(), and fxcrt::WideString::ToUTF16LE().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetCharAngle()

FPDF_EXPORT float FPDF_CALLCONV FPDFText_GetCharAngle ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 216 of file fpdf_text.cpp.

References CFX_Matrix::a, CFX_Matrix::c, and CPDF_TextPage::CharInfo::m_Matrix.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetCharBox()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharBox ( FPDF_TEXTPAGE text_page,
int index,
double * left,
double * right,
double * bottom,
double * top )

Definition at line 236 of file fpdf_text.cpp.

References CFX_FloatRect::bottom, CFX_FloatRect::left, CPDF_TextPage::CharInfo::m_CharBox, CFX_FloatRect::right, and CFX_FloatRect::top.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetCharIndexAtPos()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetCharIndexAtPos ( FPDF_TEXTPAGE text_page,
double x,
double y,
double xTolerance,
double yTolerance )

Definition at line 301 of file fpdf_text.cpp.

References CPDFTextPageFromFPDFTextPage(), and CPDF_TextPage::GetIndexAtPos().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetCharOrigin()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharOrigin ( FPDF_TEXTPAGE text_page,
int index,
double * x,
double * y )

Definition at line 286 of file fpdf_text.cpp.

Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetFillColor()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetFillColor ( FPDF_TEXTPAGE text_page,
int index,
unsigned int * R,
unsigned int * G,
unsigned int * B,
unsigned int * A )

Definition at line 168 of file fpdf_text.cpp.

References FXSYS_GetBValue(), FXSYS_GetGValue(), and FXSYS_GetRValue().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetFontInfo()

FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFText_GetFontInfo ( FPDF_TEXTPAGE text_page,
int index,
void * buffer,
unsigned long buflen,
int * flags )

Definition at line 129 of file fpdf_text.cpp.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetFontSize()

FPDF_EXPORT double FPDF_CALLCONV FPDFText_GetFontSize ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 119 of file fpdf_text.cpp.

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetFontWeight()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetFontWeight ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 154 of file fpdf_text.cpp.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetLooseCharBox()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetLooseCharBox ( FPDF_TEXTPAGE text_page,
int index,
FS_RECTF * rect )

Definition at line 258 of file fpdf_text.cpp.

Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetMatrix()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetMatrix ( FPDF_TEXTPAGE text_page,
int index,
FS_MATRIX * matrix )

Definition at line 270 of file fpdf_text.cpp.

References FSMatrixFromCFXMatrix(), and CPDF_TextPage::CharInfo::m_Matrix.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetRect()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetRect ( FPDF_TEXTPAGE text_page,
int rect_index,
double * left,
double * top,
double * right,
double * bottom )

Definition at line 357 of file fpdf_text.cpp.

References CFX_FloatRect::bottom, CPDFTextPageFromFPDFTextPage(), CPDF_TextPage::GetRect(), CFX_FloatRect::left, CFX_FloatRect::right, and CFX_FloatRect::top.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetSchCount()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetSchCount ( FPDF_SCHHANDLE handle)

Definition at line 456 of file fpdf_text.cpp.

References CPDFTextPageFindFromFPDFSchHandle(), and CPDF_TextPageFind::GetMatchedCount().

Referenced by CheckPDFiumCApi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetSchResultIndex()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetSchResultIndex ( FPDF_SCHHANDLE handle)

Definition at line 448 of file fpdf_text.cpp.

References CPDFTextPageFindFromFPDFSchHandle(), and CPDF_TextPageFind::GetCurOrder().

Referenced by CheckPDFiumCApi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetStrokeColor()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetStrokeColor ( FPDF_TEXTPAGE text_page,
int index,
unsigned int * R,
unsigned int * G,
unsigned int * B,
unsigned int * A )

Definition at line 192 of file fpdf_text.cpp.

References FXSYS_GetBValue(), FXSYS_GetGValue(), and FXSYS_GetRValue().

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetText()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetText ( FPDF_TEXTPAGE text_page,
int start_index,
int count,
unsigned short * result )

Definition at line 316 of file fpdf_text.cpp.

References CPDF_TextPage::CountChars(), CPDFTextPageFromFPDFTextPage(), CPDF_TextPage::GetPageText(), and fxcrt::WideString::ToUCS2LE().

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDFText_GetTextObject()

FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFText_GetTextObject ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 78 of file fpdf_text.cpp.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_GetUnicode()

FPDF_EXPORT unsigned int FPDF_CALLCONV FPDFText_GetUnicode ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 68 of file fpdf_text.cpp.

References CPDF_TextPage::CharInfo::m_Unicode.

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), and WriteText().

Here is the caller graph for this function:

◆ FPDFText_HasUnicodeMapError()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_HasUnicodeMapError ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 110 of file fpdf_text.cpp.

References CPDF_TextPage::kNotUnicode, and CPDF_TextPage::CharInfo::m_CharType.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_IsGenerated()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_IsGenerated ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 88 of file fpdf_text.cpp.

References CPDF_TextPage::kGenerated, and CPDF_TextPage::CharInfo::m_CharType.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_IsHyphen()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_IsHyphen ( FPDF_TEXTPAGE text_page,
int index )

Definition at line 98 of file fpdf_text.cpp.

References CPDF_TextPage::kHyphen, and CPDF_TextPage::CharInfo::m_CharType.

Referenced by CheckPDFiumCApi(), and TEST_F().

Here is the caller graph for this function:

◆ FPDFText_LoadPage()

FPDF_EXPORT FPDF_TEXTPAGE FPDF_CALLCONV FPDFText_LoadPage ( FPDF_PAGE page)

Definition at line 43 of file fpdf_text.cpp.

References CPDF_ViewerPreferences::CPDF_ViewerPreferences(), CPDFPageFromFPDFPage(), CPDF_Page::GetDocument(), and CPDF_ViewerPreferences::IsDirectionR2L().

Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().

Here is the call graph for this function:
Here is the caller graph for this function: