Home
last modified time | relevance | path

Searched refs:CIndexToPathPair (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h138 struct CIndexToPathPair struct
143 CIndexToPathPair(UInt32 index): Index(index) {} in CIndexToPathPair() argument
144 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair() argument
146 int Compare(const CIndexToPathPair &pair) const in Compare() argument
351 CObjectVector<CIndexToPathPair> _renamedFiles;
DArchiveExtractCallback.cpp1083 int renIndex = _renamedFiles.FindInSorted(CIndexToPathPair(_item.ParentIndex)); in GetStream()
1086 const CIndexToPathPair &pair = _renamedFiles[renIndex]; in GetStream()
1407 CIndexToPathPair pair(index, fullProcessedPath); in GetStream()