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 847 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName());
848 if (NamePos != SMap.end()) {
849 I = NamePos->second.begin();
850 IEnd = NamePos->second.end();
872 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName());
873 if (NamePos != SM->end()) {
874 I = NamePos->second.begin();
875 IEnd = NamePos->second.end();
    [all...]

Completed in 741 milliseconds