Searched refs:indent_count_ (Results 1 – 1 of 1) sorted by relevance
98 indent_count_(0), in JsonObjectWriter()103 indent_count_ = indent_string.length(); in JsonObjectWriter()107 indent_count_ = 0; in JsonObjectWriter()222 if (indent_count_ > 0) { in NewLine()259 int indent_count_; variable