Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs42 public static Value ForString(string value) in ForString() method in Google.Protobuf.WellKnownTypes.Value
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs52 public static FieldCodec<string> ForString(uint tag) in ForString() method in Google.Protobuf.FieldCodec