| 5512 | VT_NUM_SPLITS = 4 |
| 5513 | }; |
| 5514 | int32_t num_splits() const { |
| 5515 | return GetField<int32_t>(VT_NUM_SPLITS, 0); |
| 5516 | } |
| 5517 | bool Verify(flatbuffers::Verifier &verifier) const { |
| 5518 | return VerifyTableStart(verifier) && |
| 5519 | VerifyField<int32_t>(verifier, VT_NUM_SPLITS) && |
no outgoing calls
no test coverage detected