Searched refs:tailLink_ (Results 1 – 2 of 2) sorted by relevance
128 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {}131 : buckets_(0), tailLink_(0), bucketsSize_(0), itemCount_(0) {169 ValueInternalLink* tempTailLink = tailLink_;170 tailLink_ = other.tailLink_;171 other.tailLink_ = tempTailLink;197 tailLink_ = &buckets_[0];308 return tailLink_;
738 ValueInternalLink* tailLink_; variable