Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h151 struct CIndexToPathPair struct
156 CIndexToPathPair(UInt32 index): Index(index) {} in CIndexToPathPair() argument
157 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair() function
159 int Compare(const CIndexToPathPair &pair) const in Compare() argument