return total length of strings in the dictioanry
| 113 | |
| 114 | // return total length of strings in the dictioanry |
| 115 | uint64_t SortedStringDictionary::length() const { |
| 116 | return totalLength_; |
| 117 | } |
| 118 | |
| 119 | void SortedStringDictionary::clear() { |
| 120 | totalLength_ = 0; |
no outgoing calls