RetroArch
Classes | Macros | Functions
simdtest.cpp File Reference
#include "unittest.h"
#include "rapidjson/reader.h"
#include "rapidjson/writer.h"
Include dependency graph for simdtest.cpp:

Classes

struct  ScanCopyUnescapedStringHandler
 

Macros

#define RAPIDJSON_NAMESPACE   rapidjson_simd
 
#define SIMD_SUFFIX(name)   name
 

Functions

template<typename StreamType >
void TestSkipWhitespace ()
 
 TEST (SIMD, SIMD_SUFFIX(SkipWhitespace))
 
 TEST (SIMD, SIMD_SUFFIX(SkipWhitespace_EncodedMemoryStream))
 
template<unsigned parseFlags, typename StreamType >
void TestScanCopyUnescapedString ()
 
 TEST (SIMD, SIMD_SUFFIX(ScanCopyUnescapedString))
 
 TEST (SIMD, SIMD_SUFFIX(ScanWriteUnescapedString))
 

Macro Definition Documentation

◆ RAPIDJSON_NAMESPACE

#define RAPIDJSON_NAMESPACE   rapidjson_simd

◆ SIMD_SUFFIX

#define SIMD_SUFFIX (   name)    name

Function Documentation

◆ TEST() [1/4]

TEST ( SIMD  ,
SIMD_SUFFIX(SkipWhitespace  
)

◆ TEST() [2/4]

TEST ( SIMD  ,
SIMD_SUFFIX(SkipWhitespace_EncodedMemoryStream)   
)
Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( SIMD  ,
SIMD_SUFFIX(ScanCopyUnescapedString)   
)

◆ TEST() [4/4]

TEST ( SIMD  ,
SIMD_SUFFIX(ScanWriteUnescapedString)   
)
Here is the call graph for this function:

◆ TestScanCopyUnescapedString()

template<unsigned parseFlags, typename StreamType >
void TestScanCopyUnescapedString ( )
Here is the call graph for this function:

◆ TestSkipWhitespace()

template<typename StreamType >
void TestSkipWhitespace ( )
Here is the call graph for this function: