| 768 | bool input_exhausted = false; |
| 769 | |
| 770 | Status InvalidView(const std::string& msg) { |
| 771 | return Status::Invalid("Can't view array of type ", root_in_type->ToString(), " as ", |
| 772 | root_out_type->ToString(), ": ", msg); |
| 773 | } |
| 774 | |
| 775 | void AdjustInputPointer() { |
| 776 | if (input_exhausted) { |