| 347 | }; |
| 348 | |
| 349 | ExecPlanImpl* ToDerived(ExecPlan* ptr) { return checked_cast<ExecPlanImpl*>(ptr); } |
| 350 | |
| 351 | const ExecPlanImpl* ToDerived(const ExecPlan* ptr) { |
| 352 | return checked_cast<const ExecPlanImpl*>(ptr); |
no outgoing calls
no test coverage detected