Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1335 …b::FieldCodec<global::Conformance.TestAllTypes.Types.NestedEnum> _repeated_repeatedNestedEnum_codec field in Conformance.TestAllTypes
2445 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
2686 size += repeatedNestedEnum_.CalculateSize(_repeated_repeatedNestedEnum_codec); in CalculateSize()
3277 repeatedNestedEnum_.AddEntriesFrom(input, _repeated_repeatedNestedEnum_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs760 …lobal::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum> _repeated_repeatedNestedEnum_codec field in Google.Protobuf.TestProtos.TestAllTypes
1099 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
1208 size += repeatedNestedEnum_.CalculateSize(_repeated_repeatedNestedEnum_codec); in CalculateSize()
1544 repeatedNestedEnum_.AddEntriesFrom(input, _repeated_repeatedNestedEnum_codec); in MergeFrom()