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
TokenizerStream.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20002A6")]
8 internal sealed class TokenizerStream
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001739")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AF00FC", Offset = "0x1AF00FC", Length = "0xA4")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Parser), Member = "ParseContents", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TokenizerShortBlock), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TokenizerStringBlock), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
18 internal TokenizerStream()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x600173A")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1AF0460", Offset = "0x1AF0460", Length = "0xAC")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Tokenizer), Member = "GetTokens", MemberParameters = new object[]
27 {
29 typeof(int),
30 typeof(bool)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TokenizerShortBlock), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
35 internal void AddToken(short token)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x600173B")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1AF0514", Offset = "0x1AF0514", Length = "0xC4")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Tokenizer), Member = "GetTokens", MemberParameters = new object[]
44 {
46 typeof(int),
47 typeof(bool)
48 }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TokenizerStringBlock), Member = ".ctor", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
52 internal void AddString(string str)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x600173C")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1AF01A0", Offset = "0x1AF01A0", Length = "0x1C")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 internal void Reset()
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x600173D")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1AF01BC", Offset = "0x1AF01BC", Length = "0x44")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 internal short GetNextFullToken()
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x600173E")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1AEEF68", Offset = "0x1AEEF68", Length = "0x44")]
76 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 internal short GetNextToken()
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x600173F")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1AEF024", Offset = "0x1AEF024", Length = "0x40")]
85 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 internal string GetNextString()
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6001740")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1AEEFAC", Offset = "0x1AEEFAC", Length = "0x34")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 internal void ThrowAwayNextString()
97 {
98 throw null;
99 }
100
101 [global::Cpp2ILInjected.Token(Token = "0x6001741")]
102 [global::Cpp2ILInjected.Address(RVA = "0x1AEEFE0", Offset = "0x1AEEFE0", Length = "0x44")]
103 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Parser), Member = "GetRequiredSizes", MemberParameters = new object[]
105 {
107 typeof(ref int)
108 }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
110 internal void TagLastToken(short tag)
111 {
112 throw null;
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x6001742")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1AF0868", Offset = "0x1AF0868", Length = "0x8")]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 internal int GetTokenCount()
119 {
120 throw null;
121 }
122
123 [global::Cpp2ILInjected.Token(Token = "0x6001743")]
124 [global::Cpp2ILInjected.Address(RVA = "0x1AEFA1C", Offset = "0x1AEFA1C", Length = "0x98")]
125 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Parser), Member = "DetermineFormat", MemberParameters = new object[] { typeof(TokenizerStream) }, ReturnType = typeof(int))]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Parser), Member = "ParseContents", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
129 internal void GoToPosition(int position)
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x4000BD8")]
135 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
136 private int m_countTokens;
137
138 [global::Cpp2ILInjected.Token(Token = "0x4000BD9")]
139 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
141
142 [global::Cpp2ILInjected.Token(Token = "0x4000BDA")]
143 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
145
146 [global::Cpp2ILInjected.Token(Token = "0x4000BDB")]
147 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
149
150 [global::Cpp2ILInjected.Token(Token = "0x4000BDC")]
151 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
152 private int m_indexTokens;
153
154 [global::Cpp2ILInjected.Token(Token = "0x4000BDD")]
155 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
157
158 [global::Cpp2ILInjected.Token(Token = "0x4000BDE")]
159 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
161
162 [global::Cpp2ILInjected.Token(Token = "0x4000BDF")]
163 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
164 private int m_indexStrings;
165 }
166}
class f__AnonymousType0<< Count > j__TPar