OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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