Searched refs:posComma (Results 1 – 1 of 1) sorted by relevance
228 size_t posComma = 0; in ParseOption() local234 posComma = str.find_last_of(comma); in ParseOption()235 std::string recordName = str.substr(posComma + 1, str.size()); in ParseOption()236 str = str.substr(0, posComma); in ParseOption()238 } while (posComma != std::string::npos); in ParseOption()