Searched defs:ForEnum (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
H A D | FieldCodec.cs | 209 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() method in Google.Protobuf.FieldCodec |
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ | ||
H A D | FieldCodec.cs | 209 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() method in Google.Protobuf.FieldCodec |