Searched defs:tryGotoStep (Results 1 – 1 of 1) sorted by relevance
519 GotoStep* tryGotoStep() { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function525 const GotoStep* tryGotoStep() const { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function