RetroArch
|
#include "unittest.h"
#include "rapidjson/document.h"
#include "rapidjson/writer.h"
#include "rapidjson/filereadstream.h"
#include "rapidjson/filewritestream.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/stringbuffer.h"
Macros | |
#define | RAPIDJSON_NAMESPACE my::rapid::json |
#define | RAPIDJSON_NAMESPACE_BEGIN namespace my { namespace rapid { namespace json { |
#define | RAPIDJSON_NAMESPACE_END } } } |
Functions | |
TEST (NamespaceTest, Using) | |
TEST (NamespaceTest, Direct) | |
Variables | |
static const char | json [] = "{\"hello\":\"world\",\"t\":true,\"f\":false,\"n\":null,\"i\":123,\"pi\":3.1416,\"a\":[1,2,3,4]}" |
#define RAPIDJSON_NAMESPACE my::rapid::json |
#define RAPIDJSON_NAMESPACE_BEGIN namespace my { namespace rapid { namespace json { |
#define RAPIDJSON_NAMESPACE_END } } } |
TEST | ( | NamespaceTest | , |
Using | |||
) |
TEST | ( | NamespaceTest | , |
Direct | |||
) |
|
static |