mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
replace "container_internal" with the shorter "priv"
This commit is contained in:
Vendored
+4
-4
@@ -49,19 +49,19 @@
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="phmap::container_internal::map_slot_type<*,*>">
|
||||
<Type Name="phmap::priv::map_slot_type<*,*>">
|
||||
<DisplayString>{value}</DisplayString>
|
||||
</Type>
|
||||
|
||||
<!-- flat map iterators -->
|
||||
<Type Name="phmap::container_internal::raw_hash_set<*,*,*,*>::iterator">
|
||||
<Type Name="phmap::priv::raw_hash_set<*,*,*,*>::iterator">
|
||||
<DisplayString Condition="ctrl_ == 0">unset</DisplayString>
|
||||
<DisplayString Condition="!(*ctrl_ >= 0)">end()</DisplayString>
|
||||
<DisplayString>{*slot_,na}</DisplayString>
|
||||
</Type>
|
||||
|
||||
<!-- node map iterators - only difference is the **slot_ instead of * -->
|
||||
<Type Name="phmap::container_internal::raw_hash_set<phmap::container_internal::NodeHashSetPolicy<*>,*,*,*>::iterator">
|
||||
<Type Name="phmap::priv::raw_hash_set<phmap::priv::NodeHashSetPolicy<*>,*,*,*>::iterator">
|
||||
<DisplayString Condition="ctrl_ == 0">unset</DisplayString>
|
||||
<DisplayString Condition="!(*ctrl_ >= 0)">end()</DisplayString>
|
||||
<DisplayString>{**slot_,na}</DisplayString>
|
||||
@@ -133,7 +133,7 @@
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="phmap::container_internal::parallel_hash_set<*,*,*,*,*,*,*>::iterator">
|
||||
<Type Name="phmap::priv::parallel_hash_set<*,*,*,*,*,*,*>::iterator">
|
||||
<DisplayString>{it_,na}</DisplayString>
|
||||
</Type>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user