Searched defs:input_was_empty (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstring_util.cc224 bool input_was_empty = input.empty(); // in case output == &input local
226 return input_was_empty ? TRIM_NONE : positions;

Completed in 53 milliseconds