Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWrapperBenchmarkMessages.cs481 private long? int64Field4_; field in Google.Protobuf.Benchmarks.ManyWrapperFieldsMessage
485 get { return int64Field4_; }
487 int64Field4_ = value;
2078 if (int64Field4_ != null) hash ^= Int64Field4.GetHashCode(); in GetHashCode()
2210 if (int64Field4_ != null) { in WriteTo()
2554 if (int64Field4_ != null) { in IBufferMessage.InternalWriteTo()
2907 if (int64Field4_ != null) { in CalculateSize()
3262 if (other.int64Field4_ != null) { in MergeFrom()
3263 if (int64Field4_ == null || other.Int64Field4 != 0L) { in MergeFrom()
3815 if (int64Field4_ == null || value != 0L) { in MergeFrom()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWrapperBenchmarkMessages.cs481 private long? int64Field4_; field in Google.Protobuf.Benchmarks.ManyWrapperFieldsMessage
485 get { return int64Field4_; }
487 int64Field4_ = value;
2078 if (int64Field4_ != null) hash ^= Int64Field4.GetHashCode(); in GetHashCode()
2210 if (int64Field4_ != null) { in WriteTo()
2554 if (int64Field4_ != null) { in IBufferMessage.InternalWriteTo()
2907 if (int64Field4_ != null) { in CalculateSize()
3262 if (other.int64Field4_ != null) { in MergeFrom()
3263 if (int64Field4_ == null || other.Int64Field4 != 0L) { in MergeFrom()
3815 if (int64Field4_ == null || value != 0L) { in MergeFrom()
[all …]