| 96 | } // namespace impl |
| 97 | |
| 98 | TokensVector::TokensVector(string_view name) |
| 99 | { |
| 100 | m_tokens = NormalizeAndTokenizeString(std::move(name)); |
| 101 | |
| 102 | Init(); |
| 103 | } |
| 104 | |
| 105 | string DebugPrint(NameScore const & score) |
| 106 | { |
nothing calls this directly
no test coverage detected