Searched refs:tmpit (Results 1 – 1 of 1) sorted by relevance
59 auto tmpit = args.begin(); in FindOption() local61 for (; tmpit != args.end(); tmpit++) { in FindOption()62 position = (*tmpit).find("hiperf"); in FindOption()63 if (position != (*tmpit).npos && (*tmpit)[(position + strlen("hiperf"))] == '\0') { in FindOption()69 if (tmpit != args.end() && it > tmpit) { in FindOption()