Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs242 public void Oneof(string fooStringValue, string expectedJson) in Oneof() argument
245 if (fooStringValue != null) in Oneof()
247 message.FooString = fooStringValue; in Oneof()