Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs980 reservedName_ = other.reservedName_.Clone(); in DescriptorProto()
1097 private readonly pbc::RepeatedField<string> reservedName_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.Reflection.DescriptorProto
1104 get { return reservedName_; }
1129 if(!reservedName_.Equals(other.reservedName_)) return false; in Equals()
1145 hash ^= reservedName_.GetHashCode(); in GetHashCode()
1177 reservedName_.WriteTo(output, _repeated_reservedName_codec); in WriteTo()
1202 reservedName_.WriteTo(ref output, _repeated_reservedName_codec); in IBufferMessage.InternalWriteTo()
1225 size += reservedName_ in CalculateSize()
3258 private readonly pbc::RepeatedField<string> reservedName_ = new pbc::RepeatedField<string>(); global() field in Google.Protobuf.Reflection.EnumDescriptorProto
[all...]

Completed in 13 milliseconds