Searched refs:CacheRecord (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Ddrawing-item.h49 struct CacheRecord struct in namespace:Inkscape
50 : boost::totally_ordered<CacheRecord>
52 bool operator<(CacheRecord const &other) const { return score < other.score; }
53 bool operator==(CacheRecord const &other) const { return score == other.score; }
59 typedef std::list<CacheRecord> CacheList;
H A Ddrawing.h81 typedef std::list<CacheRecord> CandidateList;
H A Ddrawing.cpp204 _candidate_items.sort(std::greater<CacheRecord>());
H A Ddrawing-item.cpp609 CacheRecord cr;

Completed in 97 milliseconds