Home
last modified time | relevance | path

Searched refs:JSON_API (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dwriter.h41 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 …]
A Dconfig.h36 #define JSON_API __declspec(dllexport) macro
39 #define JSON_API __attribute__((visibility("default"))) macro
44 #define JSON_API __declspec(dllimport) macro
49 #if !defined(JSON_API)
50 #define JSON_API macro
61 extern JSON_API int msvc_pre1900_c99_snprintf(char* outBuf, size_t size,
A Dreader.h37 "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&);
A Dvalue.h67 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 {
A Djson_features.h21 class JSON_API Features {
/AliOS-Things-master/components/jsoncpp/
A DREADME.md51 class JSON_API CharReader
52 class JSON_API Factory
53 class JSON_API CharReaderBuilder
59 class JSON_API StreamWriter
60 class JSON_API StreamWriterBuilder
65 class JSON_API Value
66 class JSON_API Path
67 class JSON_API ValueIteratorBase
68 class JSON_API ValueConstIterator
69 class JSON_API ValueIterator
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h160 #define JSON_API CPPTL_API macro
172 #if !defined(JSON_API)
173 #define JSON_API macro
403 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 …]
A Djson-forwards.h126 #define JSON_API CPPTL_API macro
129 #define JSON_API __declspec(dllexport) macro
134 #define JSON_API __declspec(dllimport) macro
138 #if !defined(JSON_API)
139 #define JSON_API macro
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp33 int JSON_API msvc_pre1900_c99_snprintf(char* outBuf, size_t size, in msvc_pre1900_c99_snprintf()

Completed in 17 milliseconds