Home | History | Annotate | Download | only in test_lib_json

Lines Matching refs:next_

84    rootPredicateNode_.next_ = 0;
101 PredicateContext *lastNode = rootPredicateNode_.next_;
102 for ( ; lastNode != 0; lastNode = lastNode->next_ )
143 while ( lastNode->next_ != 0 && lastNode->next_->next_ != 0 )
145 lastNode = lastNode->next_;
148 PredicateContext *tail = lastNode->next_;
155 lastNode->next_ = 0;
172 while ( lastNode->next_ != 0 )
174 lastNode = lastNode->next_;