1111 </ArrayItems >
1212 </Expand >
1313 </Type >
14-
14+
1515 <!-- hud::optional<T> -->
1616 <Type Name =" hud::optional< *> " >
17- <DisplayString Condition =" some == true" >Value: {some_value}</DisplayString >
17+ <DisplayString Condition =" some == true" >{some_value}</DisplayString >
1818 <DisplayString Condition =" some == false" >None</DisplayString >
1919 </Type >
2020
4747 <Item Name =" second" >($T2*)this</Item >
4848 </Expand >
4949 </Type >
50-
50+
5151 <!-- hud::vector<T> -->
5252 <Type Name =" hud::vector< *> " >
53- <DisplayString Condition =" compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_ == 0" > Size = {compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_}</DisplayString >
54- <DisplayString Condition =" compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_ > 0" > Size = {compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_}, Ptr = {compressed_allocator_.type_2_.begin_ptr_} </DisplayString >
53+ <DisplayString
54+ Condition =" compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_ == 0" >
55+ Size = {compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_}</DisplayString >
56+ <DisplayString
57+ Condition =" compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_ > 0" >
58+ Size = {compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_},
59+ Ptr = {compressed_allocator_.type_2_.begin_ptr_} </DisplayString >
5560 <Expand >
56- <Item Condition =" compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_ > 0" Name =" Size" >compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_</Item >
61+ <Item
62+ Condition =" compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_ > 0"
63+ Name =" Size" >compressed_allocator_.type_2_.end_ptr_ -
64+ compressed_allocator_.type_2_.begin_ptr_</Item >
5765 <ArrayItems >
5866 <Size >compressed_allocator_.type_2_.end_ptr_ - compressed_allocator_.type_2_.begin_ptr_</Size >
5967 <ValuePointer >compressed_allocator_.type_2_.begin_ptr_</ValuePointer >
6068 </ArrayItems >
6169 </Expand >
6270 </Type >
71+
72+ <!-- hud::string -->
73+ <Type Name =" hud::string" >
74+ <DisplayString
75+ Condition =" bytes_.compressed_allocator_.type_2_.end_ptr_ - bytes_.compressed_allocator_.type_2_.begin_ptr_ == 0" >
76+ Empty
77+ </DisplayString >
78+ <DisplayString
79+ Condition =" bytes_.compressed_allocator_.type_2_.end_ptr_ - bytes_.compressed_allocator_.type_2_.begin_ptr_ > 0" >
80+ {bytes_.compressed_allocator_.type_2_.begin_ptr_,s8}
81+ </DisplayString >
82+ <Expand >
83+ <Item
84+ Condition =" bytes_.compressed_allocator_.type_2_.end_ptr_ - bytes_.compressed_allocator_.type_2_.begin_ptr_ > 0"
85+ Name =" Size" >
86+ bytes_.compressed_allocator_.type_2_.end_ptr_ -
87+ bytes_.compressed_allocator_.type_2_.begin_ptr_
88+ </Item >
89+ <ArrayItems >
90+ <Size >bytes_.compressed_allocator_.type_2_.end_ptr_ - bytes_.compressed_allocator_.type_2_.begin_ptr_</Size >
91+ <ValuePointer >bytes_.compressed_allocator_.type_2_.begin_ptr_</ValuePointer >
92+ </ArrayItems >
93+ </Expand >
94+ </Type >
6395</AutoVisualizer >
0 commit comments