Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs93 public static Value ForStruct(Struct value) in ForStruct() method in Google.Protobuf.WellKnownTypes.Value
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs423 … { "f", Value.ForStruct(new Struct { Fields = { { "nested", Value.ForString("value") } } }) } in StructSample()
DJsonParserTest.cs705 …Value.ForStruct(new Struct { Fields = { { "x", Value.ForNumber(1) }, { "y", Value.ForString("z") }… in StructValue_Struct()