| 2266 | |
| 2267 | // Helper class to verify the integrity of a FlatBuffer |
| 2268 | class Verifier FLATBUFFERS_FINAL_CLASS { |
| 2269 | public: |
| 2270 | Verifier(const uint8_t *buf, size_t buf_len, uoffset_t _max_depth = 64, |
| 2271 | uoffset_t _max_tables = 1000000, bool _check_alignment = true) |