Lines Matching refs:used
9 In the tutorial, `Value` and `Document` was used. Similarly to `std::string`, these are actually `…
36 …Windows use UTF-16 (wide character) encoding. No matter what encoding was used in JSON files, we c…
61 The `Allocator` defines which allocator class is used when allocating/deallocating memory for `Docu…
63 The default allocator used in `GenericDocument` is `MemoryPoolAllocator`. This allocator actually a…
116 …rom stream, stop further processing the rest of stream. When this flag is used, parser will not ge…
117 …ision (slower). If this flag is not set, the normal precision (faster) is used. Normal precision h…
172 …premises" or "in place" to describe an event where it takes place, and is used in many different c…
219 3. The buffer need to be retained until the document is no longer used.
220 4. If the DOM need to be used for long period after parsing, and there are few JSON strings in the …
228 When writing a JSON from DOM to output stream, transcoding can also be used. An example is in [Enco…
260 `MemoryPoolAllocator` will use the user buffer to satisfy allocations. When the user buffer is used…