Searched refs:next_operator_name_ (Results 1 – 1 of 1) sorted by relevance
58 void set_next_operator_name(const std::string &next_name) { next_operator_name_ = next_name; } in set_next_operator_name()69 std::string next_operator_name() const { return next_operator_name_; } in next_operator_name()104 std::string next_operator_name_; variable