Пример #1
0
 /**
  * Clear the stringtable, preparing for the next block.
  */
 void clear() {
     m_strings.clear();
     m_id2id_map.clear();
     m_size = 0;
 }
Пример #2
0
 /**
  * Clear the stringtable, preparing for the next block.
  */
 void clear() {
     m_strings.clear();
     m_size = 0;
 }