Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs837 …eldCodec<global::ProtobufTestMessages.Proto3.ForeignMessage> _repeated_repeatedForeignMessage_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3
2135 repeatedForeignMessage_.WriteTo(output, _repeated_repeatedForeignMessage_codec); in WriteTo()
2427 size += repeatedForeignMessage_.CalculateSize(_repeated_repeatedForeignMessage_codec); in CalculateSize()
3096 repeatedForeignMessage_.AddEntriesFrom(input, _repeated_repeatedForeignMessage_codec); in MergeFrom()
DUnittestProto3.cs762 …ieldCodec<global::Google.Protobuf.TestProtos.ForeignMessage> _repeated_repeatedForeignMessage_codec field in Google.Protobuf.TestProtos.TestAllTypes
1122 repeatedForeignMessage_.WriteTo(output, _repeated_repeatedForeignMessage_codec); in WriteTo()
1234 size += repeatedForeignMessage_.CalculateSize(_repeated_repeatedForeignMessage_codec); in CalculateSize()
1570 repeatedForeignMessage_.AddEntriesFrom(input, _repeated_repeatedForeignMessage_codec); in MergeFrom()