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, "e_buffer);
245 out << ",\"name\":" << quote_buffer;
272 quote_buffer.resize(0);
273 base::EscapeJSONString(item.toolchain(), true, "e_buffer);
274 out << "\"toolchain\":" << quote_buffer;
278 quote_buffer.resize(0);
279 base::EscapeJSONString(item.cmdline(), true, "e_buffer);
282 out << "\"cmdline\":" << quote_buffer;