| 2722 | } |
| 2723 | |
| 2724 | void Done() { |
| 2725 | FinishAndCheckPadding(builder_.get(), &result_); |
| 2726 | EnsureValuesBufferNotNull(*result_->data()); |
| 2727 | } |
| 2728 | |
| 2729 | template <typename ExpectedType> |
| 2730 | void TestAppendValues() { |
nothing calls this directly
no test coverage detected