Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Djson_project_writer.cc145 #define LINE_ENDING "\r\n" macro
147 #define LINE_ENDING "\n"
174 out_ << "{" LINE_ENDING; in SimpleJSONWriter() local
186 out_ << LINE_ENDING; in Close() local
188 out_ << "}" LINE_ENDING; in Close() local
199 comma_ = "," LINE_ENDING; in AddString()
222 comma_ = "," LINE_ENDING; in EndList()
233 comma_ = LINE_ENDING; in BeginDict()
239 out_ << LINE_ENDING; in EndDict() local
243 comma_ = "," LINE_ENDING; in EndDict()
[all...]
H A Dninja_outputs_writer.cc23 #define LINE_ENDING "\r\n" macro
25 #define LINE_ENDING "\n" macro

Completed in 2 milliseconds