Home
last modified time | relevance | path

Searched refs:fooStringValue (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs342 public void Oneof(string fooStringValue, string expectedJson) in Oneof() argument
345 if (fooStringValue != null) in Oneof()
347 message.FooString = fooStringValue; in Oneof()