| 227 | } |
| 228 | |
| 229 | size_t GetNumStrings() const |
| 230 | { |
| 231 | CHECK(m_initialized, ()); |
| 232 | return m_index.GetNumStrings(); |
| 233 | } |
| 234 | |
| 235 | template <typename Reader> |
| 236 | std::string ExtractString(Reader & reader, size_t stringIx) |
nothing calls this directly
no test coverage detected