Home
last modified time | relevance | path

Searched refs:last_non_ws (Results 1 – 1 of 1) sorted by relevance

/third_party/flatbuffers/src/
Didl_parser.cpp1979 auto last_non_ws = attribute_.find_last_not_of(' '); in ParseSingleValue() local
1980 if (std::string::npos != last_non_ws) attribute_.resize(last_non_ws + 1); in ParseSingleValue()