Searched refs:is_last_node_ (Results 1 – 1 of 1) sorted by relevance
178 void set_last_node_flag(const bool &is_last_node) { is_last_node_ = is_last_node; } in set_last_node_flag()179 const bool &is_last_node() const { return is_last_node_; } in is_last_node()193 bool is_last_node_ = false; variable