HomeSort by relevance Sort by last modified time
    Searched refs:next_node_ (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/util/
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...]
ilist.h 77 node_ = node_->next_node_;
110 NodeType* first_node = list->sentinel_.next_node_;
113 this->node_->previous_node_->next_node_ = first_node;
116 last_node->next_node_ = this->node_;
119 list->sentinel_.next_node_ = &list->sentinel_;
210 sentinel_.next_node_ = &sentinel_;
217 sentinel_.next_node_ = &sentinel_;
238 return iterator(sentinel_.next_node_);
250 return const_iterator(sentinel_.next_node_);
262 return const_iterator(sentinel_.next_node_);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
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...]
ilist.h 77 node_ = node_->next_node_;
110 NodeType* first_node = list->sentinel_.next_node_;
113 this->node_->previous_node_->next_node_ = first_node;
116 last_node->next_node_ = this->node_;
119 list->sentinel_.next_node_ = &list->sentinel_;
210 sentinel_.next_node_ = &sentinel_;
217 sentinel_.next_node_ = &sentinel_;
238 return iterator(sentinel_.next_node_);
250 return const_iterator(sentinel_.next_node_);
262 return const_iterator(sentinel_.next_node_);
    [all...]

Completed in 573 milliseconds