Searched refs:next_hashed_nodes_ (Results 1 – 3 of 3) sorted by relevance
90 last_hashed_nodes_ = next_hashed_nodes_ = node_mask_; in ComputeTopoHash0()106 next_hashed_nodes_ = last_hashed_nodes_; in ComputeTopoHash()109 << next_hashed_nodes_; in ComputeTopoHash()141 next_hashed_nodes_ |= entry.peer->last_hashed_nodes_; in ComputeTopoHash()144 << " mask=" << std::hex << next_hashed_nodes_; in ComputeTopoHash()374 << node->next_hashed_nodes_; in ComputeOneRound()376 if (node->last_hashed_nodes_ == node->next_hashed_nodes_) { in ComputeOneRound()381 node->last_hashed_nodes_ = node->next_hashed_nodes_; in ComputeOneRound()
242 uint64_t next_hashed_nodes_ = 0; variable
110 return node->next_hashed_nodes_; in RefNextHashedNodes()