Clears all the indices (but leaves the dictionary).
| 77 | |
| 78 | /// Clears all the indices (but leaves the dictionary). |
| 79 | void ClearIndices() { buffered_indices_.clear(); } |
| 80 | |
| 81 | /// Returns a conservative estimate of the number of bytes needed to encode the buffered |
| 82 | /// indices. Used to size the buffer passed to WriteData(). |