| 365 | }; |
| 366 | |
| 367 | LookaheadParserHandler::LookaheadParserHandler(char *str) |
| 368 | : v_(), st_(kInit), ss_(str) |
| 369 | { |
| 370 | r_.IterativeParseInit(); |
| 371 | } |
| 372 | |
| 373 | bool LottieParserImpl::VerifyType() |
| 374 | { |
nothing calls this directly
no test coverage detected