Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1245 private static readonly pb::FieldCodec<int> _repeated_repeatedSfixed32_codec field in Conformance.TestAllTypes
2436 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
2677 size += repeatedSfixed32_.CalculateSize(_repeated_repeatedSfixed32_codec); in CalculateSize()
3236 repeatedSfixed32_.AddEntriesFrom(input, _repeated_repeatedSfixed32_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs660 private static readonly pb::FieldCodec<int> _repeated_repeatedSfixed32_codec field in Google.Protobuf.TestProtos.TestAllTypes
1089 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
1198 size += repeatedSfixed32_.CalculateSize(_repeated_repeatedSfixed32_codec); in CalculateSize()
1499 repeatedSfixed32_.AddEntriesFrom(input, _repeated_repeatedSfixed32_codec); in MergeFrom()