Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs757 private static readonly pb::FieldCodec<int> _repeated_repeatedSfixed32_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3
2127 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
2419 size += repeatedSfixed32_.CalculateSize(_repeated_repeatedSfixed32_codec); in CalculateSize()
3060 repeatedSfixed32_.AddEntriesFrom(input, _repeated_repeatedSfixed32_codec); in MergeFrom()
DUnittestProto3.cs682 private static readonly pb::FieldCodec<int> _repeated_repeatedSfixed32_codec field in Google.Protobuf.TestProtos.TestAllTypes
1114 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
1226 size += repeatedSfixed32_.CalculateSize(_repeated_repeatedSfixed32_codec); in CalculateSize()
1534 repeatedSfixed32_.AddEntriesFrom(input, _repeated_repeatedSfixed32_codec); in MergeFrom()