Searched refs:spos (Results 1 – 1 of 1) sorted by relevance
34 auto spos = command_.find('\"', fpos + 1); in GetNextStr() local35 if (spos == std::string_view::npos) { in GetNextStr()40 auto str = command_.substr(fpos + 1, (spos - fpos - 1)); in GetNextStr()41 command_ = command_.substr(spos + 1); in GetNextStr()