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
|
This is the complete list of members for System.SpanHelpers, including all inherited members.
ClearWithoutReferences(ref byte b, ulong byteLength) | System.SpanHelpers | inlinestatic |
ClearWithReferences(ref global::System.IntPtr ip, ulong pointerSizeLength) | System.SpanHelpers | inlinestatic |
EndsWithCultureHelper(global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value, global::System.Globalization.CompareInfo compareInfo) | System.SpanHelpers | inlinestatic |
EndsWithCultureIgnoreCaseHelper(global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value, global::System.Globalization.CompareInfo compareInfo) | System.SpanHelpers | inlinestatic |
EndsWithOrdinalIgnoreCaseHelper(global::System.ReadOnlySpan< char > span, global::System.ReadOnlySpan< char > value) | System.SpanHelpers | inlinestatic |
IndexOf(ref byte searchSpace, byte value, int length) | System.SpanHelpers | inlinestatic |
IndexOf(ref char searchSpace, char value, int length) | System.SpanHelpers | inlinestatic |
IndexOf< T >(ref T searchSpace, T value, int length) | System.SpanHelpers | inlinestatic |
IndexOfAny(ref byte searchSpace, int searchSpaceLength, ref byte value, int valueLength) | System.SpanHelpers | inlinestatic |
IndexOfAny< T >(ref T searchSpace, int searchSpaceLength, ref T value, int valueLength) | System.SpanHelpers | inlinestatic |
LastIndexOf(ref char searchSpace, char value, int length) | System.SpanHelpers | inlinestatic |
LocateFirstFoundChar(global::System.Numerics.Vector< ushort > match) | System.SpanHelpers | inlineprivatestatic |
LocateFirstFoundChar(ulong match) | System.SpanHelpers | inlineprivatestatic |
LocateLastFoundChar(global::System.Numerics.Vector< ushort > match) | System.SpanHelpers | inlineprivatestatic |
LocateLastFoundChar(ulong match) | System.SpanHelpers | inlineprivatestatic |
SequenceCompareTo(ref char first, int firstLength, ref char second, int secondLength) | System.SpanHelpers | inlinestatic |
SequenceEqual(ref byte first, ref byte second, ulong length) | System.SpanHelpers | inlinestatic |
SequenceEqual< T >(ref T first, ref T second, int length) | System.SpanHelpers | inlinestatic |