Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs82 public static Value ForList(params Value[] values) in ForList() method in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs424 { "e", Value.ForList(Value.ForString("t1"), Value.ForNumber(5)) }, in StructSample()
DJsonParserTest.cs695 …Assert.AreEqual(Value.ForList(Value.ForNumber(1), Value.ForString("x")), Value.Parser.ParseJson("[… in StructValue_List()