Home
last modified time | relevance | path

Searched refs:TInput (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptorUtil.cs47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index); in IndexedConverter()
53 internal static IList<TOutput> ConvertAndMakeReadOnly<TInput, TOutput> in ConvertAndMakeReadOnly()
54 (IList<TInput> input, IndexedConverter<TInput, TOutput> converter) in ConvertAndMakeReadOnly() argument