Home | History | Annotate | Download | only in gn

Lines Matching full:quote_buffer

224   std::string quote_buffer;  // Allocate outside loop to prevent reallocationg.
243 quote_buffer.resize(0);
244 base::EscapeJSONString(item.name(), true, &quote_buffer);
245 out << ",\"name\":" << quote_buffer;
272 quote_buffer.resize(0);
273 base::EscapeJSONString(item.toolchain(), true, &quote_buffer);
274 out << "\"toolchain\":" << quote_buffer;
278 quote_buffer.resize(0);
279 base::EscapeJSONString(item.cmdline(), true, &quote_buffer);
282 out << "\"cmdline\":" << quote_buffer;