Searched defs:ControlArrow (Results 1 – 1 of 1) sorted by relevance
46 struct ControlArrow { struct47 explicit ControlArrow(const AID &to_op_id) : to_op_id_(to_op_id), flag_{0} {} in ControlArrow() function52 using ControlArrowPtr = std::shared_ptr<ControlArrow>; argument