terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Utilities.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Buffers
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200066A")]
9 internal static class Utilities
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60031E1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C158E4", Offset = "0x1C158E4", Length = "0x7C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [MethodImpl(256)]
16 internal static int SelectBucketIndex(int bufferSize)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60031E2")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C15960", Offset = "0x1C15960", Length = "0xC")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [MethodImpl(256)]
26 internal static int GetMaxSizeForBucket(int binIndex)
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static int GetMaxSizeForBucket(int binIndex)
Definition Utilities.cs:26
static int SelectBucketIndex(int bufferSize)
Definition Utilities.cs:16