Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs93 public static Value ForStruct(Struct value) in ForStruct() method in Google.Protobuf.WellKnownTypes.Value
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs711 var expected = Value.ForStruct(new Struct { Fields = { { "x", Value.ForNull() } } }); in StructValue_NullElement()
726 …Value.ForStruct(new Struct { Fields = { { "x", Value.ForNumber(1) }, { "y", Value.ForString("z") }… in StructValue_Struct()
DJsonFormatterTest.cs527 … { "f", Value.ForStruct(new Struct { Fields = { { "nested", Value.ForString("value") } } }) } in StructSample()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonParserTest.cs708 …Value.ForStruct(new Struct { Fields = { { "x", Value.ForNumber(1) }, { "y", Value.ForString("z") }… in StructValue_Struct()