Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs590 private static readonly pb::FieldCodec<long> _repeated_repeatedInt64_codec field in Google.Protobuf.TestProtos.TestAllTypes
1082 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
1191 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
1464 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()
5836 private static readonly pb::FieldCodec<long> _repeated_repeatedInt64_codec field in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
5911 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
5922 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
5966 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1175 private static readonly pb::FieldCodec<long> _repeated_repeatedInt64_codec field in Conformance.TestAllTypes
2429 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
2670 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
3201 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()