HomeSort by relevance Sort by last modified time
    Searched refs:NamePos (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 248 UInt32 NamePos;
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/
SemaCodeComplete.cpp 844 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName());
845 if (NamePos != SMap.end()) {
846 I = NamePos->second.begin();
847 IEnd = NamePos->second.end();
869 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName());
870 if (NamePos != SM->end()) {
871 I = NamePos->second.begin();
872 IEnd = NamePos->second.end();
    [all...]

Completed in 191 milliseconds