Searched refs:PrettyWriter (Results 1 – 2 of 2) sorted by relevance
43 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&);
100 class PrettyWriter; variable