Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.h98 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