Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs834 oneofDecl_ = other.oneofDecl_.Clone(); in DescriptorProto()
923 …RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto> oneofDecl_ = new pbc::Repea… field in Google.Protobuf.Reflection.DescriptorProto
926 get { return oneofDecl_; }
993 if(!oneofDecl_.Equals(other.oneofDecl_)) return false; in Equals()
1009 hash ^= oneofDecl_.GetHashCode(); in GetHashCode()
1039 oneofDecl_.WriteTo(output, _repeated_oneofDecl_codec); in WriteTo()
1058 size += oneofDecl_.CalculateSize(_repeated_oneofDecl_codec); in CalculateSize()
1083 oneofDecl_.Add(other.oneofDecl_); in MergeFrom()
1135 oneofDecl_.AddEntriesFrom(input, _repeated_oneofDecl_codec); in MergeFrom()