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

  /external/chromium_org/tools/gn/
standard_out.cc 160 size_t chars_to_highlight = line.find(':'); local
161 if (chars_to_highlight == std::string::npos)
162 chars_to_highlight = line.size();
163 OutputString(line.substr(0, chars_to_highlight), DECORATION_YELLOW);
164 OutputString(line.substr(chars_to_highlight) + "\n");

Completed in 50 milliseconds