Searched refs:old_to (Results 1 – 1 of 1) sorted by relevance
125 GenericNode* old_to = this->to; in Update() local126 if (new_to == old_to) return; // Nothing to do. in Update()128 if (old_to != NULL) { in Update()129 old_to->RemoveUse(use); in Update()