File: Sci.natvis

package info (click to toggle)
codequery 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,860 kB
  • sloc: cpp: 151,420; xml: 16,576; python: 5,602; ansic: 5,487; makefile: 559; perl: 496; ruby: 209; sql: 194; sh: 106; php: 53; vhdl: 51; erlang: 47; objc: 22; lisp: 18; cobol: 18; modula3: 17; asm: 14; fortran: 12; ml: 11; tcl: 6
file content (46 lines) | stat: -rw-r--r-- 2,147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  <Type Name="Scintilla::Internal::SplitVector&lt;*&gt;">
    <DisplayString>{{size = {lengthBody}}}</DisplayString>
    <Expand>
      <Item Name="[size]">lengthBody</Item>
      <Item Name="[part1Length]">part1Length</Item>
      <Item Name="[gap]">gapLength</Item>
      <IndexListItems>
        <Size>lengthBody</Size>
        <ValueNode>body[($i&lt;part1Length)?$i:$i+gapLength]</ValueNode>
      </IndexListItems>
    </Expand>
  </Type>
  <Type Name="Scintilla::Internal::XSparseVector&lt;*&gt;">
    <DisplayString>{{size = {values->lengthBody}}}</DisplayString>
    <Expand>
      <IndexListItems>
        <Size>values->lengthBody</Size>
        <ValueNode>starts->body->body[($i&lt;starts->body->part1Length)?$i:$i+starts->body->gapLength]+($i&gt;starts->stepPartition?starts->stepLength:0)</ValueNode>
      </IndexListItems>
      <IndexListItems>
        <Size>values->lengthBody</Size>
        <ValueNode>values->body->body[($i&lt;values->body->part1Length)?$i:$i+values->body->gapLength]+($i&gt;values->stepPartition?values->stepLength:0)</ValueNode>
      </IndexListItems>
    </Expand>
  </Type>
  <Type Name="Scintilla::Internal::Partitioning&lt;*&gt;">
    <DisplayString>{{size = {body->lengthBody}}}</DisplayString>
    <Expand>
      <IndexListItems>
        <Size>body->lengthBody</Size>
        <ValueNode>body->body[($i&lt;body->part1Length)?$i:$i+body->gapLength]+($i&gt;stepPartition?stepLength:0)</ValueNode>
      </IndexListItems>
    </Expand>
  </Type>
  <Type Name="std::unique_ptr&lt;*&gt;">
    <SmartPointer Usage="Minimal">_Mypair._Myval2</SmartPointer>
    <DisplayString Condition="_Mypair._Myval2 == 0">empty</DisplayString>
    <DisplayString Condition="_Mypair._Myval2 != 0">unique_ptr {*_Mypair._Myval2}</DisplayString>
    <Expand>
      <ExpandedItem Condition="_Mypair._Myval2 != 0">_Mypair._Myval2</ExpandedItem>
      <ExpandedItem Condition="_Mypair._Myval2 != 0">_Mypair</ExpandedItem>
    </Expand>
  </Type>
</AutoVisualizer>