Lines Matching refs:can
30 User can customize these template parameters.
36 …de character) encoding. No matter what encoding was used in JSON files, we can store the strings i…
119 By using a non-type template parameter, instead of a function parameter, C++ compiler can generate …
121 The `SourceEncoding` parameter defines what encoding is in the stream. This can be differed to the …
127 … an error, the original DOM is *unchanged*. And the error state of parsing can be obtained by `boo…
150 To get an error message, RapidJSON provided a English messages in `rapidjson/error/en.h`. User can …
226 … Format) internally. During DOM parsing, the source encoding of the stream can be different from t…
228 When writing a JSON from DOM to output stream, transcoding can also be used. An example is in [Enco…
248 …his design, `Value` and `Writer` are decoupled. `Value` can generate SAX events, and `Writer` can …
258 `MemoryPoolAllocator` can support this by letting user to provide a buffer. The buffer can be on th…
276 User can query the current memory consumption in bytes via `MemoryPoolAllocator::Size()`. And then …