| 430 | |
| 431 | template<typename VAL_T> |
| 432 | SparseBin<VAL_T>* SparseBin<VAL_T>::Clone() { |
| 433 | return new SparseBin(*this); |
| 434 | } |
| 435 | |
| 436 | template <typename VAL_T> |
| 437 | inline uint32_t SparseBinIterator<VAL_T>::RawGet(data_size_t idx) { |
nothing calls this directly
no outgoing calls
no test coverage detected