terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
This is the complete list of members for System.SpanHelpers, including all inherited members.
ClearWithoutReferences(byte b, ulong byteLength) | System.SpanHelpers | inlinestatic |
ClearWithReferences(IntPtr ip, ulong pointerSizeLength) | System.SpanHelpers | inlinestatic |
EndsWithCultureHelper(ReadOnlySpan< char > span, ReadOnlySpan< char > value, CompareInfo compareInfo) | System.SpanHelpers | inlinestatic |
EndsWithCultureIgnoreCaseHelper(ReadOnlySpan< char > span, ReadOnlySpan< char > value, CompareInfo compareInfo) | System.SpanHelpers | inlinestatic |
EndsWithOrdinalIgnoreCaseHelper(ReadOnlySpan< char > span, ReadOnlySpan< char > value) | System.SpanHelpers | inlinestatic |
IndexOf(byte searchSpace, byte value, int length) | System.SpanHelpers | inlinestatic |
IndexOf(char searchSpace, char value, int length) | System.SpanHelpers | inlinestatic |
IndexOf< T >(T searchSpace, T value, int length) | System.SpanHelpers | inlinestatic |
IndexOfAny(byte searchSpace, int searchSpaceLength, byte value, int valueLength) | System.SpanHelpers | inlinestatic |
IndexOfAny< T >(T searchSpace, int searchSpaceLength, T value, int valueLength) | System.SpanHelpers | inlinestatic |
LastIndexOf(char searchSpace, char value, int length) | System.SpanHelpers | inlinestatic |
LocateFirstFoundChar(Vector< ushort > match) | System.SpanHelpers | inlineprivatestatic |
LocateFirstFoundChar(ulong match) | System.SpanHelpers | inlineprivatestatic |
LocateLastFoundChar(Vector< ushort > match) | System.SpanHelpers | inlineprivatestatic |
LocateLastFoundChar(ulong match) | System.SpanHelpers | inlineprivatestatic |
SequenceCompareTo(char first, int firstLength, char second, int secondLength) | System.SpanHelpers | inlinestatic |
SequenceEqual(byte first, byte second, ulong length) | System.SpanHelpers | inlinestatic |
SequenceEqual< T >(T first, T second, int length) | System.SpanHelpers | inlinestatic |