HomeSort by relevance Sort by last modified time
    Searched full:quote_buffer (Results 1 - 1 of 1) sorted by null

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

Completed in 149 milliseconds