Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs240 public void Oneof(string fooStringValue, string expectedJson) in Oneof() argument
243 if (fooStringValue != null) in Oneof()
245 message.FooString = fooStringValue; in Oneof()