| 40 | } |
| 41 | |
| 42 | SyncValidator::SyncValidator(vvl::DispatchDevice* dev, syncval::Instance* instance_vo) |
| 43 | : BaseClass(dev, instance_vo, LayerObjectTypeSyncValidation), error_messages_(*this), report_stats_(GetShowStatsEnvVar()) {} |
| 44 | |
| 45 | SyncValidator::~SyncValidator() { |
| 46 | // Instance level SyncValidator does not have much to say |
nothing calls this directly
no test coverage detected