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
Newtonsoft.Json.Utilities.PropertyNameTable Class Reference
+ Collaboration diagram for Newtonsoft.Json.Utilities.PropertyNameTable:

Classes

class  Entry
 

Public Member Functions

 PropertyNameTable ()
 
string Get (char[] key, int start, int length)
 
string Add (string key)
 

Private Member Functions

string AddEntry (string str, int hashCode)
 
void Grow ()
 

Static Private Member Functions

static PropertyNameTable ()
 
static bool TextEquals (string str1, char[] str2, int str2Start, int str2Length)
 

Private Attributes

int _count
 
PropertyNameTable.Entry[] _entries
 
int _mask
 

Static Private Attributes

static readonly int HashCodeRandomizer
 

Detailed Description

Definition at line 12 of file PropertyNameTable.cs.


The documentation for this class was generated from the following file: