Searched refs:firstBound (Results 1 – 1 of 1) sorted by relevance
68 std::string::size_type firstBound = strTmp.find_first_not_of(cTrim); in TrimStr() local69 if (firstBound != std::string::npos) { in TrimStr()70 strTmp.erase(0, firstBound); in TrimStr()