Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1325 … readonly pb::FieldCodec<global::Conformance.ForeignMessage> _repeated_repeatedForeignMessage_codec field in Conformance.TestAllTypes
2444 repeatedForeignMessage_.WriteTo(output, _repeated_repeatedForeignMessage_codec); in WriteTo()
2685 size += repeatedForeignMessage_.CalculateSize(_repeated_repeatedForeignMessage_codec); in CalculateSize()
3272 repeatedForeignMessage_.AddEntriesFrom(input, _repeated_repeatedForeignMessage_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs740 …ieldCodec<global::Google.Protobuf.TestProtos.ForeignMessage> _repeated_repeatedForeignMessage_codec field in Google.Protobuf.TestProtos.TestAllTypes
1097 repeatedForeignMessage_.WriteTo(output, _repeated_repeatedForeignMessage_codec); in WriteTo()
1206 size += repeatedForeignMessage_.CalculateSize(_repeated_repeatedForeignMessage_codec); in CalculateSize()
1535 repeatedForeignMessage_.AddEntriesFrom(input, _repeated_repeatedForeignMessage_codec); in MergeFrom()