Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs632 case Value.StructValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs466 var field = fields[Value.StructValueFieldNumber]; in MergeStructValue()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs367 public const int StructValueFieldNumber = 5; field in Google.Protobuf.WellKnownTypes.Value