Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/tesseract/doc/tesseract.natvis @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> | |
| 3 <Type Name="GenericVector<*>"> | |
| 4 <DisplayString>{{size={size_used_}}}</DisplayString> | |
| 5 <Expand> | |
| 6 <Item Name="[size]" ExcludeView="simple">size_used_</Item> | |
| 7 <Item Name="[capacity]" ExcludeView="simple">size_reserved_</Item> | |
| 8 <ArrayItems> | |
| 9 <Size>size_used_</Size> | |
| 10 <ValuePointer>data_</ValuePointer> | |
| 11 </ArrayItems> | |
| 12 </Expand> | |
| 13 </Type> | |
| 14 | |
| 15 <Type Name="tesseract::IntParam"> | |
| 16 <DisplayString>{value_}</DisplayString> | |
| 17 </Type> | |
| 18 <Type Name="tesseract::BoolParam"> | |
| 19 <DisplayString>{value_}</DisplayString> | |
| 20 </Type> | |
| 21 | |
| 22 <Type Name="tesseract::StringParam"> | |
| 23 <DisplayString>{value_}</DisplayString> | |
| 24 </Type> | |
| 25 | |
| 26 <Type Name="tesseract::DoubleParam"> | |
| 27 <DisplayString>{value_}</DisplayString> | |
| 28 </Type> | |
| 29 | |
| 30 </AutoVisualizer> |
