Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWrapperBenchmarkMessages.cs1282 private long? interactions_; field in Google.Protobuf.Benchmarks.ManyWrapperFieldsMessage
1285 get { return interactions_; }
1287 interactions_ = value;
2021 if (interactions_ != null) hash ^= Interactions.GetHashCode(); in GetHashCode()
2151 if (interactions_ != null) { in WriteTo()
2494 if (interactions_ != null) { in IBufferMessage.InternalWriteTo()
2972 if (interactions_ != null) { in CalculateSize()
3446 if (other.interactions_ != null) { in MergeFrom()
3447 if (interactions_ == null || other.Interactions != 0L) { in MergeFrom()
3836 if (interactions_ in MergeFrom()
6132 private long interactions_; global() field in Google.Protobuf.Benchmarks.ManyPrimitiveFieldsMessage
[all...]

Completed in 7 milliseconds