This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Google.Protobuf.Reflection
{
// Token: 0x02000092 RID: 146
[Token(Token = "0x2000092")]
internal static class DescriptorUtil
{
// Token: 0x060004E6 RID: 1254 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x60004E6")]
[Address(RVA = "0x1930AC0", Offset = "0x192F8C0", VA = "0x181930AC0")]
internal static IList<TOutput> ConvertAndMakeReadOnly<TOutput, TInput>(IList<TInput> input, DescriptorUtil.IndexedConverter<TInput, TOutput> converter)
{
return null;
}
// Token: 0x02000093 RID: 147
// (Invoke) Token: 0x060004E8 RID: 1256
[Token(Token = "0x2000093")]
internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index);
}
}