Searched refs:LastPos (Results 1 – 2 of 2) sorted by relevance
1029 size_t LastPos = 0; in Check() local1038 LastPos = CheckDag(SM, Buffer, NotStrings, VariableTable); in Check()1039 if (LastPos == StringRef::npos) in Check()1044 StringRef MatchBuffer = Buffer.substr(LastPos); in Check()1054 StringRef SkippedRegion = Buffer.substr(LastPos, MatchPos); in Check()1072 return LastPos + MatchPos; in Check()1170 size_t LastPos = 0; in CheckDag() local1171 size_t StartPos = LastPos; in CheckDag()1200 if (MatchPos < LastPos) { in CheckDag()1206 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data() + LastPos), in CheckDag()[all …]
1069 FX_POSITION LastPos = pItem->m_pObjectList->GetLastObjectPosition(); in Continue() local1071 if (LastPos == m_PrevLastPos) { in Continue()1077 LastPos = pItem->m_pObjectList->GetLastObjectPosition(); in Continue()1080 if (LastPos == m_PrevLastPos) { in Continue()1095 m_PrevLastPos = LastPos; in Continue()