|
RetroArch
|
#include <serialization.h>
Public Member Functions | |
| JsonDocument () | |
Public Attributes | |
| char | parseBuffer_ [32 *1024] |
| MallocAllocator | mallocAllocator_ |
| PoolAllocator | poolAllocator_ |
| StackAllocator | stackAllocator_ |
Static Public Attributes | |
| static const int | kDefaultChunkCapacity = 32 * 1024 |
|
inline |
|
static |
| MallocAllocator JsonDocument::mallocAllocator_ |
| char JsonDocument::parseBuffer_[32 *1024] |
| PoolAllocator JsonDocument::poolAllocator_ |
| StackAllocator JsonDocument::stackAllocator_ |
1.8.15