Searched refs:CIndexToPathPair (Results 1 – 2 of 2) sorted by relevance
138 struct CIndexToPathPair struct143 CIndexToPathPair(UInt32 index): Index(index) {} in CIndexToPathPair() argument144 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair() argument146 int Compare(const CIndexToPathPair &pair) const in Compare() argument351 CObjectVector<CIndexToPathPair> _renamedFiles;
1083 int renIndex = _renamedFiles.FindInSorted(CIndexToPathPair(_item.ParentIndex)); in GetStream()1086 const CIndexToPathPair &pair = _renamedFiles[renIndex]; in GetStream()1407 CIndexToPathPair pair(index, fullProcessedPath); in GetStream()