From 51602fed0b8fcb2a72aa59bf7c1f70f2258488ec Mon Sep 17 00:00:00 2001 From: Arenoros Date: Mon, 5 Dec 2022 02:17:14 +0300 Subject: [PATCH] Add visualizer for boost::unordered_map for 1.80.0 --- VS2019/Visualizers/boost_Unordered.natvis | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/VS2019/Visualizers/boost_Unordered.natvis b/VS2019/Visualizers/boost_Unordered.natvis index 3e4d114..9ee4cef 100644 --- a/VS2019/Visualizers/boost_Unordered.natvis +++ b/VS2019/Visualizers/boost_Unordered.natvis @@ -44,6 +44,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ size={size_} }} + + + + + + + + + + + + gb_inc_n=countr_zero(pbg->bitmask & reset_first_bits_(pbg_p - pbg->buckets + 1)) + + pbg_p = pbg->buckets + gb_inc_n + + + pbg = pbg->next + pbg_p = pbg->buckets + countr_zero(pbg->bitmask) + + node_p = pbg_p->next + + + *((std::pair<$T2 const ,$T3>*)node_p->buf.data_.buf),view(MapHelper) + node_p = node_p->next + + + + {{ size={size_} }}