Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs483 jsonName_ = other.jsonName_; in Field()
608 private string jsonName_ = ""; field in Google.Protobuf.WellKnownTypes.Field
614 get { return jsonName_; }
616 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2167 jsonName_ = other.jsonName_; in FieldDescriptorProto()
2396 private string jsonName_; field in Google.Protobuf.Reflection.FieldDescriptorProto
2405 get { return jsonName_ ?? JsonNameDefaultValue; }
2407 jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2413 get { return jsonName_ != null; }
2418 jsonName_ = null; in ClearJsonName()