Searched refs:last_non_ws (Results 1 – 1 of 1) sorted by relevance
1979 auto last_non_ws = attribute_.find_last_not_of(' '); in ParseSingleValue() local1980 if (std::string::npos != last_non_ws) attribute_.resize(last_non_ws + 1); in ParseSingleValue()