|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| int | GetAlignedHeapSize (HeapIndex index) |
Package Functions | |
| MetadataSizes (ImmutableArray< int > rowCounts, ImmutableArray< int > externalRowCounts, ImmutableArray< int > heapSizes, int metadataVersionByteCount, bool isStandaloneDebugMetadata) | |
| bool | IsPresent (TableIndex table) |
| int | CalculateTableStreamHeaderSize () |
| int | CalculateStandalonePdbStreamSize () |
Static Package Functions | |
| static int | GetMetadataStreamHeaderSize (string streamName) |
Static Package Attributes | |
| const int | MaxMetadataVersionByteCount = 254 |
| const ulong | SortedDebugTables = 55169095435288576uL |
| const int | PdbIdSize = 20 |
Properties | |
| ImmutableArray< int > | HeapSizes [get] |
| ImmutableArray< int > | RowCounts [get] |
| ImmutableArray< int > | ExternalRowCounts [get] |
| bool | IsStandaloneDebugMetadata [get] |
| int | MetadataHeaderSize [get] |
| int | MetadataSize [get] |
Private Member Functions | |
| int | GetTableSize (TableIndex index, int rowSize) |
| bool | IsReferenceSmall (int tagBitSize, params TableIndex[] tables) |
| bool | ReferenceFits (int bitCount, TableIndex[] tables) |
Static Private Member Functions | |
| static ulong | ComputeNonEmptyTableMask (ImmutableArray< int > rowCounts) |
Definition at line 6 of file MetadataSizes.cs.