1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_SHARED_TABLE_STEPPER_H_ 
    2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_SHARED_TABLE_STEPPER_H_ 
    8#include "backends/p4tools/modules/testgen/core/small_step/table_stepper.h" 
    9#include "backends/p4tools/modules/testgen/lib/execution_state.h" 
   10#include "backends/p4tools/modules/testgen/lib/test_spec.h" 
   11#include "backends/p4tools/modules/testgen/targets/pna/shared_expr_stepper.h" 
   12#include "backends/p4tools/modules/testgen/targets/pna/test_spec.h" 
   59                                                 TableMatchMap *matches,
 
   60                                                 const IR::Expression *hitCondition) 
override;
 
   63        const std::vector<const IR::ActionListElement *> &tableActionList) 
override;
 
   66        const std::vector<const IR::ActionListElement *> &tableActionList) 
override;