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
ValueListBuilder.cs
Go to the documentation of this file.
1using System;
6
8{
9 [Obsolete("Types with embedded references are not supported in this version of your compiler.", true)]
10 [global::Cpp2ILInjected.Token(Token = "0x200042B")]
11 internal ref struct ValueListBuilder<T>
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001CF5")]
14 [global::Cpp2ILInjected.Address(RVA = "0x18AAE20", Offset = "0x18AAE20", Length = "0x10")]
15 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexFCD), Member = ".ctor", MemberParameters = new object[] { typeof(Span<int>) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = ".ctor", MemberParameters = new object[]
18 {
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x17000680")]
29 public int Length
30 {
31 [global::Cpp2ILInjected.Token(Token = "0x6001CF6")]
32 [global::Cpp2ILInjected.Address(RVA = "0x18AAE30", Offset = "0x18AAE30", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 get
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x17000681")]
42 public ref T this[int index]
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x6001CF7")]
45 [global::Cpp2ILInjected.Address(RVA = "0x18AAE38", Offset = "0x18AAE38", Length = "0xC")]
46 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "PatchJump", MemberParameters = new object[]
48 {
49 typeof(int),
50 typeof(int)
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 get
54 {
55 throw null;
56 }
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6001CF8")]
60 [global::Cpp2ILInjected.Address(RVA = "0x18AAE44", Offset = "0x18AAE44", Length = "0x78")]
61 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
62 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValueListBuilder<>), Member = "Grow", ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
66 [MethodImpl(256)]
67 public void Append(T item)
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x6001CF9")]
73 [global::Cpp2ILInjected.Address(RVA = "0x18AAEBC", Offset = "0x18AAEBC", Length = "0xC0")]
74 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "RegexCodeFromRegexTree", MemberParameters = new object[] { typeof(RegexTree) }, ReturnType = typeof(RegexCode))]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "System.ThrowHelper", Member = "ThrowArgumentOutOfRangeException", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x6001CFA")]
86 [global::Cpp2ILInjected.Address(RVA = "0x18AAF7C", Offset = "0x18AAF7C", Length = "0xB8")]
87 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
88 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
91 [MethodImpl(256)]
92 public void Dispose()
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x6001CFB")]
98 [global::Cpp2ILInjected.Address(RVA = "0x18AB034", Offset = "0x18AB034", Length = "0x258")]
99 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
100 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexFCD), Member = "PushInt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "RegexCodeFromRegexTree", MemberParameters = new object[] { typeof(RegexTree) }, ReturnType = typeof(RegexCode))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "Emit", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "Emit", MemberParameters = new object[]
105 {
106 typeof(int),
107 typeof(int)
108 }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "Emit", MemberParameters = new object[]
110 {
111 typeof(int),
112 typeof(int),
113 typeof(int)
114 }, ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "EmitFragment", MemberParameters = new object[]
116 {
117 typeof(int),
119 typeof(int)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ValueListBuilder<>), Member = "Append", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 16)]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Span<int>), Member = "TryCopyTo", MemberParameters = new object[] { typeof(Span<int>) }, ReturnType = typeof(bool))]
124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
125 private void Grow()
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x6001CFC")]
131 [global::Cpp2ILInjected.Address(RVA = "0x18AB28C", Offset = "0x18AB28C", Length = "0x18")]
132 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
133 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
134 [MethodImpl(256)]
135 public T Pop()
136 {
137 throw null;
138 }
139
140 [global::Cpp2ILInjected.Token(Token = "0x40013D4")]
141 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
142 private Span<T> _span;
143
144 [global::Cpp2ILInjected.Token(Token = "0x40013D5")]
145 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
146 private T[] _arrayFromPool;
147
148 [global::Cpp2ILInjected.Token(Token = "0x40013D6")]
149 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
150 private int _pos;
151 }
152}
class f__AnonymousType0<< Count > j__TPar