Home
last modified time | relevance | path

Searched refs:comma_ (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/gn/
H A Djson_project_writer.cc185 if (comma_.size()) in Close()
195 if (comma_.size()) { in AddString()
196 out_ << comma_; in AddString() local
199 comma_ = "," LINE_ENDING; in AddString()
205 if (comma_.size()) in BeginList()
206 out_ << comma_; in BeginList() local
208 comma_ = {}; in BeginList()
213 if (comma_.size()) in AddListItem()
214 out_ << comma_; in AddListItem() local
216 comma_ in AddListItem()
229 out_ << comma_; BeginDict() local
251 out_ << comma_; AddJSONDict() local
307 std::string_view comma_; global() member in __anon2927::SimpleJSONWriter
[all...]

Completed in 1 milliseconds