ilist_node.h | 96 // If the current node is not part of a list, then |next_node_| and 98 NodeType* next_node_; member in class:spvtools::utils::IntrusiveNodeBase 111 : next_node_(nullptr), previous_node_(nullptr), is_sentinel_(false) {} 116 next_node_ = nullptr; 133 : next_node_(nullptr), 137 next_node_ = this; 157 return next_node_ != nullptr; 162 if (!next_node_->is_sentinel_) return next_node_; 178 this->next_node_ = pos [all...] |