Searched refs:posColon (Results 1 – 1 of 1) sorted by relevance
227 size_t posColon = 0; in ParseOption() local230 posColon = str.find_last_of(colon); in ParseOption()231 std::string methodNameList = str.substr(posColon + 1, str.size()); in ParseOption()233 str = str.substr(0, posColon); in ParseOption()