Searched refs:input_was_empty (Results 1 – 2 of 2) sorted by relevance
153 bool input_was_empty = input.empty(); // in case output == &input in TrimStringT() local155 return input_was_empty ? TRIM_NONE : positions; in TrimStringT()
301 bool input_was_empty = input.empty(); // in case output == &input in TrimStringT() local303 return input_was_empty ? TRIM_NONE : positions; in TrimStringT()