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