mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
132 lines
6.3 KiB
XML
132 lines
6.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
|
|
<Type Name="vl::ObjectString<wchar_t>">
|
|
<AlternativeType Name="vl::ObjectString<char16_t>"/>
|
|
<DisplayString>{{ size={length}, buffer={buffer+start,su} }}</DisplayString>
|
|
<StringView>buffer+start,su</StringView>
|
|
<Expand>
|
|
<Item Name="[size]">length</Item>
|
|
<ArrayItems>
|
|
<Size>length</Size>
|
|
<ValuePointer>buffer+start</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::ObjectString<char8_t>">
|
|
<DisplayString>{{ size={length}, buffer={buffer+start,s8} }}</DisplayString>
|
|
<StringView>buffer+start,su</StringView>
|
|
<Expand>
|
|
<Item Name="[size]">length</Item>
|
|
<ArrayItems>
|
|
<Size>length</Size>
|
|
<ValuePointer>buffer+start</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::ObjectString<char32_t>">
|
|
<DisplayString>{{ size={length}, buffer={buffer+start,s32} }}</DisplayString>
|
|
<StringView>buffer+start,su</StringView>
|
|
<Expand>
|
|
<Item Name="[size]">length</Item>
|
|
<ArrayItems>
|
|
<Size>length</Size>
|
|
<ValuePointer>buffer+start</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::ObjectString<char>">
|
|
<DisplayString>{{ size={length}, buffer={buffer+start,s} }}</DisplayString>
|
|
<StringView>buffer+start,s</StringView>
|
|
<Expand>
|
|
<Item Name="[size]">length</Item>
|
|
<ArrayItems>
|
|
<Size>length</Size>
|
|
<ValuePointer>buffer+start</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::collections::List<*>">
|
|
<AlternativeType Name="vl::collections::SortedList<*>"/>
|
|
<AlternativeType Name="vl::collections::Array<*>"/>
|
|
<DisplayString>{{ size={count} }}</DisplayString>
|
|
<Expand>
|
|
<Item Name="[size]">count</Item>
|
|
<ArrayItems>
|
|
<Size>count</Size>
|
|
<ValuePointer>($T1*)buffer</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::collections::Dictionary<*,*>">
|
|
<AlternativeType Name="vl::collections::Group<*,*>"/>
|
|
<DisplayString>{{ size={keys.count} }}</DisplayString>
|
|
<Expand>
|
|
<Item Name="[size]">keys.count</Item>
|
|
<Item Name="Keys">keys</Item>
|
|
<Item Name="Values">values</Item>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::Ptr<*>">
|
|
<AlternativeType Name="vl::ComPtr<*>"/>
|
|
<DisplayString Condition="reference == 0">[empty]</DisplayString>
|
|
<DisplayString Condition="reference != 0">{*reference}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="reference != 0">reference</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::Nullable<*>">
|
|
<DisplayString Condition="!initialized">[empty]</DisplayString>
|
|
<DisplayString Condition="initialized">{object}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="initialized">object</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="vl::Variant<*>">
|
|
<DisplayString Optional="true" Condition="index == -1">[invalid]</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 0">{{ index=0, value={*($T1*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 1">{{ index=1, value={*($T2*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 2">{{ index=2, value={*($T3*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 3">{{ index=3, value={*($T4*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 4">{{ index=4, value={*($T5*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 5">{{ index=5, value={*($T6*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 6">{{ index=6, value={*($T7*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 7">{{ index=7, value={*($T8*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 8">{{ index=8, value={*($T9*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 9">{{ index=9, value={*($T10*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 10">{{ index=10, value={*($T11*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 11">{{ index=11, value={*($T12*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 12">{{ index=12, value={*($T13*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 13">{{ index=13, value={*($T14*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 14">{{ index=14, value={*($T15*)buffer} }}</DisplayString>
|
|
<DisplayString Optional="true" Condition="index == 15">{{ index=15, value={*($T16*)buffer} }}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Optional="true" Condition="index == 0">*($T1*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 1">*($T2*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 2">*($T3*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 3">*($T4*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 4">*($T5*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 5">*($T6*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 6">*($T7*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 7">*($T8*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 8">*($T9*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 9">*($T10*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 10">*($T11*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 11">*($T12*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 12">*($T13*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 13">*($T14*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 14">*($T15*)buffer</ExpandedItem>
|
|
<ExpandedItem Optional="true" Condition="index == 15">*($T16*)buffer</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
</AutoVisualizer>
|