Vita3K/vita3k/modules/SceLibJson/SceLibJson.h
hobyst 168dfb19ca Add license notice on source files which didn't have one
- Also updated the copyright notice year on all files to 2021
2021-08-19 23:14:27 +02:00

200 lines
8.7 KiB
C++

// Vita3K emulator project
// Copyright (C) 2021 Vita3K team
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#pragma once
#include <module/module.h>
BRIDGE_DECL(_ZN3sce4Json11Initializer10initializeEPKNS0_13InitParameterE)
BRIDGE_DECL(_ZN3sce4Json11Initializer24setAllocatorInfoCallBackEPFviNS0_9ValueTypeEPvES3_)
BRIDGE_DECL(_ZN3sce4Json11Initializer9terminateEv)
BRIDGE_DECL(_ZN3sce4Json11InitializerC1Ev)
BRIDGE_DECL(_ZN3sce4Json11InitializerC2Ev)
BRIDGE_DECL(_ZN3sce4Json11InitializerD1Ev)
BRIDGE_DECL(_ZN3sce4Json11InitializerD2Ev)
BRIDGE_DECL(_ZN3sce4Json12MemAllocator11notifyErrorEijPv)
BRIDGE_DECL(_ZN3sce4Json12MemAllocatorC1Ev)
BRIDGE_DECL(_ZN3sce4Json12MemAllocatorC2Ev)
BRIDGE_DECL(_ZN3sce4Json12MemAllocatorD0Ev)
BRIDGE_DECL(_ZN3sce4Json12MemAllocatorD1Ev)
BRIDGE_DECL(_ZN3sce4Json12MemAllocatorD2Ev)
BRIDGE_DECL(_ZN3sce4Json5Array5clearEv)
BRIDGE_DECL(_ZN3sce4Json5Array5eraseERKNS1_8iteratorE)
BRIDGE_DECL(_ZN3sce4Json5Array6insertERKNS1_8iteratorERKNS0_5ValueE)
BRIDGE_DECL(_ZN3sce4Json5Array8iterator7advanceEj)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorC1ERKS2_)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorC1Ev)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorC2ERKS2_)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorC2Ev)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorD1Ev)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorD2Ev)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratoraSERKS2_)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorppEi)
BRIDGE_DECL(_ZN3sce4Json5Array8iteratorppEv)
BRIDGE_DECL(_ZN3sce4Json5Array8pop_backEv)
BRIDGE_DECL(_ZN3sce4Json5Array9push_backERKNS0_5ValueE)
BRIDGE_DECL(_ZN3sce4Json5ArrayC1ERKS1_)
BRIDGE_DECL(_ZN3sce4Json5ArrayC1Ev)
BRIDGE_DECL(_ZN3sce4Json5ArrayC2ERKS1_)
BRIDGE_DECL(_ZN3sce4Json5ArrayC2Ev)
BRIDGE_DECL(_ZN3sce4Json5ArrayD1Ev)
BRIDGE_DECL(_ZN3sce4Json5ArrayD2Ev)
BRIDGE_DECL(_ZN3sce4Json5ArrayaSERKS1_)
BRIDGE_DECL(_ZN3sce4Json5Value10referArrayEv)
BRIDGE_DECL(_ZN3sce4Json5Value10referValueERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json5Value10referValueEj)
BRIDGE_DECL(_ZN3sce4Json5Value11referObjectEv)
BRIDGE_DECL(_ZN3sce4Json5Value11referStringEv)
BRIDGE_DECL(_ZN3sce4Json5Value12referBooleanEv)
BRIDGE_DECL(_ZN3sce4Json5Value12referIntegerEv)
BRIDGE_DECL(_ZN3sce4Json5Value13referUIntegerEv)
BRIDGE_DECL(_ZN3sce4Json5Value21setNullAccessCallbackEPFRKS1_NS0_9ValueTypeEPS2_PvES6_)
BRIDGE_DECL(_ZN3sce4Json5Value3setENS0_9ValueTypeE)
BRIDGE_DECL(_ZN3sce4Json5Value3setERKNS0_5ArrayE)
BRIDGE_DECL(_ZN3sce4Json5Value3setERKNS0_6ObjectE)
BRIDGE_DECL(_ZN3sce4Json5Value3setERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json5Value3setERKS1_)
BRIDGE_DECL(_ZN3sce4Json5Value3setEb)
BRIDGE_DECL(_ZN3sce4Json5Value3setEd)
BRIDGE_DECL(_ZN3sce4Json5Value3setEx)
BRIDGE_DECL(_ZN3sce4Json5Value3setEy)
BRIDGE_DECL(_ZN3sce4Json5Value4swapERS1_)
BRIDGE_DECL(_ZN3sce4Json5Value5clearEv)
BRIDGE_DECL(_ZN3sce4Json5Value9referRealEv)
BRIDGE_DECL(_ZN3sce4Json5Value9serializeERNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json5Value9serializeERNS0_6StringEPFiS3_PvES4_)
BRIDGE_DECL(_ZN3sce4Json5ValueC1ENS0_9ValueTypeE)
BRIDGE_DECL(_ZN3sce4Json5ValueC1ERKNS0_5ArrayE)
BRIDGE_DECL(_ZN3sce4Json5ValueC1ERKNS0_6ObjectE)
BRIDGE_DECL(_ZN3sce4Json5ValueC1ERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json5ValueC1ERKS1_)
BRIDGE_DECL(_ZN3sce4Json5ValueC1Eb)
BRIDGE_DECL(_ZN3sce4Json5ValueC1Ed)
BRIDGE_DECL(_ZN3sce4Json5ValueC1Ev)
BRIDGE_DECL(_ZN3sce4Json5ValueC1Ex)
BRIDGE_DECL(_ZN3sce4Json5ValueC1Ey)
BRIDGE_DECL(_ZN3sce4Json5ValueC2ENS0_9ValueTypeE)
BRIDGE_DECL(_ZN3sce4Json5ValueC2ERKNS0_5ArrayE)
BRIDGE_DECL(_ZN3sce4Json5ValueC2ERKNS0_6ObjectE)
BRIDGE_DECL(_ZN3sce4Json5ValueC2ERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json5ValueC2ERKS1_)
BRIDGE_DECL(_ZN3sce4Json5ValueC2Eb)
BRIDGE_DECL(_ZN3sce4Json5ValueC2Ed)
BRIDGE_DECL(_ZN3sce4Json5ValueC2Ev)
BRIDGE_DECL(_ZN3sce4Json5ValueC2Ex)
BRIDGE_DECL(_ZN3sce4Json5ValueC2Ey)
BRIDGE_DECL(_ZN3sce4Json5ValueD1Ev)
BRIDGE_DECL(_ZN3sce4Json5ValueD2Ev)
BRIDGE_DECL(_ZN3sce4Json5ValueaSERKS1_)
BRIDGE_DECL(_ZN3sce4Json6Object4PairC1ERKNS0_6StringERKNS0_5ValueE)
BRIDGE_DECL(_ZN3sce4Json6Object4PairC1Ev)
BRIDGE_DECL(_ZN3sce4Json6Object4PairC2ERKNS0_6StringERKNS0_5ValueE)
BRIDGE_DECL(_ZN3sce4Json6Object4PairC2Ev)
BRIDGE_DECL(_ZN3sce4Json6Object4PairD1Ev)
BRIDGE_DECL(_ZN3sce4Json6Object4PairD2Ev)
BRIDGE_DECL(_ZN3sce4Json6Object5clearEv)
BRIDGE_DECL(_ZN3sce4Json6Object5eraseERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json6Object6insertERKNS1_4PairE)
BRIDGE_DECL(_ZN3sce4Json6Object8iterator7advanceEj)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorC1ERKS2_)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorC1Ev)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorC2ERKS2_)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorC2Ev)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorD1Ev)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorD2Ev)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratoraSERKS2_)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorppEi)
BRIDGE_DECL(_ZN3sce4Json6Object8iteratorppEv)
BRIDGE_DECL(_ZN3sce4Json6ObjectC1ERKS1_)
BRIDGE_DECL(_ZN3sce4Json6ObjectC1Ev)
BRIDGE_DECL(_ZN3sce4Json6ObjectC2ERKS1_)
BRIDGE_DECL(_ZN3sce4Json6ObjectC2Ev)
BRIDGE_DECL(_ZN3sce4Json6ObjectD1Ev)
BRIDGE_DECL(_ZN3sce4Json6ObjectD2Ev)
BRIDGE_DECL(_ZN3sce4Json6ObjectaSERKS1_)
BRIDGE_DECL(_ZN3sce4Json6ObjectixERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce4Json6Parser5parseERNS0_5ValueEPFiRcPvES5_)
BRIDGE_DECL(_ZN3sce4Json6Parser5parseERNS0_5ValueEPKc)
BRIDGE_DECL(_ZN3sce4Json6Parser5parseERNS0_5ValueEPKcj)
BRIDGE_DECL(_ZN3sce4Json6String5clearEv)
BRIDGE_DECL(_ZN3sce4Json6String6appendEPKc)
BRIDGE_DECL(_ZN3sce4Json6String6appendEPKcj)
BRIDGE_DECL(_ZN3sce4Json6String6appendERKS1_)
BRIDGE_DECL(_ZN3sce4Json6String6resizeEj)
BRIDGE_DECL(_ZN3sce4Json6StringC1EPKc)
BRIDGE_DECL(_ZN3sce4Json6StringC1ERKS1_)
BRIDGE_DECL(_ZN3sce4Json6StringC1Ev)
BRIDGE_DECL(_ZN3sce4Json6StringC2EPKc)
BRIDGE_DECL(_ZN3sce4Json6StringC2ERKS1_)
BRIDGE_DECL(_ZN3sce4Json6StringC2Ev)
BRIDGE_DECL(_ZN3sce4Json6StringD1Ev)
BRIDGE_DECL(_ZN3sce4Json6StringD2Ev)
BRIDGE_DECL(_ZN3sce4Json6StringaSERKS1_)
BRIDGE_DECL(_ZN3sce4Json6StringpLEPKc)
BRIDGE_DECL(_ZN3sce4Json6StringpLEh)
BRIDGE_DECL(_ZNK3sce4Json5Array3endEv)
BRIDGE_DECL(_ZNK3sce4Json5Array4backEv)
BRIDGE_DECL(_ZNK3sce4Json5Array4sizeEv)
BRIDGE_DECL(_ZNK3sce4Json5Array5beginEv)
BRIDGE_DECL(_ZNK3sce4Json5Array5emptyEv)
BRIDGE_DECL(_ZNK3sce4Json5Array8iteratordeEv)
BRIDGE_DECL(_ZNK3sce4Json5Array8iteratorneES2_)
BRIDGE_DECL(_ZNK3sce4Json5Array8iteratorptEv)
BRIDGE_DECL(_ZNK3sce4Json5Value10getBooleanEv)
BRIDGE_DECL(_ZNK3sce4Json5Value10getIntegerEv)
BRIDGE_DECL(_ZNK3sce4Json5Value11getUIntegerEv)
BRIDGE_DECL(_ZNK3sce4Json5Value5countEv)
BRIDGE_DECL(_ZNK3sce4Json5Value7getRealEv)
BRIDGE_DECL(_ZNK3sce4Json5Value7getRootEv)
BRIDGE_DECL(_ZNK3sce4Json5Value7getTypeEv)
BRIDGE_DECL(_ZNK3sce4Json5Value8getArrayEv)
BRIDGE_DECL(_ZNK3sce4Json5Value8getValueERKNS0_6StringE)
BRIDGE_DECL(_ZNK3sce4Json5Value8getValueEj)
BRIDGE_DECL(_ZNK3sce4Json5Value8toStringERNS0_6StringE)
BRIDGE_DECL(_ZNK3sce4Json5Value9getObjectEv)
BRIDGE_DECL(_ZNK3sce4Json5Value9getStringEv)
BRIDGE_DECL(_ZNK3sce4Json5ValuecvbEv)
BRIDGE_DECL(_ZNK3sce4Json5ValueixEPKc)
BRIDGE_DECL(_ZNK3sce4Json5ValueixERKNS0_6StringE)
BRIDGE_DECL(_ZNK3sce4Json5ValueixEj)
BRIDGE_DECL(_ZNK3sce4Json6Object3endEv)
BRIDGE_DECL(_ZNK3sce4Json6Object4findERKNS0_6StringE)
BRIDGE_DECL(_ZNK3sce4Json6Object4sizeEv)
BRIDGE_DECL(_ZNK3sce4Json6Object5beginEv)
BRIDGE_DECL(_ZNK3sce4Json6Object5emptyEv)
BRIDGE_DECL(_ZNK3sce4Json6Object8iteratordeEv)
BRIDGE_DECL(_ZNK3sce4Json6Object8iteratoreqES2_)
BRIDGE_DECL(_ZNK3sce4Json6Object8iteratorneES2_)
BRIDGE_DECL(_ZNK3sce4Json6Object8iteratorptEv)
BRIDGE_DECL(_ZNK3sce4Json6String2atEj)
BRIDGE_DECL(_ZNK3sce4Json6String4findEPKcj)
BRIDGE_DECL(_ZNK3sce4Json6String4findEPKcjj)
BRIDGE_DECL(_ZNK3sce4Json6String4findERKS1_j)
BRIDGE_DECL(_ZNK3sce4Json6String4findEcj)
BRIDGE_DECL(_ZNK3sce4Json6String4sizeEv)
BRIDGE_DECL(_ZNK3sce4Json6String5c_strEv)
BRIDGE_DECL(_ZNK3sce4Json6String5emptyEv)
BRIDGE_DECL(_ZNK3sce4Json6String5rfindEPKcj)
BRIDGE_DECL(_ZNK3sce4Json6String5rfindEPKcjj)
BRIDGE_DECL(_ZNK3sce4Json6String5rfindERKS1_j)
BRIDGE_DECL(_ZNK3sce4Json6String5rfindEcj)
BRIDGE_DECL(_ZNK3sce4Json6String6lengthEv)
BRIDGE_DECL(_ZNK3sce4Json6String6substrEjj)
BRIDGE_DECL(_ZNK3sce4Json6String7compareEPKc)
BRIDGE_DECL(_ZNK3sce4Json6String7compareERKS1_)
BRIDGE_DECL(_ZNK3sce4Json6StringeqEPKc)
BRIDGE_DECL(_ZNK3sce4Json6StringeqERKS1_)