Home
last modified time | relevance | path

Searched refs:PrettyWriter (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h48 class PrettyWriter : public Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator, wr…
58 …explicit PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::k…
62 …explicit PrettyWriter(StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLevelDepth)…
66 PrettyWriter(PrettyWriter&& rhs) : in PrettyWriter() function
67 …Base(std::forward<PrettyWriter>(rhs)), indentChar_(rhs.indentChar_), indentCharCount_(rhs.indentCh… in PrettyWriter()
75 PrettyWriter& SetIndent(Ch indentChar, unsigned indentCharCount) { in SetIndent()
85 PrettyWriter& SetFormatOptions(PrettyFormatOptions options) { in SetFormatOptions()
263 PrettyWriter(const PrettyWriter&);
264 PrettyWriter& operator=(const PrettyWriter&);
Dfwd.h100 class PrettyWriter; variable