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
RegexBoyerMoore.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000B3")]
9 internal sealed class RegexBoyerMoore
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000388")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1EAE298", Offset = "0x1EAE298", Length = "0x3F8")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexWriter), Member = "RegexCodeFromRegexTree", MemberParameters = new object[] { typeof(RegexTree) }, ReturnType = typeof(RegexCode))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "System.Text.StringBuilderCache", Member = "Acquire", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(StringBuilder))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "System.Text.StringBuilderCache", Member = "GetStringAndRelease", MemberParameters = new object[] { typeof(StringBuilder) }, ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
22 {
24 typeof(int),
26 typeof(int),
27 typeof(int)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000389")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1EAE690", Offset = "0x1EAE690", Length = "0x104")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexBoyerMoore), Member = "IsMatch", MemberParameters = new object[]
39 {
40 typeof(string),
41 typeof(int),
42 typeof(int),
43 typeof(int)
44 }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CompareOrdinal", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(int),
51 typeof(string),
52 typeof(int),
53 typeof(int)
54 }, ReturnType = typeof(int))]
55 private bool MatchPattern(string text, int index)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x600038A")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1EAE794", Offset = "0x1EAE794", Length = "0x54")]
62 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexInterpreter), Member = "FindFirstChar", ReturnType = typeof(bool))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexBoyerMoore), Member = "MatchPattern", MemberParameters = new object[]
66 {
67 typeof(string),
68 typeof(int)
69 }, ReturnType = typeof(bool))]
70 public bool IsMatch(string text, int index, int beglimit, int endlimit)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x600038B")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1EAE7E8", Offset = "0x1EAE7E8", Length = "0x26C")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexInterpreter), Member = "FindFirstChar", ReturnType = typeof(bool))]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
81 public int Scan(string text, int index, int beglimit, int endlimit)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x40002CC")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
88 public readonly int[] Positive;
89
90 [global::Cpp2ILInjected.Token(Token = "0x40002CD")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
92 public readonly int[] NegativeASCII;
93
94 [global::Cpp2ILInjected.Token(Token = "0x40002CE")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
96 public readonly int[][] NegativeUnicode;
97
98 [global::Cpp2ILInjected.Token(Token = "0x40002CF")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
100 public readonly string Pattern;
101
102 [global::Cpp2ILInjected.Token(Token = "0x40002D0")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
104 public readonly int LowASCII;
105
106 [global::Cpp2ILInjected.Token(Token = "0x40002D1")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
108 public readonly int HighASCII;
109
110 [global::Cpp2ILInjected.Token(Token = "0x40002D2")]
111 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
113
114 [global::Cpp2ILInjected.Token(Token = "0x40002D3")]
115 [global::Cpp2ILInjected.FieldOffset(Offset = "0x39")]
117
118 [global::Cpp2ILInjected.Token(Token = "0x40002D4")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
121 }
122}
class f__AnonymousType0<< Count > j__TPar
int Scan(string text, int index, int beglimit, int endlimit)
RegexBoyerMoore(string pattern, bool caseInsensitive, bool rightToLeft, CultureInfo culture)
bool IsMatch(string text, int index, int beglimit, int endlimit)