Esempio n. 1
0
 /**
  * Clear the stringtable, preparing for the next block.
  */
 void clear() {
     m_strings.clear();
     m_id2id_map.clear();
     m_size = 0;
 }
Esempio n. 2
0
 /**
  * Clear the stringtable, preparing for the next block.
  */
 void clear() {
     m_strings.clear();
     m_size = 0;
 }