summaryrefslogtreecommitdiffstats
path: root/source/core/core.natvis
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/core.natvis')
-rw-r--r--source/core/core.natvis40
1 files changed, 0 insertions, 40 deletions
diff --git a/source/core/core.natvis b/source/core/core.natvis
index 271e39663..19c6db395 100644
--- a/source/core/core.natvis
+++ b/source/core/core.natvis
@@ -42,18 +42,6 @@
</Expand>
</Type>
-<Type Name="Slang::LinkedList&lt;*&gt;">
- <DisplayString>{{ size={FCount} }}</DisplayString>
- <Expand>
- <LinkedListItems>
- <Size>FCount</Size>
- <HeadPointer>FHead</HeadPointer>
- <NextPointer>pNext</NextPointer>
- <ValueNode>Value</ValueNode>
- </LinkedListItems>
- </Expand>
-</Type>
-
<Type Name="Slang::Dictionary&lt;*,*&gt;">
<DisplayString>{{ size={_count} }}</DisplayString>
<Expand>
@@ -66,34 +54,6 @@
</Expand>
</Type>
-<Type Name="Slang::EnumerableDictionary&lt;*,*&gt;">
- <DisplayString>{{ size={_count} }}</DisplayString>
- <Expand>
- <Item Name="[size]">_count</Item>
- <Item Name="[capacity]">bucketSizeMinusOne + 1</Item>
- <LinkedListItems>
- <Size>kvPairs.FCount</Size>
- <HeadPointer>kvPairs.FHead</HeadPointer>
- <NextPointer>pNext</NextPointer>
- <ValueNode>Value</ValueNode>
- </LinkedListItems>
- </Expand>
-</Type>
-
-<Type Name="Slang::EnumerableHashSet&lt;*,*&gt;">
- <DisplayString>{{ size={dict._count} }}</DisplayString>
- <Expand>
- <Item Name="[size]">dict._count</Item>
- <Item Name="[capacity]">dict.bucketSizeMinusOne + 1</Item>
- <LinkedListItems>
- <Size>dict.kvPairs.FCount</Size>
- <HeadPointer>dict.kvPairs.FHead</HeadPointer>
- <NextPointer>pNext</NextPointer>
- <ValueNode>Value</ValueNode>
- </LinkedListItems>
- </Expand>
-</Type>
-
<Type Name="Slang::RefPtrImpl&lt;*,*,*&gt;">
<SmartPointer Usage="Minimal">pointer</SmartPointer>
<DisplayString Condition="pointer == 0">empty</DisplayString>