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
InternalDecoderBestFitFallbackBuffer.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Text
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000260")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000203")]
12 private static object InternalSyncObject
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600148D")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1CB1F44", Offset = "0x1CB1F44", Length = "0x94")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InternalDecoderBestFitFallbackBuffer), Member = ".ctor", MemberParameters = new object[] { typeof(InternalDecoderBestFitFallback) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x600148E")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1CB1D88", Offset = "0x1CB1D88", Length = "0x108")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InternalDecoderBestFitFallback), Member = "CreateFallbackBuffer", ReturnType = typeof(DecoderFallbackBuffer))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InternalDecoderBestFitFallbackBuffer), Member = "get_InternalSyncObject", ReturnType = typeof(object))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
34 {
35 typeof(object),
36 typeof(ref bool)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
44
45 [global::Cpp2ILInjected.Token(Token = "0x600148F")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB1FE0", Offset = "0x1CB1FE0", Length = "0x38")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InternalDecoderBestFitFallbackBuffer), Member = "TryBestFit", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(char))]
50 public override bool Fallback(byte[] bytesUnknown, int index)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6001490")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1CB2108", Offset = "0x1CB2108", Length = "0x40")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 public override char GetNextChar()
60 {
61 throw null;
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x17000204")]
65 public override int Remaining
66 {
67 [global::Cpp2ILInjected.Token(Token = "0x6001491")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1CB2148", Offset = "0x1CB2148", Length = "0xC")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 get
72 {
73 throw null;
74 }
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x6001492")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1CB2154", Offset = "0x1CB2154", Length = "0x10")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 public override void Reset()
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x6001493")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1CB2164", Offset = "0x1CB2164", Length = "0x8")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 internal unsafe override int InternalFallback(byte[] bytes, byte* pBytes)
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x6001494")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1CB2018", Offset = "0x1CB2018", Length = "0xF0")]
95 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InternalDecoderBestFitFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
97 {
98 typeof(byte[]),
99 typeof(int)
100 }, ReturnType = typeof(bool))]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
102 private char TryBestFit(byte[] bytesCheck)
103 {
104 throw null;
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x4000AE9")]
108 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
109 private char _cBestFit;
110
111 [global::Cpp2ILInjected.Token(Token = "0x4000AEA")]
112 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
113 private int _iCount;
114
115 [global::Cpp2ILInjected.Token(Token = "0x4000AEB")]
116 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
117 private int _iSize;
118
119 [global::Cpp2ILInjected.Token(Token = "0x4000AEC")]
120 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
122
123 [global::Cpp2ILInjected.Token(Token = "0x4000AED")]
124 private static object s_InternalSyncObject;
125 }
126}
class f__AnonymousType0<< Count > j__TPar
unsafe override int InternalFallback(byte[] bytes, byte *pBytes)
InternalDecoderBestFitFallbackBuffer(InternalDecoderBestFitFallback fallback)