Home | History | Annotate | Download | only in gn

Lines Matching full:quote_buffer

244   std::string quote_buffer;  // Allocate outside loop to prevent reallocationg.
263 quote_buffer.resize(0);
264 base::EscapeJSONString(item.name(), true, &quote_buffer);
265 out << ",\"name\":" << quote_buffer;
302 quote_buffer.resize(0);
303 base::EscapeJSONString(item.toolchain(), true, &quote_buffer);
304 out << "\"toolchain\":" << quote_buffer;
308 quote_buffer.resize(0);
309 base::EscapeJSONString(item.cmdline(), true, &quote_buffer);
312 out << "\"cmdline\":" << quote_buffer;