Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs831 nestedType_ = other.nestedType_.Clone(); in DescriptorProto()
893 …pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> nestedType_ = new pbc::Repe… field in Google.Protobuf.Reflection.DescriptorProto
896 get { return nestedType_; }
990 if(!nestedType_.Equals(other.nestedType_)) return false; in Equals()
1006 hash ^= nestedType_.GetHashCode(); in GetHashCode()
1031 nestedType_.WriteTo(output, _repeated_nestedType_codec); in WriteTo()
1055 size += nestedType_.CalculateSize(_repeated_nestedType_codec); in CalculateSize()
1080 nestedType_.Add(other.nestedType_); in MergeFrom()
1112 nestedType_.AddEntriesFrom(input, _repeated_nestedType_codec); in MergeFrom()