(cherry picked from commit 27d5e1fff01b014e90829f7a3cf320198b164e5a)
@@ -10,6 +10,16 @@
</Expand>
</Type>
+ <Type Name="LocalVector<*>">
+ <Expand>
+ <Item Name="[size]">count</Item>
+ <ArrayItems>
+ <Size>count</Size>
+ <ValuePointer>data</ValuePointer>
+ </ArrayItems>
+ </Expand>
+ </Type>
+
<Type Name="PoolVector<*>">
<Expand>
<Item Name="[size]">alloc ? (alloc->size / sizeof($T1)) : 0</Item>