Searched refs:IterPair (Results 1 – 3 of 3) sorted by relevance
603 auto &IterPair = std::get<Index>(IterPairs);604 if (IterPair.first == IterPair.second)607 ++IterPair.first;631 auto &IterPair = std::get<Index>(IterPairs);632 if (IterPair.first == IterPair.second)635 return &*IterPair.first;
509 auto IterPair = states.insert(State()); in newState() local510 assert(IterPair.second && "State already exists"); in newState()511 return *IterPair.first; in newState()
518 auto IterPair = states.insert(State()); in newState() local519 assert(IterPair.second && "State already exists"); in newState()520 return *IterPair.first; in newState()