Home
last modified time | relevance | path

Searched defs:CIndexToPathPair (Results 1 – 1 of 1) 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