Home
last modified time | relevance | path

Searched refs:stringField_ (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs431 private string stringField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
434 get { return stringField_; }
436 stringField_ = value;
522 if (stringField_ != null) hash ^= StringField.GetHashCode(); in GetHashCode()
598 if (stringField_ != null) { in WriteTo()
674 if (stringField_ != null) { in IBufferMessage.InternalWriteTo()
741 if (stringField_ != null) { in CalculateSize()
850 if (other.stringField_ != null) { in MergeFrom()
851 if (stringField_ == null || other.StringField != "") { in MergeFrom()
994 if (stringField_ in MergeFrom()
1392 private readonly pbc::RepeatedField<string> stringField_ = new pbc::RepeatedField<string>(); global() field in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2954 private readonly pbc::MapField<int, string> stringField_ = new pbc::MapField<int, string>(); global() field in Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
H A DUnittestProto3.cs4166 stringField_ = other.stringField_; in TestCamelCaseFieldNames()
4194 private string stringField_ = ""; field in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
4197 get { return stringField_; }
4199 stringField_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
H A DUnittest.cs13969 stringField_ = other.stringField_; in TestCamelCaseFieldNames()
14016 private string stringField_; field in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14019 get { return stringField_ ?? StringFieldDefaultValue; }
14021 stringField_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
14027 get { return stringField_ != null; }
14032 stringField_ = null; in ClearStringField()
[all...]

Completed in 53 milliseconds