| 2772 | } |
| 2773 | |
| 2774 | void Done() { |
| 2775 | FinishAndCheckPadding(builder_.get(), &result_); |
| 2776 | EnsureValuesBufferNotNull(*result_->data()); |
| 2777 | } |
| 2778 | |
| 2779 | template <typename ExpectedType> |
| 2780 | void TestAppendValues() { |
nothing calls this directly
no test coverage detected