Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs107 public const int FieldsFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Struct
DType.cs141 public const int FieldsFieldNumber = 2; field in Google.Protobuf.WellKnownTypes.Type
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs616 …IDictionary fields = (IDictionary) message.Descriptor.Fields[Struct.FieldsFieldNumber].Accessor.Ge… in WriteStruct()
DJsonParser.cs477 var field = message.Descriptor.Fields[Struct.FieldsFieldNumber]; in MergeStruct()