-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
104 additions
and
15 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
Cesium.CodeGen.Tests/verified/CodeGenTypeTests.ComplexStructDefinition.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Module: Primary | ||
Type: <Module> | ||
|
||
Type: foo | ||
Nested types: | ||
Type: foo/<SyntheticBuffer>b | ||
Pack: 0 | ||
Size: 20 | ||
Custom attributes: | ||
- CompilerGeneratedAttribute() | ||
- UnsafeValueTypeAttribute() | ||
|
||
Fields: | ||
System.Int32 foo/<SyntheticBuffer>b::FixedElementField | ||
|
||
Type: foo/<SyntheticBuffer>c | ||
Pack: 0 | ||
Size: 64 | ||
Custom attributes: | ||
- CompilerGeneratedAttribute() | ||
- UnsafeValueTypeAttribute() | ||
|
||
Fields: | ||
System.Byte foo/<SyntheticBuffer>c::FixedElementField | ||
|
||
Type: foo/<SyntheticBuffer>array | ||
Pack: 0 | ||
Size: 1600 | ||
Custom attributes: | ||
- CompilerGeneratedAttribute() | ||
- UnsafeValueTypeAttribute() | ||
|
||
Fields: | ||
System.Int32* foo/<SyntheticBuffer>array::FixedElementField | ||
Fields: | ||
System.Int32 foo::a | ||
foo/<SyntheticBuffer>b foo::b | ||
Custom attributes: | ||
- FixedBufferAttribute(System.Int32, 20) | ||
|
||
foo/<SyntheticBuffer>c foo::c | ||
Custom attributes: | ||
- FixedBufferAttribute(System.Byte, 64) | ||
|
||
method System.Void *(System.Int32,System.Int32*,System.Int32*) foo::func | ||
foo/<SyntheticBuffer>array foo::array | ||
Custom attributes: | ||
- FixedBufferAttribute(System.Int32*, 1600) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters