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 224 std::string quote_buffer; // Allocate outside loop to prevent reallocationg. local
243 quote_buffer.resize(0);
244 base::EscapeJSONString(item.name(), true, &quote_buffer);
245 out << ",\"name\":" << quote_buffer; local
272 quote_buffer.resize(0);
273 base::EscapeJSONString(item.toolchain(), true, &quote_buffer);
274 out << "\"toolchain\":" << quote_buffer; local
278 quote_buffer.resize(0);
279 base::EscapeJSONString(item.cmdline(), true, &quote_buffer);
282 out << "\"cmdline\":" << quote_buffer; local
    [all...]

Completed in 779 milliseconds