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()140 next_hashed_nodes_ |= entry.peer->last_hashed_nodes_; in ComputeTopoHash()143 << " mask=" << std::hex << next_hashed_nodes_; in ComputeTopoHash()372 << node->next_hashed_nodes_; in ComputeOneRound()374 if (node->last_hashed_nodes_ == node->next_hashed_nodes_) { in ComputeOneRound()379 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()