Searched refs:IndexedConverter (Results 1 – 1 of 1) sorted by relevance
47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index); in IndexedConverter() method in Google.Protobuf.Reflection.DescriptorUtil54 (IList<TInput> input, IndexedConverter<TInput, TOutput> converter) in ConvertAndMakeReadOnly()