Lines Matching refs:Ch
51 typedef typename Base::Ch Ch; typedef
75 PrettyWriter& SetIndent(Ch indentChar, unsigned indentCharCount) { in SetIndent()
103 bool RawNumber(const Ch* str, SizeType length, bool copy = false) {
110 bool String(const Ch* str, SizeType length, bool copy = false) {
118 bool String(const std::basic_string<Ch>& str) { in String()
129 … bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); }
132 bool Key(const std::basic_string<Ch>& str) { in Key()
187 bool String(const Ch* str) { return String(str, internal::StrLen(str)); } in String()
188 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key()
201 bool RawValue(const Ch* json, size_t length, Type type) { in RawValue()
254 PutN(*Base::os_, static_cast<typename OutputStream::Ch>(indentChar_), count); in WriteIndent()
257 Ch indentChar_;