/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
D | misctest.cpp | 419 bool Writer1<rapidjson::StringBuffer>::WriteUint(unsigned u) { in WriteUint() 592 inline bool Writer3<rapidjson::StringBuffer>::WriteUint(unsigned u) { in WriteUint() 599 inline bool Writer3<rapidjson::InsituStringStream>::WriteUint(unsigned u) { in WriteUint() 606 inline bool Writer3<rapidjson::StringBuffer>::WriteUint64(uint64_t u) { in WriteUint64() 613 inline bool Writer3<rapidjson::InsituStringStream>::WriteUint64(uint64_t u) { in WriteUint64() 734 inline bool Writer4<rapidjson::StringBuffer>::WriteUint(unsigned u) { in WriteUint() 741 inline bool Writer4<rapidjson::InsituStringStream>::WriteUint(unsigned u) { in WriteUint() 748 inline bool Writer4<rapidjson::StringBuffer>::WriteUint64(uint64_t u) { in WriteUint64() 755 inline bool Writer4<rapidjson::InsituStringStream>::WriteUint64(uint64_t u) { in WriteUint64() 763 rapidjson::StringBuffer sb; in itoa_Writer_StringBufferVerify() [all …]
|
D | rapidjsontest.cpp | 35 using namespace rapidjson; 303 rapidjson::StringStream s(whitespace_); in TEST_F() 312 rapidjson::StringStream s(whitespace_); in TEST_F() 313 rapidjson::SkipWhitespace(s); in TEST_F()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 1 ![](doc/logo/rapidjson.png) 11 * [RapidJSON GitHub](https://github.com/miloyip/rapidjson/) 13 * [English](http://rapidjson.org/) 14 * [简体中文](http://rapidjson.org/zh-cn/) 15 …* [GitBook](https://www.gitbook.com/book/miloyip/rapidjson/) with downloadable PDF/EPUB/MOBI, with… 23 [lin-badge]: https://travis-ci.org/miloyip/rapidjson.png?branch=master "Travis build status" 24 [lin-link]: https://travis-ci.org/miloyip/rapidjson "Travis build status" 26 [win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status" 27 [cov-badge]: https://coveralls.io/repos/miloyip/rapidjson/badge.png?branch=master 28 [cov-link]: https://coveralls.io/r/miloyip/rapidjson?branch=master [all …]
|
D | CHANGELOG.md | 13 * Include rapidjson.h for all internal/error headers. 34 * 100% [Coverall](https://coveralls.io/r/miloyip/rapidjson?branch=master) coverage. 76 [Unreleased]: https://github.com/miloyip/rapidjson/compare/v1.0.2...HEAD 77 [1.0.2]: https://github.com/miloyip/rapidjson/compare/v1.0.1...v1.0.2 78 [1.0.1]: https://github.com/miloyip/rapidjson/compare/v1.0.0...v1.0.1 79 [1.0.0]: https://github.com/miloyip/rapidjson/compare/v1.0-beta...v1.0.0
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | stream.md | 3 In RapidJSON, `rapidjson::Stream` is a concept for reading/writing JSON. Here we first show how to … 13 …t represents a complete, read-only JSON stored in memory. It is defined in `rapidjson/rapidjson.h`. 16 #include "rapidjson/document.h" // will include "rapidjson/rapidjson.h" 18 using namespace rapidjson; 44 #include "rapidjson/stringbuffer.h" 75 #include "rapidjson/filereadstream.h" 78 using namespace rapidjson; 100 #include "rapidjson/filewritestream.h" 103 using namespace rapidjson; 130 …TFInputStream` and `AutoUTFOutputStream`. These streams are defined in `rapidjson/encodedstream.h`. [all …]
|
D | features.md | 43 … a event sequential access parser API (`rapidjson::GenericReader`). It also provides a generator A… 45 …del) for HTML/XML, RapidJSON can parse JSON into a DOM representation (`rapidjson::GenericDocument… 46 …* The DOM style API (`rapidjson::GenericDocument`) is actually implemented with SAX style API (`ra… 74 * Support `rapidjson::PrettyWriter` for adding newlines and indentations. 78 * Support `rapidjson::GenericStringBuffer` for storing the output JSON as string. 79 * Support `rapidjson::FileReadStream` and `rapidjson::FileWriteStream` for input/output `FILE` obje…
|
D | performance.md | 7 … article for RapidJSON 0.1 is provided [here](https://code.google.com/p/rapidjson/wiki/Performance… 18 * [rapidjson](https://github.com/miloyip/rapidjson/) 23 * [rapidjson](https://github.com/miloyip/rapidjson/)
|
D | sax.md | 56 #include "rapidjson/reader.h" 59 using namespace rapidjson; 139 namespace rapidjson { 148 } // namespace rapidjson 185 #include "rapidjson/writer.h" 186 #include "rapidjson/stringbuffer.h" 189 using namespace rapidjson; 244 namespace rapidjson { 253 } // namespace rapidjson 291 #include "rapidjson/reader.h" [all …]
|
D | encoding.md | 36 RapidJSON provide these encodings via the structs in `rapidjson/encodings.h`: 39 namespace rapidjson { 62 } // namespace rapidjson 99 using namespace rapidjson; 125 #include "rapidjson/encodings.h" 127 using namespace rapidjson;
|
D | dom.md | 12 namespace rapidjson { 27 } // namespace rapidjson 39 using namespace rapidjson; 72 using namespace rapidjson; 150 To get an error message, RapidJSON provided a English messages in `rapidjson/error/en.h`. User can … 155 #include "rapidjson/document.h" 156 #include "rapidjson/error/en.h"
|
D | faq.md | 21 …s. Please check the details in [license.txt](https://github.com/miloyip/rapidjson/blob/master/lice… 31 Check [Installation section](https://miloyip.github.io/rapidjson/). 47 …s](https://travis-ci.org/miloyip/rapidjson/)(for Linux) and [AppVeyor](https://ci.appveyor.com/pro… 73 …related syntax is under discussion in this [issue](https://github.com/miloyip/rapidjson/issues/36).
|
/packages/apps/Test/connectivity/sl4n/facades/test/ |
D | test_facade.cpp | 65 void test_bool_true_return_wrapper(rapidjson::Document &doc) { in test_bool_true_return_wrapper() 82 void test_bool_false_return_wrapper(rapidjson::Document &doc) { in test_bool_false_return_wrapper() 99 void test_null_return_wrapper(rapidjson::Document &doc) { in test_null_return_wrapper() 116 void test_string_empty_return_wrapper(rapidjson::Document &doc) { in test_string_empty_return_wrapper() 128 rapidjson::Value tmp; in test_string_empty_return_wrapper() 135 void test_string_max_return_wrapper(rapidjson::Document &doc) { in test_string_max_return_wrapper() 156 rapidjson::Value tmp; in test_string_max_return_wrapper() 163 void test_specific_param_naming_wrapper(rapidjson::Document &doc) { in test_specific_param_naming_wrapper()
|
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 207 void bt_binder_get_local_name_wrapper(rapidjson::Document &doc) { in bt_binder_get_local_name_wrapper() 221 rapidjson::Value tmp; in bt_binder_get_local_name_wrapper() 228 void bt_binder_init_interface_wapper(rapidjson::Document &doc) { in bt_binder_init_interface_wapper() 245 void bt_binder_set_local_name_wrapper(rapidjson::Document &doc) { in bt_binder_set_local_name_wrapper() 272 void bt_binder_get_local_address_wrapper(rapidjson::Document &doc) { in bt_binder_get_local_address_wrapper() 285 rapidjson::Value tmp; in bt_binder_get_local_address_wrapper() 293 void bt_binder_enable_wrapper(rapidjson::Document &doc) { in bt_binder_enable_wrapper() 310 void bt_binder_register_ble_wrapper(rapidjson::Document &doc) { in bt_binder_register_ble_wrapper() 328 void bt_binder_set_adv_settings_wrapper(rapidjson::Document &doc) { in bt_binder_set_adv_settings_wrapper()
|
/packages/apps/Test/connectivity/sl4n/ |
D | main.cpp | 47 rapidjson::Document d; in SockTest() 48 rapidjson::StringBuffer buffer; in SockTest() 49 rapidjson::Writer<rapidjson::StringBuffer> writer(buffer); in SockTest()
|
/packages/apps/Test/connectivity/sl4n/utils/ |
D | command_receiver.cpp | 31 void _clean_result(rapidjson::Document &doc) { in _clean_result() 36 void initiate(rapidjson::Document &doc) { in initiate() 48 void CommandReceiver::Call(rapidjson::Document& doc) { in Call()
|
D | command_receiver.h | 21 typedef void (*MFP)(rapidjson::Document&); 39 void Call(rapidjson::Document& doc);
|
D | common_utils.h | 26 static bool IsParamLengthMatching(rapidjson::Document& doc,
|
D | common_utils.cpp | 22 bool CommonUtils::IsParamLengthMatching(rapidjson::Document& doc, in IsParamLengthMatching()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | simpledom.dot | 36 rapidjson [label="{string|\"rapidjson\"}", fillcolor=5] 45 project -> rapidjson
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | valuetest.cpp | 19 using namespace rapidjson; 1272 rapidjson::Document doc; in TEST() 1273 rapidjson::Document::AllocatorType& allocator = doc.GetAllocator(); in TEST() 1274 rapidjson::Value objVal(rapidjson::kObjectType); in TEST() 1296 const rapidjson::SizeType len = (rapidjson::SizeType)strlen(str); in TestShortStringOptimization() 1298 rapidjson::Document doc; in TestShortStringOptimization() 1299 rapidjson::Value val; in TestShortStringOptimization()
|
/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
D | wifi_facade.cpp | 157 void wifi_init_wrapper(rapidjson::Document &doc) { in wifi_init_wrapper() 174 void wifi_get_supported_feature_set_wrapper(rapidjson::Document &doc) { in wifi_get_supported_feature_set_wrapper()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/ |
D | simpledom.cpp | 9 using namespace rapidjson;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/ |
D | condense.cpp | 12 using namespace rapidjson;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/ |
D | pretty.cpp | 10 using namespace rapidjson;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplewriter/ |
D | simplewriter.cpp | 5 using namespace rapidjson;
|