Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs51 public static FieldCodec<int> ForInt32(uint tag) => ForInt32(tag, 0); in ForInt32() method in Google.Protobuf.FieldCodec
182 public static FieldCodec<int> ForInt32(uint tag, int defaultValue) in ForInt32() method in Google.Protobuf.FieldCodec