Monero
Loading...
Searching...
No Matches
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)

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)
Value:
const char * name
Definition options.c:30

Function Documentation

◆ TEST() [1/4]

TEST ( SIMD ,
SIMD_SUFFIX(ScanCopyUnescapedString)  )

◆ TEST() [2/4]

TEST ( SIMD ,
SIMD_SUFFIX(ScanWriteUnescapedString)  )

◆ TEST() [3/4]

TEST ( SIMD ,
SIMD_SUFFIX(SkipWhitespace)  )

◆ TEST() [4/4]

TEST ( SIMD ,
SIMD_SUFFIX(SkipWhitespace_EncodedMemoryStream)  )

◆ TestScanCopyUnescapedString()

template<unsigned parseFlags, typename StreamType>
void TestScanCopyUnescapedString ( )

◆ TestSkipWhitespace()

template<typename StreamType>
void TestSkipWhitespace ( )