Searched refs:SimulationEventType (Results 1 – 2 of 2) sorted by relevance
24 std::vector<WavBasedSimulator::SimulationEventType>26 std::vector<WavBasedSimulator::SimulationEventType> call_chain; in GetCustomEventChain()38 call_chain.push_back(SimulationEventType::kProcessReverseStream); in GetCustomEventChain()41 call_chain.push_back(SimulationEventType::kProcessStream); in GetCustomEventChain()74 std::vector<WavBasedSimulator::SimulationEventType>76 std::vector<WavBasedSimulator::SimulationEventType> call_chain(2); in GetDefaultEventChain()77 call_chain[0] = SimulationEventType::kProcessStream; in GetDefaultEventChain()78 call_chain[1] = SimulationEventType::kProcessReverseStream; in GetDefaultEventChain()111 case SimulationEventType::kProcessStream: in Process()115 case SimulationEventType::kProcessReverseStream: in Process()
34 enum SimulationEventType { enum44 static std::vector<SimulationEventType> GetDefaultEventChain();45 static std::vector<SimulationEventType> GetCustomEventChain(48 std::vector<SimulationEventType> call_chain_;