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
System.SpanHelpers Class Reference
+ Collaboration diagram for System.SpanHelpers:

Static Public Member Functions

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

Static Private Member Functions

static int LocateFirstFoundChar (global::System.Numerics.Vector< ushort > match)
 
static int LocateFirstFoundChar (ulong match)
 
static int LocateLastFoundChar (global::System.Numerics.Vector< ushort > match)
 
static int LocateLastFoundChar (ulong match)
 

Detailed Description

Definition at line 13 of file SpanHelpers.cs.


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