Searched refs:m_numberOfCopies (Results 1 – 1 of 1) sorted by relevance
134 ++m_numberOfCopies; in add()147 return m_numberOfCopies * m_length; in totalCharacters()155 …dataLogF("%8u copies (%s) of length %8u %s\n", m_numberOfCopies, status, m_length, m_snippet.data(… in print()159 unsigned m_numberOfCopies; member in WTF::PerStringStats167 , m_numberOfCopies(0) in PerStringStats()180 if (a->m_numberOfCopies != b->m_numberOfCopies) in operator <()181 return a->m_numberOfCopies < b->m_numberOfCopies; in operator <()