Searched refs:value_to_node_ (Results 1 – 6 of 6) sorted by relevance
29 auto it = value_to_node_.find(value); in Insert()30 if (it != value_to_node_.end() && IsInTree(it->second)) return false; in Insert()40 assert(value_to_node_.count(value)); in Insert()46 auto it = value_to_node_.find(value); in Remove()47 if (it == value_to_node_.end()) return false; in Remove()78 const auto it = value_to_node_.find(value); in RankFromValue()79 if (it == value_to_node_.end()) { in RankFromValue()113 const auto it = value_to_node_.find(value); in HasValue()114 if (it == value_to_node_.end()) { in HasValue()129 const auto it = value_to_node_.find(value); in Promote()[all …]
276 std::unordered_map<uint32_t, uint32_t> value_to_node_; variable
36 const auto it = value_to_node_.find(val); in TestRemove()37 assert(it != value_to_node_.end()); in TestRemove()49 const auto it = value_to_node_.find(value); in GetNodeHandle()50 if (it == value_to_node_.end()) return 0; in GetNodeHandle()