| 1467 | } |
| 1468 | |
| 1469 | int ValidValuesCount() { |
| 1470 | // total_values_remaining_ in header ignores of null values |
| 1471 | return static_cast<int>(total_values_remaining_); |
| 1472 | } |
| 1473 | |
| 1474 | int Decode(T* buffer, int max_values) override { |
| 1475 | return GetInternal(buffer, max_values); |
no outgoing calls
no test coverage detected