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
Bits.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200000A")]
9 internal static class Bits
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000017")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1D5D3BC", Offset = "0x1D5D3BC", Length = "0x9C")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Bits), Member = "LeastPosition", MemberParameters = new object[] { typeof(uint) }, ReturnType = typeof(int))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
16 public static int Count(uint num)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000018")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1D5D458", Offset = "0x1D5D458", Length = "0x6C")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XsdDateTime), Member = ".ctor", MemberParameters = new object[]
24 {
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XsdDateTime), Member = ".ctor", MemberParameters = new object[]
29 {
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Bits), Member = "Count", MemberParameters = new object[] { typeof(uint) }, ReturnType = typeof(int))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 public static int LeastPosition(uint num)
37 {
38 throw null;
39 }
40
41 // Note: this type is marked as 'beforefieldinit'.
42 [global::Cpp2ILInjected.Token(Token = "0x6000019")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1D5D4C4", Offset = "0x1D5D4C4", Length = "0x58")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
46 static Bits()
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x4000012")]
52 private static readonly uint MASK_0101010101010101;
53
54 [global::Cpp2ILInjected.Token(Token = "0x4000013")]
55 private static readonly uint MASK_0011001100110011;
56
57 [global::Cpp2ILInjected.Token(Token = "0x4000014")]
58 private static readonly uint MASK_0000111100001111;
59
60 [global::Cpp2ILInjected.Token(Token = "0x4000015")]
61 private static readonly uint MASK_0000000011111111;
62
63 [global::Cpp2ILInjected.Token(Token = "0x4000016")]
64 private static readonly uint MASK_1111111111111111;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
static readonly uint MASK_0101010101010101
Definition Bits.cs:52
static int LeastPosition(uint num)
Definition Bits.cs:36
static readonly uint MASK_0011001100110011
Definition Bits.cs:55
static readonly uint MASK_1111111111111111
Definition Bits.cs:64
static int Count(uint num)
Definition Bits.cs:16
static readonly uint MASK_0000000011111111
Definition Bits.cs:61
static readonly uint MASK_0000111100001111
Definition Bits.cs:58
static Bits()
Definition Bits.cs:46