Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWrapperBenchmarkMessages.cs1281 private static readonly pb::FieldCodec<long?> _single_interactions_codec = pb::FieldCodec.ForStructWrapper<long>(314); field in Google.Protobuf.Benchmarks.ManyWrapperFieldsMessage
2152 _single_interactions_codec.WriteTagAndValue(output, Interactions); in WriteTo()
2495 _single_interactions_codec.WriteTagAndValue(ref output, Interactions); in IBufferMessage.InternalWriteTo()
2973 size += _single_interactions_codec.CalculateSizeWithTag(Interactions); in CalculateSize()
3835 long? value = _single_interactions_codec.Read(input); in MergeFrom()
4615 long? value = _single_interactions_codec.Read(ref input); in IBufferMessage.InternalMergeFrom()

Completed in 11 milliseconds