rj_schema 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (614) hide show
  1. checksums.yaml +4 -4
  2. data/ext/rj_schema/rapidjson/CHANGELOG.md +158 -0
  3. data/ext/rj_schema/rapidjson/CMakeLists.txt +226 -0
  4. data/ext/rj_schema/rapidjson/CMakeModules/FindGTestSrc.cmake +30 -0
  5. data/ext/rj_schema/rapidjson/RapidJSON.pc.in +7 -0
  6. data/ext/rj_schema/rapidjson/RapidJSONConfig.cmake.in +25 -0
  7. data/ext/rj_schema/rapidjson/RapidJSONConfigVersion.cmake.in +10 -0
  8. data/ext/rj_schema/rapidjson/appveyor.yml +54 -0
  9. data/ext/rj_schema/rapidjson/bin/data/abcde.txt +1 -0
  10. data/ext/rj_schema/rapidjson/bin/data/glossary.json +22 -0
  11. data/ext/rj_schema/rapidjson/bin/data/menu.json +27 -0
  12. data/ext/rj_schema/rapidjson/bin/data/readme.txt +1 -0
  13. data/ext/rj_schema/rapidjson/bin/data/sample.json +3315 -0
  14. data/ext/rj_schema/rapidjson/bin/data/webapp.json +88 -0
  15. data/ext/rj_schema/rapidjson/bin/data/widget.json +26 -0
  16. data/ext/rj_schema/rapidjson/bin/draft-04/schema +150 -0
  17. data/ext/rj_schema/rapidjson/bin/encodings/utf16be.json +0 -0
  18. data/ext/rj_schema/rapidjson/bin/encodings/utf16bebom.json +0 -0
  19. data/ext/rj_schema/rapidjson/bin/encodings/utf16le.json +0 -0
  20. data/ext/rj_schema/rapidjson/bin/encodings/utf16lebom.json +0 -0
  21. data/ext/rj_schema/rapidjson/bin/encodings/utf32be.json +0 -0
  22. data/ext/rj_schema/rapidjson/bin/encodings/utf32bebom.json +0 -0
  23. data/ext/rj_schema/rapidjson/bin/encodings/utf32le.json +0 -0
  24. data/ext/rj_schema/rapidjson/bin/encodings/utf32lebom.json +0 -0
  25. data/ext/rj_schema/rapidjson/bin/encodings/utf8.json +7 -0
  26. data/ext/rj_schema/rapidjson/bin/encodings/utf8bom.json +7 -0
  27. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail1.json +1 -0
  28. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail10.json +1 -0
  29. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail11.json +1 -0
  30. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail12.json +1 -0
  31. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail13.json +1 -0
  32. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail14.json +1 -0
  33. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail15.json +1 -0
  34. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail16.json +1 -0
  35. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail17.json +1 -0
  36. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail18.json +1 -0
  37. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail19.json +1 -0
  38. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail2.json +1 -0
  39. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail20.json +1 -0
  40. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail21.json +1 -0
  41. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail22.json +1 -0
  42. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail23.json +1 -0
  43. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail24.json +1 -0
  44. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail25.json +1 -0
  45. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail26.json +1 -0
  46. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail27.json +2 -0
  47. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail28.json +2 -0
  48. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail29.json +1 -0
  49. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail3.json +1 -0
  50. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail30.json +1 -0
  51. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail31.json +1 -0
  52. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail32.json +1 -0
  53. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail33.json +1 -0
  54. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail4.json +1 -0
  55. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail5.json +1 -0
  56. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail6.json +1 -0
  57. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail7.json +1 -0
  58. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail8.json +1 -0
  59. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail9.json +1 -0
  60. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass1.json +58 -0
  61. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass2.json +1 -0
  62. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass3.json +6 -0
  63. data/ext/rj_schema/rapidjson/bin/jsonchecker/readme.txt +3 -0
  64. data/ext/rj_schema/rapidjson/bin/jsonschema/LICENSE +19 -0
  65. data/ext/rj_schema/rapidjson/bin/jsonschema/README.md +148 -0
  66. data/ext/rj_schema/rapidjson/bin/jsonschema/bin/jsonschema_suite +283 -0
  67. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json +3 -0
  68. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/integer.json +3 -0
  69. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/subSchemas.json +8 -0
  70. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json +82 -0
  71. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json +88 -0
  72. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/default.json +49 -0
  73. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/dependencies.json +108 -0
  74. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/disallow.json +80 -0
  75. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json +60 -0
  76. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/enum.json +71 -0
  77. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/extends.json +94 -0
  78. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/items.json +46 -0
  79. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxItems.json +28 -0
  80. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxLength.json +33 -0
  81. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maximum.json +42 -0
  82. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minItems.json +28 -0
  83. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minLength.json +33 -0
  84. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minimum.json +42 -0
  85. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json +107 -0
  86. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/format.json +222 -0
  87. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json +18 -0
  88. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json +15 -0
  89. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/pattern.json +34 -0
  90. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json +110 -0
  91. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/properties.json +92 -0
  92. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/ref.json +159 -0
  93. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json +74 -0
  94. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/required.json +53 -0
  95. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/type.json +474 -0
  96. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json +79 -0
  97. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json +82 -0
  98. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json +88 -0
  99. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/allOf.json +112 -0
  100. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/anyOf.json +68 -0
  101. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/default.json +49 -0
  102. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/definitions.json +32 -0
  103. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/dependencies.json +113 -0
  104. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/enum.json +72 -0
  105. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/items.json +46 -0
  106. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxItems.json +28 -0
  107. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxLength.json +33 -0
  108. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json +28 -0
  109. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maximum.json +42 -0
  110. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minItems.json +28 -0
  111. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minLength.json +33 -0
  112. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json +28 -0
  113. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minimum.json +42 -0
  114. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json +60 -0
  115. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/not.json +96 -0
  116. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/oneOf.json +68 -0
  117. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json +107 -0
  118. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/format.json +148 -0
  119. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json +15 -0
  120. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/pattern.json +34 -0
  121. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json +110 -0
  122. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/properties.json +92 -0
  123. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/ref.json +159 -0
  124. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json +74 -0
  125. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/required.json +39 -0
  126. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/type.json +330 -0
  127. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json +79 -0
  128. data/ext/rj_schema/rapidjson/bin/jsonschema/tox.ini +8 -0
  129. data/ext/rj_schema/rapidjson/bin/types/booleans.json +102 -0
  130. data/ext/rj_schema/rapidjson/bin/types/floats.json +102 -0
  131. data/ext/rj_schema/rapidjson/bin/types/guids.json +102 -0
  132. data/ext/rj_schema/rapidjson/bin/types/integers.json +102 -0
  133. data/ext/rj_schema/rapidjson/bin/types/mixed.json +592 -0
  134. data/ext/rj_schema/rapidjson/bin/types/nulls.json +102 -0
  135. data/ext/rj_schema/rapidjson/bin/types/paragraphs.json +102 -0
  136. data/ext/rj_schema/rapidjson/bin/types/readme.txt +1 -0
  137. data/ext/rj_schema/rapidjson/contrib/natvis/LICENSE +45 -0
  138. data/ext/rj_schema/rapidjson/contrib/natvis/README.md +7 -0
  139. data/ext/rj_schema/rapidjson/contrib/natvis/rapidjson.natvis +38 -0
  140. data/ext/rj_schema/rapidjson/doc/CMakeLists.txt +27 -0
  141. data/ext/rj_schema/rapidjson/doc/Doxyfile.in +2369 -0
  142. data/ext/rj_schema/rapidjson/doc/Doxyfile.zh-cn.in +2369 -0
  143. data/ext/rj_schema/rapidjson/doc/diagram/architecture.dot +50 -0
  144. data/ext/rj_schema/rapidjson/doc/diagram/architecture.png +0 -0
  145. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.dot +65 -0
  146. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.png +0 -0
  147. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +62 -0
  148. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  149. data/ext/rj_schema/rapidjson/doc/diagram/makefile +8 -0
  150. data/ext/rj_schema/rapidjson/doc/diagram/move1.dot +47 -0
  151. data/ext/rj_schema/rapidjson/doc/diagram/move1.png +0 -0
  152. data/ext/rj_schema/rapidjson/doc/diagram/move2.dot +62 -0
  153. data/ext/rj_schema/rapidjson/doc/diagram/move2.png +0 -0
  154. data/ext/rj_schema/rapidjson/doc/diagram/move3.dot +60 -0
  155. data/ext/rj_schema/rapidjson/doc/diagram/move3.png +0 -0
  156. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.dot +56 -0
  157. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.png +0 -0
  158. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.dot +54 -0
  159. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.png +0 -0
  160. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.dot +58 -0
  161. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.png +0 -0
  162. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.dot +73 -0
  163. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.png +0 -0
  164. data/ext/rj_schema/rapidjson/doc/dom.md +281 -0
  165. data/ext/rj_schema/rapidjson/doc/dom.zh-cn.md +285 -0
  166. data/ext/rj_schema/rapidjson/doc/encoding.md +146 -0
  167. data/ext/rj_schema/rapidjson/doc/encoding.zh-cn.md +152 -0
  168. data/ext/rj_schema/rapidjson/doc/faq.md +289 -0
  169. data/ext/rj_schema/rapidjson/doc/faq.zh-cn.md +290 -0
  170. data/ext/rj_schema/rapidjson/doc/features.md +104 -0
  171. data/ext/rj_schema/rapidjson/doc/features.zh-cn.md +103 -0
  172. data/ext/rj_schema/rapidjson/doc/internals.md +368 -0
  173. data/ext/rj_schema/rapidjson/doc/internals.zh-cn.md +363 -0
  174. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.png +0 -0
  175. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.svg +119 -0
  176. data/ext/rj_schema/rapidjson/doc/misc/DoxygenLayout.xml +194 -0
  177. data/ext/rj_schema/rapidjson/doc/misc/doxygenextra.css +274 -0
  178. data/ext/rj_schema/rapidjson/doc/misc/footer.html +11 -0
  179. data/ext/rj_schema/rapidjson/doc/misc/header.html +24 -0
  180. data/ext/rj_schema/rapidjson/doc/npm.md +31 -0
  181. data/ext/rj_schema/rapidjson/doc/performance.md +26 -0
  182. data/ext/rj_schema/rapidjson/doc/performance.zh-cn.md +26 -0
  183. data/ext/rj_schema/rapidjson/doc/pointer.md +234 -0
  184. data/ext/rj_schema/rapidjson/doc/pointer.zh-cn.md +234 -0
  185. data/ext/rj_schema/rapidjson/doc/sax.md +509 -0
  186. data/ext/rj_schema/rapidjson/doc/sax.zh-cn.md +487 -0
  187. data/ext/rj_schema/rapidjson/doc/schema.md +505 -0
  188. data/ext/rj_schema/rapidjson/doc/schema.zh-cn.md +237 -0
  189. data/ext/rj_schema/rapidjson/doc/stream.md +429 -0
  190. data/ext/rj_schema/rapidjson/doc/stream.zh-cn.md +429 -0
  191. data/ext/rj_schema/rapidjson/doc/tutorial.md +536 -0
  192. data/ext/rj_schema/rapidjson/doc/tutorial.zh-cn.md +535 -0
  193. data/ext/rj_schema/rapidjson/docker/debian/Dockerfile +8 -0
  194. data/ext/rj_schema/rapidjson/example/CMakeLists.txt +46 -0
  195. data/ext/rj_schema/rapidjson/example/archiver/archiver.cpp +292 -0
  196. data/ext/rj_schema/rapidjson/example/archiver/archiver.h +145 -0
  197. data/ext/rj_schema/rapidjson/example/archiver/archivertest.cpp +287 -0
  198. data/ext/rj_schema/rapidjson/example/capitalize/capitalize.cpp +67 -0
  199. data/ext/rj_schema/rapidjson/example/condense/condense.cpp +32 -0
  200. data/ext/rj_schema/rapidjson/example/filterkey/filterkey.cpp +135 -0
  201. data/ext/rj_schema/rapidjson/example/filterkeydom/filterkeydom.cpp +170 -0
  202. data/ext/rj_schema/rapidjson/example/jsonx/jsonx.cpp +207 -0
  203. data/ext/rj_schema/rapidjson/example/lookaheadparser/lookaheadparser.cpp +350 -0
  204. data/ext/rj_schema/rapidjson/example/messagereader/messagereader.cpp +105 -0
  205. data/ext/rj_schema/rapidjson/example/parsebyparts/parsebyparts.cpp +176 -0
  206. data/ext/rj_schema/rapidjson/example/pretty/pretty.cpp +30 -0
  207. data/ext/rj_schema/rapidjson/example/prettyauto/prettyauto.cpp +56 -0
  208. data/ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp +78 -0
  209. data/ext/rj_schema/rapidjson/example/serialize/serialize.cpp +173 -0
  210. data/ext/rj_schema/rapidjson/example/simpledom/simpledom.cpp +29 -0
  211. data/ext/rj_schema/rapidjson/example/simplepullreader/simplepullreader.cpp +53 -0
  212. data/ext/rj_schema/rapidjson/example/simplereader/simplereader.cpp +42 -0
  213. data/ext/rj_schema/rapidjson/example/simplewriter/simplewriter.cpp +36 -0
  214. data/ext/rj_schema/rapidjson/example/sortkeys/sortkeys.cpp +62 -0
  215. data/ext/rj_schema/rapidjson/example/tutorial/tutorial.cpp +151 -0
  216. data/ext/rj_schema/rapidjson/include/rapidjson/allocators.h +284 -0
  217. data/ext/rj_schema/rapidjson/include/rapidjson/cursorstreamwrapper.h +78 -0
  218. data/ext/rj_schema/rapidjson/include/rapidjson/document.h +2732 -0
  219. data/ext/rj_schema/rapidjson/include/rapidjson/encodedstream.h +299 -0
  220. data/ext/rj_schema/rapidjson/include/rapidjson/encodings.h +716 -0
  221. data/ext/rj_schema/rapidjson/include/rapidjson/error/en.h +74 -0
  222. data/ext/rj_schema/rapidjson/include/rapidjson/error/error.h +161 -0
  223. data/ext/rj_schema/rapidjson/include/rapidjson/filereadstream.h +99 -0
  224. data/ext/rj_schema/rapidjson/include/rapidjson/filewritestream.h +104 -0
  225. data/ext/rj_schema/rapidjson/include/rapidjson/fwd.h +151 -0
  226. data/ext/rj_schema/rapidjson/include/rapidjson/internal/biginteger.h +290 -0
  227. data/ext/rj_schema/rapidjson/include/rapidjson/internal/clzll.h +71 -0
  228. data/ext/rj_schema/rapidjson/include/rapidjson/internal/diyfp.h +257 -0
  229. data/ext/rj_schema/rapidjson/include/rapidjson/internal/dtoa.h +245 -0
  230. data/ext/rj_schema/rapidjson/include/rapidjson/internal/ieee754.h +78 -0
  231. data/ext/rj_schema/rapidjson/include/rapidjson/internal/itoa.h +308 -0
  232. data/ext/rj_schema/rapidjson/include/rapidjson/internal/meta.h +186 -0
  233. data/ext/rj_schema/rapidjson/include/rapidjson/internal/pow10.h +55 -0
  234. data/ext/rj_schema/rapidjson/include/rapidjson/internal/regex.h +739 -0
  235. data/ext/rj_schema/rapidjson/include/rapidjson/internal/stack.h +232 -0
  236. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strfunc.h +69 -0
  237. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strtod.h +290 -0
  238. data/ext/rj_schema/rapidjson/include/rapidjson/internal/swap.h +46 -0
  239. data/ext/rj_schema/rapidjson/include/rapidjson/istreamwrapper.h +128 -0
  240. data/ext/rj_schema/rapidjson/include/rapidjson/memorybuffer.h +70 -0
  241. data/ext/rj_schema/rapidjson/include/rapidjson/memorystream.h +71 -0
  242. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/inttypes.h +316 -0
  243. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/stdint.h +300 -0
  244. data/ext/rj_schema/rapidjson/include/rapidjson/ostreamwrapper.h +81 -0
  245. data/ext/rj_schema/rapidjson/include/rapidjson/pointer.h +1415 -0
  246. data/ext/rj_schema/rapidjson/include/rapidjson/prettywriter.h +277 -0
  247. data/ext/rj_schema/rapidjson/include/rapidjson/rapidjson.h +676 -0
  248. data/ext/rj_schema/rapidjson/include/rapidjson/reader.h +2236 -0
  249. data/ext/rj_schema/rapidjson/include/rapidjson/schema.h +2496 -0
  250. data/ext/rj_schema/rapidjson/include/rapidjson/stream.h +223 -0
  251. data/ext/rj_schema/rapidjson/include/rapidjson/stringbuffer.h +121 -0
  252. data/ext/rj_schema/rapidjson/include/rapidjson/writer.h +710 -0
  253. data/ext/rj_schema/rapidjson/include_dirs.js +2 -0
  254. data/ext/rj_schema/rapidjson/library.json +15 -0
  255. data/ext/rj_schema/rapidjson/license.txt +57 -0
  256. data/ext/rj_schema/rapidjson/package.json +24 -0
  257. data/ext/rj_schema/rapidjson/rapidjson.autopkg +77 -0
  258. data/ext/rj_schema/rapidjson/readme.md +210 -0
  259. data/ext/rj_schema/rapidjson/readme.zh-cn.md +152 -0
  260. data/ext/rj_schema/rapidjson/test/CMakeLists.txt +20 -0
  261. data/ext/rj_schema/rapidjson/test/perftest/CMakeLists.txt +28 -0
  262. data/ext/rj_schema/rapidjson/test/perftest/misctest.cpp +974 -0
  263. data/ext/rj_schema/rapidjson/test/perftest/perftest.cpp +24 -0
  264. data/ext/rj_schema/rapidjson/test/perftest/perftest.h +185 -0
  265. data/ext/rj_schema/rapidjson/test/perftest/platformtest.cpp +166 -0
  266. data/ext/rj_schema/rapidjson/test/perftest/rapidjsontest.cpp +546 -0
  267. data/ext/rj_schema/rapidjson/test/perftest/schematest.cpp +223 -0
  268. data/ext/rj_schema/rapidjson/test/unittest/CMakeLists.txt +92 -0
  269. data/ext/rj_schema/rapidjson/test/unittest/allocatorstest.cpp +100 -0
  270. data/ext/rj_schema/rapidjson/test/unittest/bigintegertest.cpp +138 -0
  271. data/ext/rj_schema/rapidjson/test/unittest/cursorstreamwrappertest.cpp +115 -0
  272. data/ext/rj_schema/rapidjson/test/unittest/documenttest.cpp +672 -0
  273. data/ext/rj_schema/rapidjson/test/unittest/dtoatest.cpp +98 -0
  274. data/ext/rj_schema/rapidjson/test/unittest/encodedstreamtest.cpp +313 -0
  275. data/ext/rj_schema/rapidjson/test/unittest/encodingstest.cpp +451 -0
  276. data/ext/rj_schema/rapidjson/test/unittest/filestreamtest.cpp +155 -0
  277. data/ext/rj_schema/rapidjson/test/unittest/fwdtest.cpp +230 -0
  278. data/ext/rj_schema/rapidjson/test/unittest/istreamwrappertest.cpp +181 -0
  279. data/ext/rj_schema/rapidjson/test/unittest/itoatest.cpp +160 -0
  280. data/ext/rj_schema/rapidjson/test/unittest/jsoncheckertest.cpp +143 -0
  281. data/ext/rj_schema/rapidjson/test/unittest/namespacetest.cpp +70 -0
  282. data/ext/rj_schema/rapidjson/test/unittest/ostreamwrappertest.cpp +92 -0
  283. data/ext/rj_schema/rapidjson/test/unittest/pointertest.cpp +1638 -0
  284. data/ext/rj_schema/rapidjson/test/unittest/prettywritertest.cpp +373 -0
  285. data/ext/rj_schema/rapidjson/test/unittest/readertest.cpp +2225 -0
  286. data/ext/rj_schema/rapidjson/test/unittest/regextest.cpp +639 -0
  287. data/ext/rj_schema/rapidjson/test/unittest/schematest.cpp +2072 -0
  288. data/ext/rj_schema/rapidjson/test/unittest/simdtest.cpp +219 -0
  289. data/ext/rj_schema/rapidjson/test/unittest/strfunctest.cpp +30 -0
  290. data/ext/rj_schema/rapidjson/test/unittest/stringbuffertest.cpp +192 -0
  291. data/ext/rj_schema/rapidjson/test/unittest/strtodtest.cpp +132 -0
  292. data/ext/rj_schema/rapidjson/test/unittest/unittest.cpp +51 -0
  293. data/ext/rj_schema/rapidjson/test/unittest/unittest.h +143 -0
  294. data/ext/rj_schema/rapidjson/test/unittest/valuetest.cpp +1851 -0
  295. data/ext/rj_schema/rapidjson/test/unittest/writertest.cpp +598 -0
  296. data/ext/rj_schema/rapidjson/test/valgrind.supp +17 -0
  297. data/ext/rj_schema/rapidjson/thirdparty/gtest/BUILD.bazel +175 -0
  298. data/ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt +33 -0
  299. data/ext/rj_schema/rapidjson/thirdparty/gtest/CONTRIBUTING.md +160 -0
  300. data/ext/rj_schema/rapidjson/thirdparty/gtest/LICENSE +28 -0
  301. data/ext/rj_schema/rapidjson/thirdparty/gtest/Makefile.am +14 -0
  302. data/ext/rj_schema/rapidjson/thirdparty/gtest/README.md +122 -0
  303. data/ext/rj_schema/rapidjson/thirdparty/gtest/WORKSPACE +8 -0
  304. data/ext/rj_schema/rapidjson/thirdparty/gtest/appveyor.yml +104 -0
  305. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/build-linux-autotools.sh +44 -0
  306. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/build-linux-bazel.sh +36 -0
  307. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/env-linux.sh +41 -0
  308. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/env-osx.sh +40 -0
  309. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/get-nprocessors.sh +48 -0
  310. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/install-linux.sh +49 -0
  311. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/install-osx.sh +39 -0
  312. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/log-config.sh +51 -0
  313. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/travis.sh +44 -0
  314. data/ext/rj_schema/rapidjson/thirdparty/gtest/configure.ac +16 -0
  315. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CHANGES +126 -0
  316. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +242 -0
  317. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +40 -0
  318. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/LICENSE +28 -0
  319. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/Makefile.am +224 -0
  320. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/README.md +344 -0
  321. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/cmake/gmock.pc.in +9 -0
  322. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/cmake/gmock_main.pc.in +9 -0
  323. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/configure.ac +146 -0
  324. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +564 -0
  325. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +3660 -0
  326. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +280 -0
  327. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +15 -0
  328. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +447 -0
  329. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +627 -0
  330. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +19 -0
  331. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +1262 -0
  332. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +147 -0
  333. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +2571 -0
  334. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +833 -0
  335. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +1379 -0
  336. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +347 -0
  337. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +2258 -0
  338. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +675 -0
  339. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +458 -0
  340. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +178 -0
  341. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +5255 -0
  342. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +246 -0
  343. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +91 -0
  344. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +1918 -0
  345. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +95 -0
  346. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +8 -0
  347. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +10 -0
  348. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +38 -0
  349. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +46 -0
  350. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +286 -0
  351. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +136 -0
  352. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +574 -0
  353. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +87 -0
  354. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/make/Makefile +101 -0
  355. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +32 -0
  356. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +191 -0
  357. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +15 -0
  358. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +187 -0
  359. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +201 -0
  360. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +46 -0
  361. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +145 -0
  362. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +19 -0
  363. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +151 -0
  364. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +176 -0
  365. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +46 -0
  366. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +145 -0
  367. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +19 -0
  368. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +151 -0
  369. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +176 -0
  370. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +240 -0
  371. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +203 -0
  372. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +34 -0
  373. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +115 -0
  374. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  375. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +1733 -0
  376. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +227 -0
  377. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +448 -0
  378. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +59 -0
  379. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +287 -0
  380. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +41 -0
  381. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +31 -0
  382. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +303 -0
  383. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +640 -0
  384. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +1387 -0
  385. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +78 -0
  386. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +47 -0
  387. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +156 -0
  388. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +204 -0
  389. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +573 -0
  390. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +883 -0
  391. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +205 -0
  392. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +54 -0
  393. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/BUILD.bazel +123 -0
  394. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +1575 -0
  395. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +428 -0
  396. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +1230 -0
  397. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +647 -0
  398. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +129 -0
  399. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +1341 -0
  400. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +718 -0
  401. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +6767 -0
  402. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +710 -0
  403. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +511 -0
  404. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +43 -0
  405. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +2771 -0
  406. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +51 -0
  407. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +81 -0
  408. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +108 -0
  409. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +100 -0
  410. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +40 -0
  411. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +40 -0
  412. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +691 -0
  413. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +183 -0
  414. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +310 -0
  415. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +317 -0
  416. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +323 -0
  417. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +262 -0
  418. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +110 -0
  419. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CHANGES +157 -0
  420. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +312 -0
  421. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +37 -0
  422. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/LICENSE +28 -0
  423. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/Makefile.am +339 -0
  424. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/README.md +341 -0
  425. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/gtest.pc.in +9 -0
  426. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/gtest_main.pc.in +10 -0
  427. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +280 -0
  428. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +138 -0
  429. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +54 -0
  430. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +38 -0
  431. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +40 -0
  432. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +82 -0
  433. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +88 -0
  434. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/configure.ac +68 -0
  435. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Pkgconfig.md +146 -0
  436. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +177 -0
  437. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +93 -0
  438. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/advanced.md +2416 -0
  439. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/faq.md +1092 -0
  440. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/primer.md +536 -0
  441. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/samples.md +14 -0
  442. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +342 -0
  443. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +249 -0
  444. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +1438 -0
  445. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +501 -0
  446. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +1082 -0
  447. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +231 -0
  448. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +179 -0
  449. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +264 -0
  450. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +2332 -0
  451. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +357 -0
  452. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +61 -0
  453. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +70 -0
  454. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +42 -0
  455. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +45 -0
  456. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +275 -0
  457. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +205 -0
  458. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +1277 -0
  459. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +243 -0
  460. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +5139 -0
  461. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +279 -0
  462. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +723 -0
  463. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +100 -0
  464. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +2687 -0
  465. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +167 -0
  466. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +1020 -0
  467. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +347 -0
  468. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +3347 -0
  469. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +313 -0
  470. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +363 -0
  471. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +74 -0
  472. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/make/Makefile +82 -0
  473. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.sln +55 -0
  474. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.vcxproj +149 -0
  475. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.vcxproj.filters +18 -0
  476. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.sln +55 -0
  477. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.vcxproj +149 -0
  478. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.vcxproj.filters +18 -0
  479. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main-md.vcxproj +154 -0
  480. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main-md.vcxproj.filters +18 -0
  481. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main.vcxproj +162 -0
  482. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main.vcxproj.filters +18 -0
  483. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test-md.vcxproj +199 -0
  484. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test-md.vcxproj.filters +26 -0
  485. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test.vcxproj +191 -0
  486. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test.vcxproj.filters +26 -0
  487. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest-md.vcxproj +188 -0
  488. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest-md.vcxproj.filters +18 -0
  489. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest.vcxproj +180 -0
  490. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest.vcxproj.filters +18 -0
  491. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +127 -0
  492. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +68 -0
  493. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +43 -0
  494. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +140 -0
  495. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +154 -0
  496. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +56 -0
  497. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +85 -0
  498. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +110 -0
  499. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +172 -0
  500. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +152 -0
  501. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +46 -0
  502. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +53 -0
  503. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +49 -0
  504. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +199 -0
  505. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +225 -0
  506. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +118 -0
  507. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +174 -0
  508. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +157 -0
  509. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/common.py +83 -0
  510. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +253 -0
  511. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +730 -0
  512. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +274 -0
  513. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +855 -0
  514. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +158 -0
  515. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/test/Makefile +59 -0
  516. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +1387 -0
  517. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +78 -0
  518. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +48 -0
  519. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +1536 -0
  520. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +385 -0
  521. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +1175 -0
  522. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +1277 -0
  523. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +458 -0
  524. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +102 -0
  525. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +119 -0
  526. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +5846 -0
  527. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +38 -0
  528. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/BUILD.bazel +396 -0
  529. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +93 -0
  530. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +1424 -0
  531. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +652 -0
  532. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +154 -0
  533. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +311 -0
  534. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +159 -0
  535. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +213 -0
  536. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +61 -0
  537. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +1110 -0
  538. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +53 -0
  539. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +1303 -0
  540. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +1737 -0
  541. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +208 -0
  542. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +320 -0
  543. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +45 -0
  544. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +380 -0
  545. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +66 -0
  546. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +341 -0
  547. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +47 -0
  548. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_assert_by_exception_test.cc +119 -0
  549. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +210 -0
  550. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +87 -0
  551. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +235 -0
  552. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +311 -0
  553. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +129 -0
  554. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +63 -0
  555. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +119 -0
  556. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +124 -0
  557. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +189 -0
  558. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +638 -0
  559. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +138 -0
  560. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +172 -0
  561. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +46 -0
  562. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_json_outfiles_test.py +162 -0
  563. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_json_output_unittest.py +611 -0
  564. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_json_test_utils.py +60 -0
  565. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +207 -0
  566. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +157 -0
  567. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +45 -0
  568. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +56 -0
  569. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +344 -0
  570. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +1067 -0
  571. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +781 -0
  572. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +2427 -0
  573. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +127 -0
  574. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +57 -0
  575. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +236 -0
  576. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +325 -0
  577. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +103 -0
  578. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +57 -0
  579. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +250 -0
  580. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +318 -0
  581. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_testbridge_test.py +65 -0
  582. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_testbridge_test_.cc +44 -0
  583. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +92 -0
  584. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +171 -0
  585. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +72 -0
  586. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +69 -0
  587. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +43 -0
  588. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +7797 -0
  589. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +48 -0
  590. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +48 -0
  591. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +140 -0
  592. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +378 -0
  593. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +179 -0
  594. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +196 -0
  595. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.cc +36 -0
  596. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.h +55 -0
  597. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +30 -0
  598. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +17 -0
  599. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +41 -0
  600. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +32 -0
  601. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +18 -0
  602. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +8 -0
  603. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +30 -0
  604. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +28 -0
  605. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +457 -0
  606. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +62 -0
  607. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +63 -0
  608. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +59 -0
  609. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +68 -0
  610. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +65 -0
  611. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +100 -0
  612. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +1182 -0
  613. data/ext/rj_schema/rapidjson/travis-doxygen.sh +128 -0
  614. metadata +613 -1
@@ -0,0 +1,300 @@
1
+ // ISO C9x compliant stdint.h for Microsoft Visual Studio
2
+ // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
3
+ //
4
+ // Copyright (c) 2006-2013 Alexander Chemeris
5
+ //
6
+ // Redistribution and use in source and binary forms, with or without
7
+ // modification, are permitted provided that the following conditions are met:
8
+ //
9
+ // 1. Redistributions of source code must retain the above copyright notice,
10
+ // this list of conditions and the following disclaimer.
11
+ //
12
+ // 2. Redistributions in binary form must reproduce the above copyright
13
+ // notice, this list of conditions and the following disclaimer in the
14
+ // documentation and/or other materials provided with the distribution.
15
+ //
16
+ // 3. Neither the name of the product nor the names of its contributors may
17
+ // be used to endorse or promote products derived from this software
18
+ // without specific prior written permission.
19
+ //
20
+ // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
21
+ // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22
+ // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
23
+ // EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25
+ // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
26
+ // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27
+ // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28
+ // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29
+ // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
+ //
31
+ ///////////////////////////////////////////////////////////////////////////////
32
+
33
+ // The above software in this distribution may have been modified by
34
+ // THL A29 Limited ("Tencent Modifications").
35
+ // All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.
36
+
37
+ #ifndef _MSC_VER // [
38
+ #error "Use this header only with Microsoft Visual C++ compilers!"
39
+ #endif // _MSC_VER ]
40
+
41
+ #ifndef _MSC_STDINT_H_ // [
42
+ #define _MSC_STDINT_H_
43
+
44
+ #if _MSC_VER > 1000
45
+ #pragma once
46
+ #endif
47
+
48
+ // miloyip: Originally Visual Studio 2010 uses its own stdint.h. However it generates warning with INT64_C(), so change to use this file for vs2010.
49
+ #if _MSC_VER >= 1600 // [
50
+ #include <stdint.h>
51
+
52
+ #if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260
53
+
54
+ #undef INT8_C
55
+ #undef INT16_C
56
+ #undef INT32_C
57
+ #undef INT64_C
58
+ #undef UINT8_C
59
+ #undef UINT16_C
60
+ #undef UINT32_C
61
+ #undef UINT64_C
62
+
63
+ // 7.18.4.1 Macros for minimum-width integer constants
64
+
65
+ #define INT8_C(val) val##i8
66
+ #define INT16_C(val) val##i16
67
+ #define INT32_C(val) val##i32
68
+ #define INT64_C(val) val##i64
69
+
70
+ #define UINT8_C(val) val##ui8
71
+ #define UINT16_C(val) val##ui16
72
+ #define UINT32_C(val) val##ui32
73
+ #define UINT64_C(val) val##ui64
74
+
75
+ // 7.18.4.2 Macros for greatest-width integer constants
76
+ // These #ifndef's are needed to prevent collisions with <boost/cstdint.hpp>.
77
+ // Check out Issue 9 for the details.
78
+ #ifndef INTMAX_C // [
79
+ # define INTMAX_C INT64_C
80
+ #endif // INTMAX_C ]
81
+ #ifndef UINTMAX_C // [
82
+ # define UINTMAX_C UINT64_C
83
+ #endif // UINTMAX_C ]
84
+
85
+ #endif // __STDC_CONSTANT_MACROS ]
86
+
87
+ #else // ] _MSC_VER >= 1700 [
88
+
89
+ #include <limits.h>
90
+
91
+ // For Visual Studio 6 in C++ mode and for many Visual Studio versions when
92
+ // compiling for ARM we have to wrap <wchar.h> include with 'extern "C++" {}'
93
+ // or compiler would give many errors like this:
94
+ // error C2733: second C linkage of overloaded function 'wmemchr' not allowed
95
+ #if defined(__cplusplus) && !defined(_M_ARM)
96
+ extern "C" {
97
+ #endif
98
+ # include <wchar.h>
99
+ #if defined(__cplusplus) && !defined(_M_ARM)
100
+ }
101
+ #endif
102
+
103
+ // Define _W64 macros to mark types changing their size, like intptr_t.
104
+ #ifndef _W64
105
+ # if !defined(__midl) && (defined(_X86_) || defined(_M_IX86)) && _MSC_VER >= 1300
106
+ # define _W64 __w64
107
+ # else
108
+ # define _W64
109
+ # endif
110
+ #endif
111
+
112
+
113
+ // 7.18.1 Integer types
114
+
115
+ // 7.18.1.1 Exact-width integer types
116
+
117
+ // Visual Studio 6 and Embedded Visual C++ 4 doesn't
118
+ // realize that, e.g. char has the same size as __int8
119
+ // so we give up on __intX for them.
120
+ #if (_MSC_VER < 1300)
121
+ typedef signed char int8_t;
122
+ typedef signed short int16_t;
123
+ typedef signed int int32_t;
124
+ typedef unsigned char uint8_t;
125
+ typedef unsigned short uint16_t;
126
+ typedef unsigned int uint32_t;
127
+ #else
128
+ typedef signed __int8 int8_t;
129
+ typedef signed __int16 int16_t;
130
+ typedef signed __int32 int32_t;
131
+ typedef unsigned __int8 uint8_t;
132
+ typedef unsigned __int16 uint16_t;
133
+ typedef unsigned __int32 uint32_t;
134
+ #endif
135
+ typedef signed __int64 int64_t;
136
+ typedef unsigned __int64 uint64_t;
137
+
138
+
139
+ // 7.18.1.2 Minimum-width integer types
140
+ typedef int8_t int_least8_t;
141
+ typedef int16_t int_least16_t;
142
+ typedef int32_t int_least32_t;
143
+ typedef int64_t int_least64_t;
144
+ typedef uint8_t uint_least8_t;
145
+ typedef uint16_t uint_least16_t;
146
+ typedef uint32_t uint_least32_t;
147
+ typedef uint64_t uint_least64_t;
148
+
149
+ // 7.18.1.3 Fastest minimum-width integer types
150
+ typedef int8_t int_fast8_t;
151
+ typedef int16_t int_fast16_t;
152
+ typedef int32_t int_fast32_t;
153
+ typedef int64_t int_fast64_t;
154
+ typedef uint8_t uint_fast8_t;
155
+ typedef uint16_t uint_fast16_t;
156
+ typedef uint32_t uint_fast32_t;
157
+ typedef uint64_t uint_fast64_t;
158
+
159
+ // 7.18.1.4 Integer types capable of holding object pointers
160
+ #ifdef _WIN64 // [
161
+ typedef signed __int64 intptr_t;
162
+ typedef unsigned __int64 uintptr_t;
163
+ #else // _WIN64 ][
164
+ typedef _W64 signed int intptr_t;
165
+ typedef _W64 unsigned int uintptr_t;
166
+ #endif // _WIN64 ]
167
+
168
+ // 7.18.1.5 Greatest-width integer types
169
+ typedef int64_t intmax_t;
170
+ typedef uint64_t uintmax_t;
171
+
172
+
173
+ // 7.18.2 Limits of specified-width integer types
174
+
175
+ #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
176
+
177
+ // 7.18.2.1 Limits of exact-width integer types
178
+ #define INT8_MIN ((int8_t)_I8_MIN)
179
+ #define INT8_MAX _I8_MAX
180
+ #define INT16_MIN ((int16_t)_I16_MIN)
181
+ #define INT16_MAX _I16_MAX
182
+ #define INT32_MIN ((int32_t)_I32_MIN)
183
+ #define INT32_MAX _I32_MAX
184
+ #define INT64_MIN ((int64_t)_I64_MIN)
185
+ #define INT64_MAX _I64_MAX
186
+ #define UINT8_MAX _UI8_MAX
187
+ #define UINT16_MAX _UI16_MAX
188
+ #define UINT32_MAX _UI32_MAX
189
+ #define UINT64_MAX _UI64_MAX
190
+
191
+ // 7.18.2.2 Limits of minimum-width integer types
192
+ #define INT_LEAST8_MIN INT8_MIN
193
+ #define INT_LEAST8_MAX INT8_MAX
194
+ #define INT_LEAST16_MIN INT16_MIN
195
+ #define INT_LEAST16_MAX INT16_MAX
196
+ #define INT_LEAST32_MIN INT32_MIN
197
+ #define INT_LEAST32_MAX INT32_MAX
198
+ #define INT_LEAST64_MIN INT64_MIN
199
+ #define INT_LEAST64_MAX INT64_MAX
200
+ #define UINT_LEAST8_MAX UINT8_MAX
201
+ #define UINT_LEAST16_MAX UINT16_MAX
202
+ #define UINT_LEAST32_MAX UINT32_MAX
203
+ #define UINT_LEAST64_MAX UINT64_MAX
204
+
205
+ // 7.18.2.3 Limits of fastest minimum-width integer types
206
+ #define INT_FAST8_MIN INT8_MIN
207
+ #define INT_FAST8_MAX INT8_MAX
208
+ #define INT_FAST16_MIN INT16_MIN
209
+ #define INT_FAST16_MAX INT16_MAX
210
+ #define INT_FAST32_MIN INT32_MIN
211
+ #define INT_FAST32_MAX INT32_MAX
212
+ #define INT_FAST64_MIN INT64_MIN
213
+ #define INT_FAST64_MAX INT64_MAX
214
+ #define UINT_FAST8_MAX UINT8_MAX
215
+ #define UINT_FAST16_MAX UINT16_MAX
216
+ #define UINT_FAST32_MAX UINT32_MAX
217
+ #define UINT_FAST64_MAX UINT64_MAX
218
+
219
+ // 7.18.2.4 Limits of integer types capable of holding object pointers
220
+ #ifdef _WIN64 // [
221
+ # define INTPTR_MIN INT64_MIN
222
+ # define INTPTR_MAX INT64_MAX
223
+ # define UINTPTR_MAX UINT64_MAX
224
+ #else // _WIN64 ][
225
+ # define INTPTR_MIN INT32_MIN
226
+ # define INTPTR_MAX INT32_MAX
227
+ # define UINTPTR_MAX UINT32_MAX
228
+ #endif // _WIN64 ]
229
+
230
+ // 7.18.2.5 Limits of greatest-width integer types
231
+ #define INTMAX_MIN INT64_MIN
232
+ #define INTMAX_MAX INT64_MAX
233
+ #define UINTMAX_MAX UINT64_MAX
234
+
235
+ // 7.18.3 Limits of other integer types
236
+
237
+ #ifdef _WIN64 // [
238
+ # define PTRDIFF_MIN _I64_MIN
239
+ # define PTRDIFF_MAX _I64_MAX
240
+ #else // _WIN64 ][
241
+ # define PTRDIFF_MIN _I32_MIN
242
+ # define PTRDIFF_MAX _I32_MAX
243
+ #endif // _WIN64 ]
244
+
245
+ #define SIG_ATOMIC_MIN INT_MIN
246
+ #define SIG_ATOMIC_MAX INT_MAX
247
+
248
+ #ifndef SIZE_MAX // [
249
+ # ifdef _WIN64 // [
250
+ # define SIZE_MAX _UI64_MAX
251
+ # else // _WIN64 ][
252
+ # define SIZE_MAX _UI32_MAX
253
+ # endif // _WIN64 ]
254
+ #endif // SIZE_MAX ]
255
+
256
+ // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
257
+ #ifndef WCHAR_MIN // [
258
+ # define WCHAR_MIN 0
259
+ #endif // WCHAR_MIN ]
260
+ #ifndef WCHAR_MAX // [
261
+ # define WCHAR_MAX _UI16_MAX
262
+ #endif // WCHAR_MAX ]
263
+
264
+ #define WINT_MIN 0
265
+ #define WINT_MAX _UI16_MAX
266
+
267
+ #endif // __STDC_LIMIT_MACROS ]
268
+
269
+
270
+ // 7.18.4 Limits of other integer types
271
+
272
+ #if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260
273
+
274
+ // 7.18.4.1 Macros for minimum-width integer constants
275
+
276
+ #define INT8_C(val) val##i8
277
+ #define INT16_C(val) val##i16
278
+ #define INT32_C(val) val##i32
279
+ #define INT64_C(val) val##i64
280
+
281
+ #define UINT8_C(val) val##ui8
282
+ #define UINT16_C(val) val##ui16
283
+ #define UINT32_C(val) val##ui32
284
+ #define UINT64_C(val) val##ui64
285
+
286
+ // 7.18.4.2 Macros for greatest-width integer constants
287
+ // These #ifndef's are needed to prevent collisions with <boost/cstdint.hpp>.
288
+ // Check out Issue 9 for the details.
289
+ #ifndef INTMAX_C // [
290
+ # define INTMAX_C INT64_C
291
+ #endif // INTMAX_C ]
292
+ #ifndef UINTMAX_C // [
293
+ # define UINTMAX_C UINT64_C
294
+ #endif // UINTMAX_C ]
295
+
296
+ #endif // __STDC_CONSTANT_MACROS ]
297
+
298
+ #endif // _MSC_VER >= 1600 ]
299
+
300
+ #endif // _MSC_STDINT_H_ ]
@@ -0,0 +1,81 @@
1
+ // Tencent is pleased to support the open source community by making RapidJSON available.
2
+ //
3
+ // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
4
+ //
5
+ // Licensed under the MIT License (the "License"); you may not use this file except
6
+ // in compliance with the License. You may obtain a copy of the License at
7
+ //
8
+ // http://opensource.org/licenses/MIT
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software distributed
11
+ // under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
+ // CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
+ // specific language governing permissions and limitations under the License.
14
+
15
+ #ifndef RAPIDJSON_OSTREAMWRAPPER_H_
16
+ #define RAPIDJSON_OSTREAMWRAPPER_H_
17
+
18
+ #include "stream.h"
19
+ #include <iosfwd>
20
+
21
+ #ifdef __clang__
22
+ RAPIDJSON_DIAG_PUSH
23
+ RAPIDJSON_DIAG_OFF(padded)
24
+ #endif
25
+
26
+ RAPIDJSON_NAMESPACE_BEGIN
27
+
28
+ //! Wrapper of \c std::basic_ostream into RapidJSON's Stream concept.
29
+ /*!
30
+ The classes can be wrapped including but not limited to:
31
+
32
+ - \c std::ostringstream
33
+ - \c std::stringstream
34
+ - \c std::wpstringstream
35
+ - \c std::wstringstream
36
+ - \c std::ifstream
37
+ - \c std::fstream
38
+ - \c std::wofstream
39
+ - \c std::wfstream
40
+
41
+ \tparam StreamType Class derived from \c std::basic_ostream.
42
+ */
43
+
44
+ template <typename StreamType>
45
+ class BasicOStreamWrapper {
46
+ public:
47
+ typedef typename StreamType::char_type Ch;
48
+ BasicOStreamWrapper(StreamType& stream) : stream_(stream) {}
49
+
50
+ void Put(Ch c) {
51
+ stream_.put(c);
52
+ }
53
+
54
+ void Flush() {
55
+ stream_.flush();
56
+ }
57
+
58
+ // Not implemented
59
+ char Peek() const { RAPIDJSON_ASSERT(false); return 0; }
60
+ char Take() { RAPIDJSON_ASSERT(false); return 0; }
61
+ size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; }
62
+ char* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
63
+ size_t PutEnd(char*) { RAPIDJSON_ASSERT(false); return 0; }
64
+
65
+ private:
66
+ BasicOStreamWrapper(const BasicOStreamWrapper&);
67
+ BasicOStreamWrapper& operator=(const BasicOStreamWrapper&);
68
+
69
+ StreamType& stream_;
70
+ };
71
+
72
+ typedef BasicOStreamWrapper<std::ostream> OStreamWrapper;
73
+ typedef BasicOStreamWrapper<std::wostream> WOStreamWrapper;
74
+
75
+ #ifdef __clang__
76
+ RAPIDJSON_DIAG_POP
77
+ #endif
78
+
79
+ RAPIDJSON_NAMESPACE_END
80
+
81
+ #endif // RAPIDJSON_OSTREAMWRAPPER_H_
@@ -0,0 +1,1415 @@
1
+ // Tencent is pleased to support the open source community by making RapidJSON available.
2
+ //
3
+ // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
4
+ //
5
+ // Licensed under the MIT License (the "License"); you may not use this file except
6
+ // in compliance with the License. You may obtain a copy of the License at
7
+ //
8
+ // http://opensource.org/licenses/MIT
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software distributed
11
+ // under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
+ // CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
+ // specific language governing permissions and limitations under the License.
14
+
15
+ #ifndef RAPIDJSON_POINTER_H_
16
+ #define RAPIDJSON_POINTER_H_
17
+
18
+ #include "document.h"
19
+ #include "internal/itoa.h"
20
+
21
+ #ifdef __clang__
22
+ RAPIDJSON_DIAG_PUSH
23
+ RAPIDJSON_DIAG_OFF(switch-enum)
24
+ #elif defined(_MSC_VER)
25
+ RAPIDJSON_DIAG_PUSH
26
+ RAPIDJSON_DIAG_OFF(4512) // assignment operator could not be generated
27
+ #endif
28
+
29
+ RAPIDJSON_NAMESPACE_BEGIN
30
+
31
+ static const SizeType kPointerInvalidIndex = ~SizeType(0); //!< Represents an invalid index in GenericPointer::Token
32
+
33
+ //! Error code of parsing.
34
+ /*! \ingroup RAPIDJSON_ERRORS
35
+ \see GenericPointer::GenericPointer, GenericPointer::GetParseErrorCode
36
+ */
37
+ enum PointerParseErrorCode {
38
+ kPointerParseErrorNone = 0, //!< The parse is successful
39
+
40
+ kPointerParseErrorTokenMustBeginWithSolidus, //!< A token must begin with a '/'
41
+ kPointerParseErrorInvalidEscape, //!< Invalid escape
42
+ kPointerParseErrorInvalidPercentEncoding, //!< Invalid percent encoding in URI fragment
43
+ kPointerParseErrorCharacterMustPercentEncode //!< A character must percent encoded in URI fragment
44
+ };
45
+
46
+ ///////////////////////////////////////////////////////////////////////////////
47
+ // GenericPointer
48
+
49
+ //! Represents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator.
50
+ /*!
51
+ This class implements RFC 6901 "JavaScript Object Notation (JSON) Pointer"
52
+ (https://tools.ietf.org/html/rfc6901).
53
+
54
+ A JSON pointer is for identifying a specific value in a JSON document
55
+ (GenericDocument). It can simplify coding of DOM tree manipulation, because it
56
+ can access multiple-level depth of DOM tree with single API call.
57
+
58
+ After it parses a string representation (e.g. "/foo/0" or URI fragment
59
+ representation (e.g. "#/foo/0") into its internal representation (tokens),
60
+ it can be used to resolve a specific value in multiple documents, or sub-tree
61
+ of documents.
62
+
63
+ Contrary to GenericValue, Pointer can be copy constructed and copy assigned.
64
+ Apart from assignment, a Pointer cannot be modified after construction.
65
+
66
+ Although Pointer is very convenient, please aware that constructing Pointer
67
+ involves parsing and dynamic memory allocation. A special constructor with user-
68
+ supplied tokens eliminates these.
69
+
70
+ GenericPointer depends on GenericDocument and GenericValue.
71
+
72
+ \tparam ValueType The value type of the DOM tree. E.g. GenericValue<UTF8<> >
73
+ \tparam Allocator The allocator type for allocating memory for internal representation.
74
+
75
+ \note GenericPointer uses same encoding of ValueType.
76
+ However, Allocator of GenericPointer is independent of Allocator of Value.
77
+ */
78
+ template <typename ValueType, typename Allocator = CrtAllocator>
79
+ class GenericPointer {
80
+ public:
81
+ typedef typename ValueType::EncodingType EncodingType; //!< Encoding type from Value
82
+ typedef typename ValueType::Ch Ch; //!< Character type from Value
83
+
84
+ //! A token is the basic units of internal representation.
85
+ /*!
86
+ A JSON pointer string representation "/foo/123" is parsed to two tokens:
87
+ "foo" and 123. 123 will be represented in both numeric form and string form.
88
+ They are resolved according to the actual value type (object or array).
89
+
90
+ For token that are not numbers, or the numeric value is out of bound
91
+ (greater than limits of SizeType), they are only treated as string form
92
+ (i.e. the token's index will be equal to kPointerInvalidIndex).
93
+
94
+ This struct is public so that user can create a Pointer without parsing and
95
+ allocation, using a special constructor.
96
+ */
97
+ struct Token {
98
+ const Ch* name; //!< Name of the token. It has null character at the end but it can contain null character.
99
+ SizeType length; //!< Length of the name.
100
+ SizeType index; //!< A valid array index, if it is not equal to kPointerInvalidIndex.
101
+ };
102
+
103
+ //!@name Constructors and destructor.
104
+ //@{
105
+
106
+ //! Default constructor.
107
+ GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {}
108
+
109
+ //! Constructor that parses a string or URI fragment representation.
110
+ /*!
111
+ \param source A null-terminated, string or URI fragment representation of JSON pointer.
112
+ \param allocator User supplied allocator for this pointer. If no allocator is provided, it creates a self-owned one.
113
+ */
114
+ explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {
115
+ Parse(source, internal::StrLen(source));
116
+ }
117
+
118
+ #if RAPIDJSON_HAS_STDSTRING
119
+ //! Constructor that parses a string or URI fragment representation.
120
+ /*!
121
+ \param source A string or URI fragment representation of JSON pointer.
122
+ \param allocator User supplied allocator for this pointer. If no allocator is provided, it creates a self-owned one.
123
+ \note Requires the definition of the preprocessor symbol \ref RAPIDJSON_HAS_STDSTRING.
124
+ */
125
+ explicit GenericPointer(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {
126
+ Parse(source.c_str(), source.size());
127
+ }
128
+ #endif
129
+
130
+ //! Constructor that parses a string or URI fragment representation, with length of the source string.
131
+ /*!
132
+ \param source A string or URI fragment representation of JSON pointer.
133
+ \param length Length of source.
134
+ \param allocator User supplied allocator for this pointer. If no allocator is provided, it creates a self-owned one.
135
+ \note Slightly faster than the overload without length.
136
+ */
137
+ GenericPointer(const Ch* source, size_t length, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {
138
+ Parse(source, length);
139
+ }
140
+
141
+ //! Constructor with user-supplied tokens.
142
+ /*!
143
+ This constructor let user supplies const array of tokens.
144
+ This prevents the parsing process and eliminates allocation.
145
+ This is preferred for memory constrained environments.
146
+
147
+ \param tokens An constant array of tokens representing the JSON pointer.
148
+ \param tokenCount Number of tokens.
149
+
150
+ \b Example
151
+ \code
152
+ #define NAME(s) { s, sizeof(s) / sizeof(s[0]) - 1, kPointerInvalidIndex }
153
+ #define INDEX(i) { #i, sizeof(#i) - 1, i }
154
+
155
+ static const Pointer::Token kTokens[] = { NAME("foo"), INDEX(123) };
156
+ static const Pointer p(kTokens, sizeof(kTokens) / sizeof(kTokens[0]));
157
+ // Equivalent to static const Pointer p("/foo/123");
158
+
159
+ #undef NAME
160
+ #undef INDEX
161
+ \endcode
162
+ */
163
+ GenericPointer(const Token* tokens, size_t tokenCount) : allocator_(), ownAllocator_(), nameBuffer_(), tokens_(const_cast<Token*>(tokens)), tokenCount_(tokenCount), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {}
164
+
165
+ //! Copy constructor.
166
+ GenericPointer(const GenericPointer& rhs) : allocator_(rhs.allocator_), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {
167
+ *this = rhs;
168
+ }
169
+
170
+ //! Copy constructor.
171
+ GenericPointer(const GenericPointer& rhs, Allocator* allocator) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {
172
+ *this = rhs;
173
+ }
174
+
175
+ //! Destructor.
176
+ ~GenericPointer() {
177
+ if (nameBuffer_) // If user-supplied tokens constructor is used, nameBuffer_ is nullptr and tokens_ are not deallocated.
178
+ Allocator::Free(tokens_);
179
+ RAPIDJSON_DELETE(ownAllocator_);
180
+ }
181
+
182
+ //! Assignment operator.
183
+ GenericPointer& operator=(const GenericPointer& rhs) {
184
+ if (this != &rhs) {
185
+ // Do not delete ownAllcator
186
+ if (nameBuffer_)
187
+ Allocator::Free(tokens_);
188
+
189
+ tokenCount_ = rhs.tokenCount_;
190
+ parseErrorOffset_ = rhs.parseErrorOffset_;
191
+ parseErrorCode_ = rhs.parseErrorCode_;
192
+
193
+ if (rhs.nameBuffer_)
194
+ CopyFromRaw(rhs); // Normally parsed tokens.
195
+ else {
196
+ tokens_ = rhs.tokens_; // User supplied const tokens.
197
+ nameBuffer_ = 0;
198
+ }
199
+ }
200
+ return *this;
201
+ }
202
+
203
+ //! Swap the content of this pointer with an other.
204
+ /*!
205
+ \param other The pointer to swap with.
206
+ \note Constant complexity.
207
+ */
208
+ GenericPointer& Swap(GenericPointer& other) RAPIDJSON_NOEXCEPT {
209
+ internal::Swap(allocator_, other.allocator_);
210
+ internal::Swap(ownAllocator_, other.ownAllocator_);
211
+ internal::Swap(nameBuffer_, other.nameBuffer_);
212
+ internal::Swap(tokens_, other.tokens_);
213
+ internal::Swap(tokenCount_, other.tokenCount_);
214
+ internal::Swap(parseErrorOffset_, other.parseErrorOffset_);
215
+ internal::Swap(parseErrorCode_, other.parseErrorCode_);
216
+ return *this;
217
+ }
218
+
219
+ //! free-standing swap function helper
220
+ /*!
221
+ Helper function to enable support for common swap implementation pattern based on \c std::swap:
222
+ \code
223
+ void swap(MyClass& a, MyClass& b) {
224
+ using std::swap;
225
+ swap(a.pointer, b.pointer);
226
+ // ...
227
+ }
228
+ \endcode
229
+ \see Swap()
230
+ */
231
+ friend inline void swap(GenericPointer& a, GenericPointer& b) RAPIDJSON_NOEXCEPT { a.Swap(b); }
232
+
233
+ //@}
234
+
235
+ //!@name Append token
236
+ //@{
237
+
238
+ //! Append a token and return a new Pointer
239
+ /*!
240
+ \param token Token to be appended.
241
+ \param allocator Allocator for the newly return Pointer.
242
+ \return A new Pointer with appended token.
243
+ */
244
+ GenericPointer Append(const Token& token, Allocator* allocator = 0) const {
245
+ GenericPointer r;
246
+ r.allocator_ = allocator;
247
+ Ch *p = r.CopyFromRaw(*this, 1, token.length + 1);
248
+ std::memcpy(p, token.name, (token.length + 1) * sizeof(Ch));
249
+ r.tokens_[tokenCount_].name = p;
250
+ r.tokens_[tokenCount_].length = token.length;
251
+ r.tokens_[tokenCount_].index = token.index;
252
+ return r;
253
+ }
254
+
255
+ //! Append a name token with length, and return a new Pointer
256
+ /*!
257
+ \param name Name to be appended.
258
+ \param length Length of name.
259
+ \param allocator Allocator for the newly return Pointer.
260
+ \return A new Pointer with appended token.
261
+ */
262
+ GenericPointer Append(const Ch* name, SizeType length, Allocator* allocator = 0) const {
263
+ Token token = { name, length, kPointerInvalidIndex };
264
+ return Append(token, allocator);
265
+ }
266
+
267
+ //! Append a name token without length, and return a new Pointer
268
+ /*!
269
+ \param name Name (const Ch*) to be appended.
270
+ \param allocator Allocator for the newly return Pointer.
271
+ \return A new Pointer with appended token.
272
+ */
273
+ template <typename T>
274
+ RAPIDJSON_DISABLEIF_RETURN((internal::NotExpr<internal::IsSame<typename internal::RemoveConst<T>::Type, Ch> >), (GenericPointer))
275
+ Append(T* name, Allocator* allocator = 0) const {
276
+ return Append(name, internal::StrLen(name), allocator);
277
+ }
278
+
279
+ #if RAPIDJSON_HAS_STDSTRING
280
+ //! Append a name token, and return a new Pointer
281
+ /*!
282
+ \param name Name to be appended.
283
+ \param allocator Allocator for the newly return Pointer.
284
+ \return A new Pointer with appended token.
285
+ */
286
+ GenericPointer Append(const std::basic_string<Ch>& name, Allocator* allocator = 0) const {
287
+ return Append(name.c_str(), static_cast<SizeType>(name.size()), allocator);
288
+ }
289
+ #endif
290
+
291
+ //! Append a index token, and return a new Pointer
292
+ /*!
293
+ \param index Index to be appended.
294
+ \param allocator Allocator for the newly return Pointer.
295
+ \return A new Pointer with appended token.
296
+ */
297
+ GenericPointer Append(SizeType index, Allocator* allocator = 0) const {
298
+ char buffer[21];
299
+ char* end = sizeof(SizeType) == 4 ? internal::u32toa(index, buffer) : internal::u64toa(index, buffer);
300
+ SizeType length = static_cast<SizeType>(end - buffer);
301
+ buffer[length] = '\0';
302
+
303
+ if (sizeof(Ch) == 1) {
304
+ Token token = { reinterpret_cast<Ch*>(buffer), length, index };
305
+ return Append(token, allocator);
306
+ }
307
+ else {
308
+ Ch name[21];
309
+ for (size_t i = 0; i <= length; i++)
310
+ name[i] = static_cast<Ch>(buffer[i]);
311
+ Token token = { name, length, index };
312
+ return Append(token, allocator);
313
+ }
314
+ }
315
+
316
+ //! Append a token by value, and return a new Pointer
317
+ /*!
318
+ \param token token to be appended.
319
+ \param allocator Allocator for the newly return Pointer.
320
+ \return A new Pointer with appended token.
321
+ */
322
+ GenericPointer Append(const ValueType& token, Allocator* allocator = 0) const {
323
+ if (token.IsString())
324
+ return Append(token.GetString(), token.GetStringLength(), allocator);
325
+ else {
326
+ RAPIDJSON_ASSERT(token.IsUint64());
327
+ RAPIDJSON_ASSERT(token.GetUint64() <= SizeType(~0));
328
+ return Append(static_cast<SizeType>(token.GetUint64()), allocator);
329
+ }
330
+ }
331
+
332
+ //!@name Handling Parse Error
333
+ //@{
334
+
335
+ //! Check whether this is a valid pointer.
336
+ bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; }
337
+
338
+ //! Get the parsing error offset in code unit.
339
+ size_t GetParseErrorOffset() const { return parseErrorOffset_; }
340
+
341
+ //! Get the parsing error code.
342
+ PointerParseErrorCode GetParseErrorCode() const { return parseErrorCode_; }
343
+
344
+ //@}
345
+
346
+ //! Get the allocator of this pointer.
347
+ Allocator& GetAllocator() { return *allocator_; }
348
+
349
+ //!@name Tokens
350
+ //@{
351
+
352
+ //! Get the token array (const version only).
353
+ const Token* GetTokens() const { return tokens_; }
354
+
355
+ //! Get the number of tokens.
356
+ size_t GetTokenCount() const { return tokenCount_; }
357
+
358
+ //@}
359
+
360
+ //!@name Equality/inequality operators
361
+ //@{
362
+
363
+ //! Equality operator.
364
+ /*!
365
+ \note When any pointers are invalid, always returns false.
366
+ */
367
+ bool operator==(const GenericPointer& rhs) const {
368
+ if (!IsValid() || !rhs.IsValid() || tokenCount_ != rhs.tokenCount_)
369
+ return false;
370
+
371
+ for (size_t i = 0; i < tokenCount_; i++) {
372
+ if (tokens_[i].index != rhs.tokens_[i].index ||
373
+ tokens_[i].length != rhs.tokens_[i].length ||
374
+ (tokens_[i].length != 0 && std::memcmp(tokens_[i].name, rhs.tokens_[i].name, sizeof(Ch)* tokens_[i].length) != 0))
375
+ {
376
+ return false;
377
+ }
378
+ }
379
+
380
+ return true;
381
+ }
382
+
383
+ //! Inequality operator.
384
+ /*!
385
+ \note When any pointers are invalid, always returns true.
386
+ */
387
+ bool operator!=(const GenericPointer& rhs) const { return !(*this == rhs); }
388
+
389
+ //! Less than operator.
390
+ /*!
391
+ \note Invalid pointers are always greater than valid ones.
392
+ */
393
+ bool operator<(const GenericPointer& rhs) const {
394
+ if (!IsValid())
395
+ return false;
396
+ if (!rhs.IsValid())
397
+ return true;
398
+
399
+ if (tokenCount_ != rhs.tokenCount_)
400
+ return tokenCount_ < rhs.tokenCount_;
401
+
402
+ for (size_t i = 0; i < tokenCount_; i++) {
403
+ if (tokens_[i].index != rhs.tokens_[i].index)
404
+ return tokens_[i].index < rhs.tokens_[i].index;
405
+
406
+ if (tokens_[i].length != rhs.tokens_[i].length)
407
+ return tokens_[i].length < rhs.tokens_[i].length;
408
+
409
+ if (int cmp = std::memcmp(tokens_[i].name, rhs.tokens_[i].name, sizeof(Ch) * tokens_[i].length))
410
+ return cmp < 0;
411
+ }
412
+
413
+ return false;
414
+ }
415
+
416
+ //@}
417
+
418
+ //!@name Stringify
419
+ //@{
420
+
421
+ //! Stringify the pointer into string representation.
422
+ /*!
423
+ \tparam OutputStream Type of output stream.
424
+ \param os The output stream.
425
+ */
426
+ template<typename OutputStream>
427
+ bool Stringify(OutputStream& os) const {
428
+ return Stringify<false, OutputStream>(os);
429
+ }
430
+
431
+ //! Stringify the pointer into URI fragment representation.
432
+ /*!
433
+ \tparam OutputStream Type of output stream.
434
+ \param os The output stream.
435
+ */
436
+ template<typename OutputStream>
437
+ bool StringifyUriFragment(OutputStream& os) const {
438
+ return Stringify<true, OutputStream>(os);
439
+ }
440
+
441
+ //@}
442
+
443
+ //!@name Create value
444
+ //@{
445
+
446
+ //! Create a value in a subtree.
447
+ /*!
448
+ If the value is not exist, it creates all parent values and a JSON Null value.
449
+ So it always succeed and return the newly created or existing value.
450
+
451
+ Remind that it may change types of parents according to tokens, so it
452
+ potentially removes previously stored values. For example, if a document
453
+ was an array, and "/foo" is used to create a value, then the document
454
+ will be changed to an object, and all existing array elements are lost.
455
+
456
+ \param root Root value of a DOM subtree to be resolved. It can be any value other than document root.
457
+ \param allocator Allocator for creating the values if the specified value or its parents are not exist.
458
+ \param alreadyExist If non-null, it stores whether the resolved value is already exist.
459
+ \return The resolved newly created (a JSON Null value), or already exists value.
460
+ */
461
+ ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExist = 0) const {
462
+ RAPIDJSON_ASSERT(IsValid());
463
+ ValueType* v = &root;
464
+ bool exist = true;
465
+ for (const Token *t = tokens_; t != tokens_ + tokenCount_; ++t) {
466
+ if (v->IsArray() && t->name[0] == '-' && t->length == 1) {
467
+ v->PushBack(ValueType().Move(), allocator);
468
+ v = &((*v)[v->Size() - 1]);
469
+ exist = false;
470
+ }
471
+ else {
472
+ if (t->index == kPointerInvalidIndex) { // must be object name
473
+ if (!v->IsObject())
474
+ v->SetObject(); // Change to Object
475
+ }
476
+ else { // object name or array index
477
+ if (!v->IsArray() && !v->IsObject())
478
+ v->SetArray(); // Change to Array
479
+ }
480
+
481
+ if (v->IsArray()) {
482
+ if (t->index >= v->Size()) {
483
+ v->Reserve(t->index + 1, allocator);
484
+ while (t->index >= v->Size())
485
+ v->PushBack(ValueType().Move(), allocator);
486
+ exist = false;
487
+ }
488
+ v = &((*v)[t->index]);
489
+ }
490
+ else {
491
+ typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<Ch>(t->name, t->length)));
492
+ if (m == v->MemberEnd()) {
493
+ v->AddMember(ValueType(t->name, t->length, allocator).Move(), ValueType().Move(), allocator);
494
+ m = v->MemberEnd();
495
+ v = &(--m)->value; // Assumes AddMember() appends at the end
496
+ exist = false;
497
+ }
498
+ else
499
+ v = &m->value;
500
+ }
501
+ }
502
+ }
503
+
504
+ if (alreadyExist)
505
+ *alreadyExist = exist;
506
+
507
+ return *v;
508
+ }
509
+
510
+ //! Creates a value in a document.
511
+ /*!
512
+ \param document A document to be resolved.
513
+ \param alreadyExist If non-null, it stores whether the resolved value is already exist.
514
+ \return The resolved newly created, or already exists value.
515
+ */
516
+ template <typename stackAllocator>
517
+ ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const {
518
+ return Create(document, document.GetAllocator(), alreadyExist);
519
+ }
520
+
521
+ //@}
522
+
523
+ //!@name Query value
524
+ //@{
525
+
526
+ //! Query a value in a subtree.
527
+ /*!
528
+ \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
529
+ \param unresolvedTokenIndex If the pointer cannot resolve a token in the pointer, this parameter can obtain the index of unresolved token.
530
+ \return Pointer to the value if it can be resolved. Otherwise null.
531
+
532
+ \note
533
+ There are only 3 situations when a value cannot be resolved:
534
+ 1. A value in the path is not an array nor object.
535
+ 2. An object value does not contain the token.
536
+ 3. A token is out of range of an array value.
537
+
538
+ Use unresolvedTokenIndex to retrieve the token index.
539
+ */
540
+ ValueType* Get(ValueType& root, size_t* unresolvedTokenIndex = 0) const {
541
+ RAPIDJSON_ASSERT(IsValid());
542
+ ValueType* v = &root;
543
+ for (const Token *t = tokens_; t != tokens_ + tokenCount_; ++t) {
544
+ switch (v->GetType()) {
545
+ case kObjectType:
546
+ {
547
+ typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<Ch>(t->name, t->length)));
548
+ if (m == v->MemberEnd())
549
+ break;
550
+ v = &m->value;
551
+ }
552
+ continue;
553
+ case kArrayType:
554
+ if (t->index == kPointerInvalidIndex || t->index >= v->Size())
555
+ break;
556
+ v = &((*v)[t->index]);
557
+ continue;
558
+ default:
559
+ break;
560
+ }
561
+
562
+ // Error: unresolved token
563
+ if (unresolvedTokenIndex)
564
+ *unresolvedTokenIndex = static_cast<size_t>(t - tokens_);
565
+ return 0;
566
+ }
567
+ return v;
568
+ }
569
+
570
+ //! Query a const value in a const subtree.
571
+ /*!
572
+ \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
573
+ \return Pointer to the value if it can be resolved. Otherwise null.
574
+ */
575
+ const ValueType* Get(const ValueType& root, size_t* unresolvedTokenIndex = 0) const {
576
+ return Get(const_cast<ValueType&>(root), unresolvedTokenIndex);
577
+ }
578
+
579
+ //@}
580
+
581
+ //!@name Query a value with default
582
+ //@{
583
+
584
+ //! Query a value in a subtree with default value.
585
+ /*!
586
+ Similar to Get(), but if the specified value do not exists, it creates all parents and clone the default value.
587
+ So that this function always succeed.
588
+
589
+ \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
590
+ \param defaultValue Default value to be cloned if the value was not exists.
591
+ \param allocator Allocator for creating the values if the specified value or its parents are not exist.
592
+ \see Create()
593
+ */
594
+ ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::AllocatorType& allocator) const {
595
+ bool alreadyExist;
596
+ ValueType& v = Create(root, allocator, &alreadyExist);
597
+ return alreadyExist ? v : v.CopyFrom(defaultValue, allocator);
598
+ }
599
+
600
+ //! Query a value in a subtree with default null-terminated string.
601
+ ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorType& allocator) const {
602
+ bool alreadyExist;
603
+ ValueType& v = Create(root, allocator, &alreadyExist);
604
+ return alreadyExist ? v : v.SetString(defaultValue, allocator);
605
+ }
606
+
607
+ #if RAPIDJSON_HAS_STDSTRING
608
+ //! Query a value in a subtree with default std::basic_string.
609
+ ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename ValueType::AllocatorType& allocator) const {
610
+ bool alreadyExist;
611
+ ValueType& v = Create(root, allocator, &alreadyExist);
612
+ return alreadyExist ? v : v.SetString(defaultValue, allocator);
613
+ }
614
+ #endif
615
+
616
+ //! Query a value in a subtree with default primitive value.
617
+ /*!
618
+ \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t, \c bool
619
+ */
620
+ template <typename T>
621
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T>, internal::IsGenericValue<T> >), (ValueType&))
622
+ GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) const {
623
+ return GetWithDefault(root, ValueType(defaultValue).Move(), allocator);
624
+ }
625
+
626
+ //! Query a value in a document with default value.
627
+ template <typename stackAllocator>
628
+ ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const {
629
+ return GetWithDefault(document, defaultValue, document.GetAllocator());
630
+ }
631
+
632
+ //! Query a value in a document with default null-terminated string.
633
+ template <typename stackAllocator>
634
+ ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaultValue) const {
635
+ return GetWithDefault(document, defaultValue, document.GetAllocator());
636
+ }
637
+
638
+ #if RAPIDJSON_HAS_STDSTRING
639
+ //! Query a value in a document with default std::basic_string.
640
+ template <typename stackAllocator>
641
+ ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& defaultValue) const {
642
+ return GetWithDefault(document, defaultValue, document.GetAllocator());
643
+ }
644
+ #endif
645
+
646
+ //! Query a value in a document with default primitive value.
647
+ /*!
648
+ \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t, \c bool
649
+ */
650
+ template <typename T, typename stackAllocator>
651
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T>, internal::IsGenericValue<T> >), (ValueType&))
652
+ GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) const {
653
+ return GetWithDefault(document, defaultValue, document.GetAllocator());
654
+ }
655
+
656
+ //@}
657
+
658
+ //!@name Set a value
659
+ //@{
660
+
661
+ //! Set a value in a subtree, with move semantics.
662
+ /*!
663
+ It creates all parents if they are not exist or types are different to the tokens.
664
+ So this function always succeeds but potentially remove existing values.
665
+
666
+ \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
667
+ \param value Value to be set.
668
+ \param allocator Allocator for creating the values if the specified value or its parents are not exist.
669
+ \see Create()
670
+ */
671
+ ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) const {
672
+ return Create(root, allocator) = value;
673
+ }
674
+
675
+ //! Set a value in a subtree, with copy semantics.
676
+ ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocator) const {
677
+ return Create(root, allocator).CopyFrom(value, allocator);
678
+ }
679
+
680
+ //! Set a null-terminated string in a subtree.
681
+ ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) const {
682
+ return Create(root, allocator) = ValueType(value, allocator).Move();
683
+ }
684
+
685
+ #if RAPIDJSON_HAS_STDSTRING
686
+ //! Set a std::basic_string in a subtree.
687
+ ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorType& allocator) const {
688
+ return Create(root, allocator) = ValueType(value, allocator).Move();
689
+ }
690
+ #endif
691
+
692
+ //! Set a primitive value in a subtree.
693
+ /*!
694
+ \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t, \c bool
695
+ */
696
+ template <typename T>
697
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T>, internal::IsGenericValue<T> >), (ValueType&))
698
+ Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const {
699
+ return Create(root, allocator) = ValueType(value).Move();
700
+ }
701
+
702
+ //! Set a value in a document, with move semantics.
703
+ template <typename stackAllocator>
704
+ ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value) const {
705
+ return Create(document) = value;
706
+ }
707
+
708
+ //! Set a value in a document, with copy semantics.
709
+ template <typename stackAllocator>
710
+ ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& value) const {
711
+ return Create(document).CopyFrom(value, document.GetAllocator());
712
+ }
713
+
714
+ //! Set a null-terminated string in a document.
715
+ template <typename stackAllocator>
716
+ ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* value) const {
717
+ return Create(document) = ValueType(value, document.GetAllocator()).Move();
718
+ }
719
+
720
+ #if RAPIDJSON_HAS_STDSTRING
721
+ //! Sets a std::basic_string in a document.
722
+ template <typename stackAllocator>
723
+ ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& value) const {
724
+ return Create(document) = ValueType(value, document.GetAllocator()).Move();
725
+ }
726
+ #endif
727
+
728
+ //! Set a primitive value in a document.
729
+ /*!
730
+ \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t, \c bool
731
+ */
732
+ template <typename T, typename stackAllocator>
733
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T>, internal::IsGenericValue<T> >), (ValueType&))
734
+ Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T value) const {
735
+ return Create(document) = value;
736
+ }
737
+
738
+ //@}
739
+
740
+ //!@name Swap a value
741
+ //@{
742
+
743
+ //! Swap a value with a value in a subtree.
744
+ /*!
745
+ It creates all parents if they are not exist or types are different to the tokens.
746
+ So this function always succeeds but potentially remove existing values.
747
+
748
+ \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
749
+ \param value Value to be swapped.
750
+ \param allocator Allocator for creating the values if the specified value or its parents are not exist.
751
+ \see Create()
752
+ */
753
+ ValueType& Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) const {
754
+ return Create(root, allocator).Swap(value);
755
+ }
756
+
757
+ //! Swap a value with a value in a document.
758
+ template <typename stackAllocator>
759
+ ValueType& Swap(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value) const {
760
+ return Create(document).Swap(value);
761
+ }
762
+
763
+ //@}
764
+
765
+ //! Erase a value in a subtree.
766
+ /*!
767
+ \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
768
+ \return Whether the resolved value is found and erased.
769
+
770
+ \note Erasing with an empty pointer \c Pointer(""), i.e. the root, always fail and return false.
771
+ */
772
+ bool Erase(ValueType& root) const {
773
+ RAPIDJSON_ASSERT(IsValid());
774
+ if (tokenCount_ == 0) // Cannot erase the root
775
+ return false;
776
+
777
+ ValueType* v = &root;
778
+ const Token* last = tokens_ + (tokenCount_ - 1);
779
+ for (const Token *t = tokens_; t != last; ++t) {
780
+ switch (v->GetType()) {
781
+ case kObjectType:
782
+ {
783
+ typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<Ch>(t->name, t->length)));
784
+ if (m == v->MemberEnd())
785
+ return false;
786
+ v = &m->value;
787
+ }
788
+ break;
789
+ case kArrayType:
790
+ if (t->index == kPointerInvalidIndex || t->index >= v->Size())
791
+ return false;
792
+ v = &((*v)[t->index]);
793
+ break;
794
+ default:
795
+ return false;
796
+ }
797
+ }
798
+
799
+ switch (v->GetType()) {
800
+ case kObjectType:
801
+ return v->EraseMember(GenericStringRef<Ch>(last->name, last->length));
802
+ case kArrayType:
803
+ if (last->index == kPointerInvalidIndex || last->index >= v->Size())
804
+ return false;
805
+ v->Erase(v->Begin() + last->index);
806
+ return true;
807
+ default:
808
+ return false;
809
+ }
810
+ }
811
+
812
+ private:
813
+ //! Clone the content from rhs to this.
814
+ /*!
815
+ \param rhs Source pointer.
816
+ \param extraToken Extra tokens to be allocated.
817
+ \param extraNameBufferSize Extra name buffer size (in number of Ch) to be allocated.
818
+ \return Start of non-occupied name buffer, for storing extra names.
819
+ */
820
+ Ch* CopyFromRaw(const GenericPointer& rhs, size_t extraToken = 0, size_t extraNameBufferSize = 0) {
821
+ if (!allocator_) // allocator is independently owned.
822
+ ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator)();
823
+
824
+ size_t nameBufferSize = rhs.tokenCount_; // null terminators for tokens
825
+ for (Token *t = rhs.tokens_; t != rhs.tokens_ + rhs.tokenCount_; ++t)
826
+ nameBufferSize += t->length;
827
+
828
+ tokenCount_ = rhs.tokenCount_ + extraToken;
829
+ tokens_ = static_cast<Token *>(allocator_->Malloc(tokenCount_ * sizeof(Token) + (nameBufferSize + extraNameBufferSize) * sizeof(Ch)));
830
+ nameBuffer_ = reinterpret_cast<Ch *>(tokens_ + tokenCount_);
831
+ if (rhs.tokenCount_ > 0) {
832
+ std::memcpy(tokens_, rhs.tokens_, rhs.tokenCount_ * sizeof(Token));
833
+ }
834
+ if (nameBufferSize > 0) {
835
+ std::memcpy(nameBuffer_, rhs.nameBuffer_, nameBufferSize * sizeof(Ch));
836
+ }
837
+
838
+ // Adjust pointers to name buffer
839
+ std::ptrdiff_t diff = nameBuffer_ - rhs.nameBuffer_;
840
+ for (Token *t = tokens_; t != tokens_ + rhs.tokenCount_; ++t)
841
+ t->name += diff;
842
+
843
+ return nameBuffer_ + nameBufferSize;
844
+ }
845
+
846
+ //! Check whether a character should be percent-encoded.
847
+ /*!
848
+ According to RFC 3986 2.3 Unreserved Characters.
849
+ \param c The character (code unit) to be tested.
850
+ */
851
+ bool NeedPercentEncode(Ch c) const {
852
+ return !((c >= '0' && c <= '9') || (c >= 'A' && c <='Z') || (c >= 'a' && c <= 'z') || c == '-' || c == '.' || c == '_' || c =='~');
853
+ }
854
+
855
+ //! Parse a JSON String or its URI fragment representation into tokens.
856
+ #ifndef __clang__ // -Wdocumentation
857
+ /*!
858
+ \param source Either a JSON Pointer string, or its URI fragment representation. Not need to be null terminated.
859
+ \param length Length of the source string.
860
+ \note Source cannot be JSON String Representation of JSON Pointer, e.g. In "/\u0000", \u0000 will not be unescaped.
861
+ */
862
+ #endif
863
+ void Parse(const Ch* source, size_t length) {
864
+ RAPIDJSON_ASSERT(source != NULL);
865
+ RAPIDJSON_ASSERT(nameBuffer_ == 0);
866
+ RAPIDJSON_ASSERT(tokens_ == 0);
867
+
868
+ // Create own allocator if user did not supply.
869
+ if (!allocator_)
870
+ ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator)();
871
+
872
+ // Count number of '/' as tokenCount
873
+ tokenCount_ = 0;
874
+ for (const Ch* s = source; s != source + length; s++)
875
+ if (*s == '/')
876
+ tokenCount_++;
877
+
878
+ Token* token = tokens_ = static_cast<Token *>(allocator_->Malloc(tokenCount_ * sizeof(Token) + length * sizeof(Ch)));
879
+ Ch* name = nameBuffer_ = reinterpret_cast<Ch *>(tokens_ + tokenCount_);
880
+ size_t i = 0;
881
+
882
+ // Detect if it is a URI fragment
883
+ bool uriFragment = false;
884
+ if (source[i] == '#') {
885
+ uriFragment = true;
886
+ i++;
887
+ }
888
+
889
+ if (i != length && source[i] != '/') {
890
+ parseErrorCode_ = kPointerParseErrorTokenMustBeginWithSolidus;
891
+ goto error;
892
+ }
893
+
894
+ while (i < length) {
895
+ RAPIDJSON_ASSERT(source[i] == '/');
896
+ i++; // consumes '/'
897
+
898
+ token->name = name;
899
+ bool isNumber = true;
900
+
901
+ while (i < length && source[i] != '/') {
902
+ Ch c = source[i];
903
+ if (uriFragment) {
904
+ // Decoding percent-encoding for URI fragment
905
+ if (c == '%') {
906
+ PercentDecodeStream is(&source[i], source + length);
907
+ GenericInsituStringStream<EncodingType> os(name);
908
+ Ch* begin = os.PutBegin();
909
+ if (!Transcoder<UTF8<>, EncodingType>().Validate(is, os) || !is.IsValid()) {
910
+ parseErrorCode_ = kPointerParseErrorInvalidPercentEncoding;
911
+ goto error;
912
+ }
913
+ size_t len = os.PutEnd(begin);
914
+ i += is.Tell() - 1;
915
+ if (len == 1)
916
+ c = *name;
917
+ else {
918
+ name += len;
919
+ isNumber = false;
920
+ i++;
921
+ continue;
922
+ }
923
+ }
924
+ else if (NeedPercentEncode(c)) {
925
+ parseErrorCode_ = kPointerParseErrorCharacterMustPercentEncode;
926
+ goto error;
927
+ }
928
+ }
929
+
930
+ i++;
931
+
932
+ // Escaping "~0" -> '~', "~1" -> '/'
933
+ if (c == '~') {
934
+ if (i < length) {
935
+ c = source[i];
936
+ if (c == '0') c = '~';
937
+ else if (c == '1') c = '/';
938
+ else {
939
+ parseErrorCode_ = kPointerParseErrorInvalidEscape;
940
+ goto error;
941
+ }
942
+ i++;
943
+ }
944
+ else {
945
+ parseErrorCode_ = kPointerParseErrorInvalidEscape;
946
+ goto error;
947
+ }
948
+ }
949
+
950
+ // First check for index: all of characters are digit
951
+ if (c < '0' || c > '9')
952
+ isNumber = false;
953
+
954
+ *name++ = c;
955
+ }
956
+ token->length = static_cast<SizeType>(name - token->name);
957
+ if (token->length == 0)
958
+ isNumber = false;
959
+ *name++ = '\0'; // Null terminator
960
+
961
+ // Second check for index: more than one digit cannot have leading zero
962
+ if (isNumber && token->length > 1 && token->name[0] == '0')
963
+ isNumber = false;
964
+
965
+ // String to SizeType conversion
966
+ SizeType n = 0;
967
+ if (isNumber) {
968
+ for (size_t j = 0; j < token->length; j++) {
969
+ SizeType m = n * 10 + static_cast<SizeType>(token->name[j] - '0');
970
+ if (m < n) { // overflow detection
971
+ isNumber = false;
972
+ break;
973
+ }
974
+ n = m;
975
+ }
976
+ }
977
+
978
+ token->index = isNumber ? n : kPointerInvalidIndex;
979
+ token++;
980
+ }
981
+
982
+ RAPIDJSON_ASSERT(name <= nameBuffer_ + length); // Should not overflow buffer
983
+ parseErrorCode_ = kPointerParseErrorNone;
984
+ return;
985
+
986
+ error:
987
+ Allocator::Free(tokens_);
988
+ nameBuffer_ = 0;
989
+ tokens_ = 0;
990
+ tokenCount_ = 0;
991
+ parseErrorOffset_ = i;
992
+ return;
993
+ }
994
+
995
+ //! Stringify to string or URI fragment representation.
996
+ /*!
997
+ \tparam uriFragment True for stringifying to URI fragment representation. False for string representation.
998
+ \tparam OutputStream type of output stream.
999
+ \param os The output stream.
1000
+ */
1001
+ template<bool uriFragment, typename OutputStream>
1002
+ bool Stringify(OutputStream& os) const {
1003
+ RAPIDJSON_ASSERT(IsValid());
1004
+
1005
+ if (uriFragment)
1006
+ os.Put('#');
1007
+
1008
+ for (Token *t = tokens_; t != tokens_ + tokenCount_; ++t) {
1009
+ os.Put('/');
1010
+ for (size_t j = 0; j < t->length; j++) {
1011
+ Ch c = t->name[j];
1012
+ if (c == '~') {
1013
+ os.Put('~');
1014
+ os.Put('0');
1015
+ }
1016
+ else if (c == '/') {
1017
+ os.Put('~');
1018
+ os.Put('1');
1019
+ }
1020
+ else if (uriFragment && NeedPercentEncode(c)) {
1021
+ // Transcode to UTF8 sequence
1022
+ GenericStringStream<typename ValueType::EncodingType> source(&t->name[j]);
1023
+ PercentEncodeStream<OutputStream> target(os);
1024
+ if (!Transcoder<EncodingType, UTF8<> >().Validate(source, target))
1025
+ return false;
1026
+ j += source.Tell() - 1;
1027
+ }
1028
+ else
1029
+ os.Put(c);
1030
+ }
1031
+ }
1032
+ return true;
1033
+ }
1034
+
1035
+ //! A helper stream for decoding a percent-encoded sequence into code unit.
1036
+ /*!
1037
+ This stream decodes %XY triplet into code unit (0-255).
1038
+ If it encounters invalid characters, it sets output code unit as 0 and
1039
+ mark invalid, and to be checked by IsValid().
1040
+ */
1041
+ class PercentDecodeStream {
1042
+ public:
1043
+ typedef typename ValueType::Ch Ch;
1044
+
1045
+ //! Constructor
1046
+ /*!
1047
+ \param source Start of the stream
1048
+ \param end Past-the-end of the stream.
1049
+ */
1050
+ PercentDecodeStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), valid_(true) {}
1051
+
1052
+ Ch Take() {
1053
+ if (*src_ != '%' || src_ + 3 > end_) { // %XY triplet
1054
+ valid_ = false;
1055
+ return 0;
1056
+ }
1057
+ src_++;
1058
+ Ch c = 0;
1059
+ for (int j = 0; j < 2; j++) {
1060
+ c = static_cast<Ch>(c << 4);
1061
+ Ch h = *src_;
1062
+ if (h >= '0' && h <= '9') c = static_cast<Ch>(c + h - '0');
1063
+ else if (h >= 'A' && h <= 'F') c = static_cast<Ch>(c + h - 'A' + 10);
1064
+ else if (h >= 'a' && h <= 'f') c = static_cast<Ch>(c + h - 'a' + 10);
1065
+ else {
1066
+ valid_ = false;
1067
+ return 0;
1068
+ }
1069
+ src_++;
1070
+ }
1071
+ return c;
1072
+ }
1073
+
1074
+ size_t Tell() const { return static_cast<size_t>(src_ - head_); }
1075
+ bool IsValid() const { return valid_; }
1076
+
1077
+ private:
1078
+ const Ch* src_; //!< Current read position.
1079
+ const Ch* head_; //!< Original head of the string.
1080
+ const Ch* end_; //!< Past-the-end position.
1081
+ bool valid_; //!< Whether the parsing is valid.
1082
+ };
1083
+
1084
+ //! A helper stream to encode character (UTF-8 code unit) into percent-encoded sequence.
1085
+ template <typename OutputStream>
1086
+ class PercentEncodeStream {
1087
+ public:
1088
+ PercentEncodeStream(OutputStream& os) : os_(os) {}
1089
+ void Put(char c) { // UTF-8 must be byte
1090
+ unsigned char u = static_cast<unsigned char>(c);
1091
+ static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };
1092
+ os_.Put('%');
1093
+ os_.Put(static_cast<typename OutputStream::Ch>(hexDigits[u >> 4]));
1094
+ os_.Put(static_cast<typename OutputStream::Ch>(hexDigits[u & 15]));
1095
+ }
1096
+ private:
1097
+ OutputStream& os_;
1098
+ };
1099
+
1100
+ Allocator* allocator_; //!< The current allocator. It is either user-supplied or equal to ownAllocator_.
1101
+ Allocator* ownAllocator_; //!< Allocator owned by this Pointer.
1102
+ Ch* nameBuffer_; //!< A buffer containing all names in tokens.
1103
+ Token* tokens_; //!< A list of tokens.
1104
+ size_t tokenCount_; //!< Number of tokens in tokens_.
1105
+ size_t parseErrorOffset_; //!< Offset in code unit when parsing fail.
1106
+ PointerParseErrorCode parseErrorCode_; //!< Parsing error code.
1107
+ };
1108
+
1109
+ //! GenericPointer for Value (UTF-8, default allocator).
1110
+ typedef GenericPointer<Value> Pointer;
1111
+
1112
+ //!@name Helper functions for GenericPointer
1113
+ //@{
1114
+
1115
+ //////////////////////////////////////////////////////////////////////////////
1116
+
1117
+ template <typename T>
1118
+ typename T::ValueType& CreateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::AllocatorType& a) {
1119
+ return pointer.Create(root, a);
1120
+ }
1121
+
1122
+ template <typename T, typename CharType, size_t N>
1123
+ typename T::ValueType& CreateValueByPointer(T& root, const CharType(&source)[N], typename T::AllocatorType& a) {
1124
+ return GenericPointer<typename T::ValueType>(source, N - 1).Create(root, a);
1125
+ }
1126
+
1127
+ // No allocator parameter
1128
+
1129
+ template <typename DocumentType>
1130
+ typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer) {
1131
+ return pointer.Create(document);
1132
+ }
1133
+
1134
+ template <typename DocumentType, typename CharType, size_t N>
1135
+ typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&source)[N]) {
1136
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Create(document);
1137
+ }
1138
+
1139
+ //////////////////////////////////////////////////////////////////////////////
1140
+
1141
+ template <typename T>
1142
+ typename T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, size_t* unresolvedTokenIndex = 0) {
1143
+ return pointer.Get(root, unresolvedTokenIndex);
1144
+ }
1145
+
1146
+ template <typename T>
1147
+ const typename T::ValueType* GetValueByPointer(const T& root, const GenericPointer<typename T::ValueType>& pointer, size_t* unresolvedTokenIndex = 0) {
1148
+ return pointer.Get(root, unresolvedTokenIndex);
1149
+ }
1150
+
1151
+ template <typename T, typename CharType, size_t N>
1152
+ typename T::ValueType* GetValueByPointer(T& root, const CharType (&source)[N], size_t* unresolvedTokenIndex = 0) {
1153
+ return GenericPointer<typename T::ValueType>(source, N - 1).Get(root, unresolvedTokenIndex);
1154
+ }
1155
+
1156
+ template <typename T, typename CharType, size_t N>
1157
+ const typename T::ValueType* GetValueByPointer(const T& root, const CharType(&source)[N], size_t* unresolvedTokenIndex = 0) {
1158
+ return GenericPointer<typename T::ValueType>(source, N - 1).Get(root, unresolvedTokenIndex);
1159
+ }
1160
+
1161
+ //////////////////////////////////////////////////////////////////////////////
1162
+
1163
+ template <typename T>
1164
+ typename T::ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& defaultValue, typename T::AllocatorType& a) {
1165
+ return pointer.GetWithDefault(root, defaultValue, a);
1166
+ }
1167
+
1168
+ template <typename T>
1169
+ typename T::ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* defaultValue, typename T::AllocatorType& a) {
1170
+ return pointer.GetWithDefault(root, defaultValue, a);
1171
+ }
1172
+
1173
+ #if RAPIDJSON_HAS_STDSTRING
1174
+ template <typename T>
1175
+ typename T::ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const std::basic_string<typename T::Ch>& defaultValue, typename T::AllocatorType& a) {
1176
+ return pointer.GetWithDefault(root, defaultValue, a);
1177
+ }
1178
+ #endif
1179
+
1180
+ template <typename T, typename T2>
1181
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename T::ValueType&))
1182
+ GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 defaultValue, typename T::AllocatorType& a) {
1183
+ return pointer.GetWithDefault(root, defaultValue, a);
1184
+ }
1185
+
1186
+ template <typename T, typename CharType, size_t N>
1187
+ typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const typename T::ValueType& defaultValue, typename T::AllocatorType& a) {
1188
+ return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a);
1189
+ }
1190
+
1191
+ template <typename T, typename CharType, size_t N>
1192
+ typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const typename T::Ch* defaultValue, typename T::AllocatorType& a) {
1193
+ return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a);
1194
+ }
1195
+
1196
+ #if RAPIDJSON_HAS_STDSTRING
1197
+ template <typename T, typename CharType, size_t N>
1198
+ typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const std::basic_string<typename T::Ch>& defaultValue, typename T::AllocatorType& a) {
1199
+ return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a);
1200
+ }
1201
+ #endif
1202
+
1203
+ template <typename T, typename CharType, size_t N, typename T2>
1204
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename T::ValueType&))
1205
+ GetValueByPointerWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::AllocatorType& a) {
1206
+ return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a);
1207
+ }
1208
+
1209
+ // No allocator parameter
1210
+
1211
+ template <typename DocumentType>
1212
+ typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename DocumentType::ValueType& defaultValue) {
1213
+ return pointer.GetWithDefault(document, defaultValue);
1214
+ }
1215
+
1216
+ template <typename DocumentType>
1217
+ typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename DocumentType::Ch* defaultValue) {
1218
+ return pointer.GetWithDefault(document, defaultValue);
1219
+ }
1220
+
1221
+ #if RAPIDJSON_HAS_STDSTRING
1222
+ template <typename DocumentType>
1223
+ typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const std::basic_string<typename DocumentType::Ch>& defaultValue) {
1224
+ return pointer.GetWithDefault(document, defaultValue);
1225
+ }
1226
+ #endif
1227
+
1228
+ template <typename DocumentType, typename T2>
1229
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename DocumentType::ValueType&))
1230
+ GetValueByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, T2 defaultValue) {
1231
+ return pointer.GetWithDefault(document, defaultValue);
1232
+ }
1233
+
1234
+ template <typename DocumentType, typename CharType, size_t N>
1235
+ typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const typename DocumentType::ValueType& defaultValue) {
1236
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, defaultValue);
1237
+ }
1238
+
1239
+ template <typename DocumentType, typename CharType, size_t N>
1240
+ typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const typename DocumentType::Ch* defaultValue) {
1241
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, defaultValue);
1242
+ }
1243
+
1244
+ #if RAPIDJSON_HAS_STDSTRING
1245
+ template <typename DocumentType, typename CharType, size_t N>
1246
+ typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const std::basic_string<typename DocumentType::Ch>& defaultValue) {
1247
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, defaultValue);
1248
+ }
1249
+ #endif
1250
+
1251
+ template <typename DocumentType, typename CharType, size_t N, typename T2>
1252
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename DocumentType::ValueType&))
1253
+ GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], T2 defaultValue) {
1254
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, defaultValue);
1255
+ }
1256
+
1257
+ //////////////////////////////////////////////////////////////////////////////
1258
+
1259
+ template <typename T>
1260
+ typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::ValueType& value, typename T::AllocatorType& a) {
1261
+ return pointer.Set(root, value, a);
1262
+ }
1263
+
1264
+ template <typename T>
1265
+ typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& value, typename T::AllocatorType& a) {
1266
+ return pointer.Set(root, value, a);
1267
+ }
1268
+
1269
+ template <typename T>
1270
+ typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* value, typename T::AllocatorType& a) {
1271
+ return pointer.Set(root, value, a);
1272
+ }
1273
+
1274
+ #if RAPIDJSON_HAS_STDSTRING
1275
+ template <typename T>
1276
+ typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const std::basic_string<typename T::Ch>& value, typename T::AllocatorType& a) {
1277
+ return pointer.Set(root, value, a);
1278
+ }
1279
+ #endif
1280
+
1281
+ template <typename T, typename T2>
1282
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename T::ValueType&))
1283
+ SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 value, typename T::AllocatorType& a) {
1284
+ return pointer.Set(root, value, a);
1285
+ }
1286
+
1287
+ template <typename T, typename CharType, size_t N>
1288
+ typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) {
1289
+ return GenericPointer<typename T::ValueType>(source, N - 1).Set(root, value, a);
1290
+ }
1291
+
1292
+ template <typename T, typename CharType, size_t N>
1293
+ typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], const typename T::ValueType& value, typename T::AllocatorType& a) {
1294
+ return GenericPointer<typename T::ValueType>(source, N - 1).Set(root, value, a);
1295
+ }
1296
+
1297
+ template <typename T, typename CharType, size_t N>
1298
+ typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], const typename T::Ch* value, typename T::AllocatorType& a) {
1299
+ return GenericPointer<typename T::ValueType>(source, N - 1).Set(root, value, a);
1300
+ }
1301
+
1302
+ #if RAPIDJSON_HAS_STDSTRING
1303
+ template <typename T, typename CharType, size_t N>
1304
+ typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], const std::basic_string<typename T::Ch>& value, typename T::AllocatorType& a) {
1305
+ return GenericPointer<typename T::ValueType>(source, N - 1).Set(root, value, a);
1306
+ }
1307
+ #endif
1308
+
1309
+ template <typename T, typename CharType, size_t N, typename T2>
1310
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename T::ValueType&))
1311
+ SetValueByPointer(T& root, const CharType(&source)[N], T2 value, typename T::AllocatorType& a) {
1312
+ return GenericPointer<typename T::ValueType>(source, N - 1).Set(root, value, a);
1313
+ }
1314
+
1315
+ // No allocator parameter
1316
+
1317
+ template <typename DocumentType>
1318
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, typename DocumentType::ValueType& value) {
1319
+ return pointer.Set(document, value);
1320
+ }
1321
+
1322
+ template <typename DocumentType>
1323
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename DocumentType::ValueType& value) {
1324
+ return pointer.Set(document, value);
1325
+ }
1326
+
1327
+ template <typename DocumentType>
1328
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename DocumentType::Ch* value) {
1329
+ return pointer.Set(document, value);
1330
+ }
1331
+
1332
+ #if RAPIDJSON_HAS_STDSTRING
1333
+ template <typename DocumentType>
1334
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const std::basic_string<typename DocumentType::Ch>& value) {
1335
+ return pointer.Set(document, value);
1336
+ }
1337
+ #endif
1338
+
1339
+ template <typename DocumentType, typename T2>
1340
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename DocumentType::ValueType&))
1341
+ SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, T2 value) {
1342
+ return pointer.Set(document, value);
1343
+ }
1344
+
1345
+ template <typename DocumentType, typename CharType, size_t N>
1346
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)[N], typename DocumentType::ValueType& value) {
1347
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value);
1348
+ }
1349
+
1350
+ template <typename DocumentType, typename CharType, size_t N>
1351
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)[N], const typename DocumentType::ValueType& value) {
1352
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value);
1353
+ }
1354
+
1355
+ template <typename DocumentType, typename CharType, size_t N>
1356
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)[N], const typename DocumentType::Ch* value) {
1357
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value);
1358
+ }
1359
+
1360
+ #if RAPIDJSON_HAS_STDSTRING
1361
+ template <typename DocumentType, typename CharType, size_t N>
1362
+ typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)[N], const std::basic_string<typename DocumentType::Ch>& value) {
1363
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value);
1364
+ }
1365
+ #endif
1366
+
1367
+ template <typename DocumentType, typename CharType, size_t N, typename T2>
1368
+ RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename DocumentType::ValueType&))
1369
+ SetValueByPointer(DocumentType& document, const CharType(&source)[N], T2 value) {
1370
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value);
1371
+ }
1372
+
1373
+ //////////////////////////////////////////////////////////////////////////////
1374
+
1375
+ template <typename T>
1376
+ typename T::ValueType& SwapValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::ValueType& value, typename T::AllocatorType& a) {
1377
+ return pointer.Swap(root, value, a);
1378
+ }
1379
+
1380
+ template <typename T, typename CharType, size_t N>
1381
+ typename T::ValueType& SwapValueByPointer(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) {
1382
+ return GenericPointer<typename T::ValueType>(source, N - 1).Swap(root, value, a);
1383
+ }
1384
+
1385
+ template <typename DocumentType>
1386
+ typename DocumentType::ValueType& SwapValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, typename DocumentType::ValueType& value) {
1387
+ return pointer.Swap(document, value);
1388
+ }
1389
+
1390
+ template <typename DocumentType, typename CharType, size_t N>
1391
+ typename DocumentType::ValueType& SwapValueByPointer(DocumentType& document, const CharType(&source)[N], typename DocumentType::ValueType& value) {
1392
+ return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Swap(document, value);
1393
+ }
1394
+
1395
+ //////////////////////////////////////////////////////////////////////////////
1396
+
1397
+ template <typename T>
1398
+ bool EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) {
1399
+ return pointer.Erase(root);
1400
+ }
1401
+
1402
+ template <typename T, typename CharType, size_t N>
1403
+ bool EraseValueByPointer(T& root, const CharType(&source)[N]) {
1404
+ return GenericPointer<typename T::ValueType>(source, N - 1).Erase(root);
1405
+ }
1406
+
1407
+ //@}
1408
+
1409
+ RAPIDJSON_NAMESPACE_END
1410
+
1411
+ #if defined(__clang__) || defined(_MSC_VER)
1412
+ RAPIDJSON_DIAG_POP
1413
+ #endif
1414
+
1415
+ #endif // RAPIDJSON_POINTER_H_