Searched defs:WithCurrentNode (Results 1 – 1 of 1) sorted by relevance
50 struct WithCurrentNode { struct51 WithCurrentNode(Node** loc, Node* new_value) : loc_(loc), old_value_(*loc_) { in WithCurrentNode() argument54 ~WithCurrentNode() { in ~WithCurrentNode() argument60 Node* old_value_;