Searched refs:nextCommaPos (Results 1 – 1 of 1) sorted by relevance
735 uint32_t nextCommaPos = rawIndexStr.find_first_of(',', curPos); in ParseCheckIndexes() local736 std::string eachIndexField = rawIndexStr.substr(curPos, nextCommaPos - curPos); in ParseCheckIndexes()741 if (nextCommaPos >= rawIndexStr.size()) { // No ',' anymore in ParseCheckIndexes()744 curPos = nextCommaPos + 1; in ParseCheckIndexes()