Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
H A Dstring_util.cc253 bool input_was_empty = input.empty(); // in case output == &input in TrimStringT() local
255 return input_was_empty ? TRIM_NONE : positions; in TrimStringT()

Completed in 3 milliseconds