Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.cc173 bool not_first = !element()->is_first(); in WritePrefix() local
174 if (not_first) WriteChar(','); in WritePrefix()
175 if (not_first || !element()->is_root()) NewLine(); in WritePrefix()