| 117 | } |
| 118 | |
| 119 | Status AppendScalar(const Scalar& scalar, int64_t n_repeats) override { |
| 120 | return builder_->AppendScalar(scalar, n_repeats); |
| 121 | } |
| 122 | Status AppendScalars(const ScalarVector& scalars) override { |
| 123 | return builder_->AppendScalars(scalars); |
| 124 | } |
nothing calls this directly
no test coverage detected