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.cpp844 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName()); local
845 if (NamePos != SMap.end()) {
846 I = NamePos->second.begin();
847 IEnd = NamePos->second.end();
869 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName()); local
870 if (NamePos != SM->end()) {
871 I = NamePos->second.begin();
872 IEnd = NamePos->second.end();

Completed in 153 milliseconds