terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
int | GetHashCode (object key) |
int | GetHashCode (string key) |
int | Compare (object a, object b) |
int | Compare (string a, string b) |
bool | Equals (string a, string b) |
bool | Equals (object a, object b) |
FastResourceComparer () | |
int | Compare (T x, T y) |
bool | Equals (T x, T y) |
int | GetHashCode (T obj) |
int | Compare (T x, T y) |
bool | Equals (T x, T y) |
int | GetHashCode (T obj) |
Static Public Member Functions | |
static int | CompareOrdinal (string a, byte[] bytes, int bCharLength) |
static int | CompareOrdinal (byte[] bytes, int aCharLength, string b) |
Static Package Functions | |
static int | HashFunction (string key) |
static unsafe int | CompareOrdinal (byte *a, int byteLen, string b) |
Static Package Attributes | |
static readonly FastResourceComparer | Default |
Static Private Member Functions | |
static | FastResourceComparer () |
Definition at line 8 of file FastResourceComparer.cs.