Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs285 public const int StructValueFieldNumber = 5; field in Google.Protobuf.WellKnownTypes.Value
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs656 case Value.StructValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs447 var field = fields[Value.StructValueFieldNumber]; in MergeStructValue()