Searched refs:NamePos (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp248 UInt32 NamePos; member in struct:NArchive::N7z::CRefItem
254 NamePos(0),
260 NamePos = ((slashPos >= 0) ? (slashPos + 1) : 0);
311 RINOZ(MyStringCompareNoCase(u1.Name + a1.NamePos, u2.Name + a2.NamePos));
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp845 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName()); local
846 if (NamePos != SMap.end()) {
847 I = NamePos->second.begin();
848 IEnd = NamePos->second.end();
870 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName()); local
871 if (NamePos != SM->end()) {
872 I = NamePos->second.begin();
873 IEnd = NamePos->second.end();

Completed in 89 milliseconds