| 374 | } |
| 375 | |
| 376 | uint32_t Classificator::GetTypeByPathSafe(std::vector<std::string_view> const & path) const |
| 377 | { |
| 378 | return GetTypeByPathImpl(path.begin(), path.end()); |
| 379 | } |
| 380 | |
| 381 | uint32_t Classificator::GetTypeByPath(std::vector<std::string> const & path) const |
| 382 | { |