terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.SpanHelpers Class Reference

Static Public Member Functions

static int IndexOfAny (byte searchSpace, int searchSpaceLength, byte value, int valueLength)
 
static int IndexOf (byte searchSpace, byte value, int length)
 
static unsafe bool SequenceEqual (byte first, byte second, ulong length)
 
static unsafe int SequenceCompareTo (char first, int firstLength, char second, int secondLength)
 
static int IndexOf (char searchSpace, char value, int length)
 
static int LastIndexOf (char searchSpace, char value, int length)
 
static int IndexOf< T > (T searchSpace, T value, int length)
 
static int IndexOfAny< T > (T searchSpace, int searchSpaceLength, T value, int valueLength)
 
static bool SequenceEqual< T > (T first, T second, int length)
 
static bool EndsWithCultureHelper (ReadOnlySpan< char > span, ReadOnlySpan< char > value, CompareInfo compareInfo)
 
static bool EndsWithCultureIgnoreCaseHelper (ReadOnlySpan< char > span, ReadOnlySpan< char > value, CompareInfo compareInfo)
 
static bool EndsWithOrdinalIgnoreCaseHelper (ReadOnlySpan< char > span, ReadOnlySpan< char > value)
 
static void ClearWithoutReferences (byte b, ulong byteLength)
 
static void ClearWithReferences (IntPtr ip, ulong pointerSizeLength)
 

Static Private Member Functions

static int LocateFirstFoundChar (Vector< ushort > match)
 
static int LocateFirstFoundChar (ulong match)
 
static int LocateLastFoundChar (Vector< ushort > match)
 
static int LocateLastFoundChar (ulong match)
 

Detailed Description

Definition at line 9 of file SpanHelpers.cs.


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