| 83 | } |
| 84 | |
| 85 | void EnsureDictionaryDecoded(std::vector<TypeHolder>* types) { |
| 86 | EnsureDictionaryDecoded(types->data(), types->size()); |
| 87 | } |
| 88 | |
| 89 | void EnsureDictionaryDecoded(TypeHolder* begin, size_t count) { |
| 90 | auto* end = begin + count; |
no test coverage detected