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
EnumerableSorter.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Linq
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000029")]
8 internal abstract class EnumerableSorter<TElement>
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000123")]
11 internal abstract void ComputeKeys(TElement[] elements, int count);
12
13 [global::Cpp2ILInjected.Token(Token = "0x6000124")]
14 internal abstract int CompareKeys(int index1, int index2);
15
16 [global::Cpp2ILInjected.Token(Token = "0x6000125")]
17 [global::Cpp2ILInjected.Address(RVA = "0x16423B0", Offset = "0x16423B0", Length = "0xCC")]
18 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 internal int[] Sort(TElement[] elements, int count)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6000126")]
28 [global::Cpp2ILInjected.Address(RVA = "0x164247C", Offset = "0x164247C", Length = "0x178")]
29 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 private void QuickSort(int[] map, int left, int right)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6000127")]
38 [global::Cpp2ILInjected.Address(RVA = "0x16425F4", Offset = "0x16425F4", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 protected EnumerableSorter()
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
void ComputeKeys(TElement[] elements, int count)
int CompareKeys(int index1, int index2)
void QuickSort(int[] map, int left, int right)
int[] Sort(TElement[] elements, int count)