Home
last modified time | relevance | path

Searched defs:ForEnum (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs208 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() method in Google.Protobuf.FieldCodec
389 …public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T d… in ForEnum() method in Google.Protobuf.FieldCodec