Searched refs:JSON_API (Results 1 – 9 of 9) sorted by relevance
41 class JSON_API StreamWriter {58 class JSON_API Factory {71 String JSON_API writeString(StreamWriter::Factory const& factory,344 String JSON_API valueToString(Int value);345 String JSON_API valueToString(UInt value);347 String JSON_API valueToString(LargestInt value);348 String JSON_API valueToString(LargestUInt value);349 String JSON_API valueToString(352 String JSON_API valueToString(bool value);353 String JSON_API valueToQuotedString(const char* value);[all …]
36 #define JSON_API __declspec(dllexport) macro39 #define JSON_API __attribute__((visibility("default"))) macro44 #define JSON_API __declspec(dllimport) macro49 #if !defined(JSON_API)50 #define JSON_API macro61 extern JSON_API int msvc_pre1900_c99_snprintf(char* outBuf, size_t size,
37 "Use CharReader and CharReaderBuilder instead.") JSON_API Reader {245 class JSON_API CharReader {267 class JSON_API Factory {289 class JSON_API CharReaderBuilder : public CharReader::Factory {366 bool JSON_API parseFromStream(CharReader::Factory const&, IStream&, Value* root,393 JSON_API IStream& operator>>(IStream&, Value&);
67 class JSON_API Exception : public std::exception {83 class JSON_API RuntimeError : public Exception {94 class JSON_API LogicError : public Exception {147 class JSON_API StaticString {193 class JSON_API Value {690 class JSON_API PathArgument {717 class JSON_API Path {746 class JSON_API ValueIteratorBase {820 class JSON_API ValueConstIterator : public ValueIteratorBase {871 class JSON_API ValueIterator : public ValueIteratorBase {
21 class JSON_API Features {
51 class JSON_API CharReader52 class JSON_API Factory53 class JSON_API CharReaderBuilder59 class JSON_API StreamWriter60 class JSON_API StreamWriterBuilder65 class JSON_API Value66 class JSON_API Path67 class JSON_API ValueIteratorBase68 class JSON_API ValueConstIterator69 class JSON_API ValueIterator
160 #define JSON_API CPPTL_API macro172 #if !defined(JSON_API)173 #define JSON_API macro403 class JSON_API Features {593 class JSON_API StaticString {639 class JSON_API Value {1108 class JSON_API PathArgument {1139 class JSON_API Path {1620 class JSON_API CharReader {1644 class JSON_API Factory {[all …]
126 #define JSON_API CPPTL_API macro129 #define JSON_API __declspec(dllexport) macro134 #define JSON_API __declspec(dllimport) macro138 #if !defined(JSON_API)139 #define JSON_API macro
33 int JSON_API msvc_pre1900_c99_snprintf(char* outBuf, size_t size, in msvc_pre1900_c99_snprintf()
Completed in 17 milliseconds