Searched refs:jsonName_ (Results 1 – 2 of 2) sorted by relevance
483 jsonName_ = other.jsonName_; in Field()608 private string jsonName_ = ""; field in Google.Protobuf.WellKnownTypes.Field614 get { return jsonName_; }616 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2167 jsonName_ = other.jsonName_; in FieldDescriptorProto()2396 private string jsonName_; field in Google.Protobuf.Reflection.FieldDescriptorProto2405 get { return jsonName_ ?? JsonNameDefaultValue; }2407 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");2413 get { return jsonName_ != null; }2418 jsonName_ = null; in ClearJsonName()