| 342 | |
| 343 | template <typename VAL_T> |
| 344 | inline uint32_t DenseBinIterator<VAL_T>::RawGet(data_size_t idx) { |
| 345 | return bin_data_->data_[idx]; |
| 346 | } |
| 347 | |
| 348 | template <typename VAL_T> |
| 349 | BinIterator* DenseBin<VAL_T>::GetIterator(uint32_t min_bin, uint32_t max_bin, uint32_t default_bin) const { |
no outgoing calls
no test coverage detected