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

/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp159 struct HashOffset struct in class:QMTranslator_Impl
164 HashOffset(uint32_t _hash = 0, uint32_t _offs = 0) : hash(_hash), offset(_offs) {} function in struct:QMTranslator_Impl::HashOffset
166 bool operator<(const HashOffset &obj) const
173 typedef std::set<HashOffset> QMHashSet;
193 lowerIter = m_hashSet.lower_bound(HashOffset(hash, 0));
194 upperIter = m_hashSet.upper_bound(HashOffset(hash, ~0));
287 HashOffset hashOffs;

Completed in 492 milliseconds