Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DDirItem.h111 int CompareWith(const CArcTime &a) const in CompareWith() function
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp318 if (t.Def && (!Def || CompareWith(t) < 0)) in Update()