Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dprettywriter.h43 class PrettyWriter : public Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator, wr…
53 …explicit PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::k…
57 …explicit PrettyWriter(StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLevelDepth)…
65 PrettyWriter& SetIndent(Ch indentChar, unsigned indentCharCount) { in SetIndent()
75 PrettyWriter& SetFormatOptions(PrettyFormatOptions options) { in SetFormatOptions()
245 PrettyWriter(const PrettyWriter&);
246 PrettyWriter& operator=(const PrettyWriter&);
H A Dfwd.h100 class PrettyWriter; variable