Searched defs:LastPos (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp993 size_t LastPos = 0; local
1002 LastPos = CheckDag(SM, Buffer, NotStrings, VariableTable);
1003 if (LastPos == StringRef::npos)
1008 StringRef MatchBuffer = Buffer.substr(LastPos);
1014 MatchPos += LastPos;
1019 StringRef SkippedRegion = Buffer.substr(LastPos, MatchPos);
1104 size_t LastPos = 0;
1105 size_t StartPos = LastPos;
1137 if (MatchPos < LastPos) {
1143 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data() + LastPos),
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp1129 FX_POSITION LastPos = pItem->m_pObjectList->GetLastObjectPosition(); local
1131 if (LastPos == m_PrevLastPos) {
1137 LastPos = pItem->m_pObjectList->GetLastObjectPosition();
1140 if (LastPos == m_PrevLastPos) {
1156 m_PrevLastPos = LastPos;

Completed in 140 milliseconds