RetroArch
Classes | Macros | Functions
schematest.cpp File Reference
#include "perftest.h"
#include "rapidjson/schema.h"
#include <ctime>
#include <string>
#include <vector>
Include dependency graph for schematest.cpp:

Classes

class  Schema
 
struct  Schema::TestSuite
 

Macros

#define ARRAY_SIZE(a)   sizeof(a) / sizeof(a[0])
 

Functions

template<typename Allocator >
static char * ReadFile (const char *filename, Allocator &allocator)
 
 TEST_F (Schema, TestSuite)
 

Macro Definition Documentation

◆ ARRAY_SIZE

#define ARRAY_SIZE (   a)    sizeof(a) / sizeof(a[0])

Function Documentation

◆ ReadFile()

template<typename Allocator >
static char* ReadFile ( const char *  filename,
Allocator allocator 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TEST_F()

TEST_F ( Schema  ,
TestSuite   
)
Here is the call graph for this function: