Home
last modified time | relevance | path

Searched refs:jsonName_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs364 jsonName_ = other.jsonName_; in Field()
479 private string jsonName_ = ""; field in Google.Protobuf.WellKnownTypes.Field
484 get { return jsonName_; }
486 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1263 jsonName_ = other.jsonName_; in FieldDescriptorProto()
1379 private string jsonName_ = ""; field in Google.Protobuf.Reflection.FieldDescriptorProto
1387 get { return jsonName_; }
1389 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");