Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs974 nestedType_ = other.nestedType_.Clone(); in DescriptorProto()
1036 …pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> nestedType_ = new pbc::Repe… field in Google.Protobuf.Reflection.DescriptorProto
1039 get { return nestedType_; }
1123 if(!nestedType_.Equals(other.nestedType_)) return false; in Equals()
1139 hash ^= nestedType_.GetHashCode(); in GetHashCode()
1167 nestedType_.WriteTo(output, _repeated_nestedType_codec); in WriteTo()
1192 nestedType_.WriteTo(ref output, _repeated_nestedType_codec); in IBufferMessage.InternalWriteTo()
1217 size += nestedType_.CalculateSize(_repeated_nestedType_codec); in CalculateSize()
1242 nestedType_.Add(other.nestedType_); in MergeFrom()
1277 nestedType_.AddEntriesFrom(input, _repeated_nestedType_codec); in MergeFrom()
[all …]