Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1253 …b::FieldCodec<global::Conformance.TestAllTypes.Types.NestedEnum> _repeated_repeatedNestedEnum_codec field in Conformance.TestAllTypes
2287 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
2527 size += repeatedNestedEnum_.CalculateSize(_repeated_repeatedNestedEnum_codec); in CalculateSize()
3116 repeatedNestedEnum_.AddEntriesFrom(input, _repeated_repeatedNestedEnum_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs716 …lobal::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum> _repeated_repeatedNestedEnum_codec field in Google.Protobuf.TestProtos.TestAllTypes
1040 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
1148 size += repeatedNestedEnum_.CalculateSize(_repeated_repeatedNestedEnum_codec); in CalculateSize()
1482 repeatedNestedEnum_.AddEntriesFrom(input, _repeated_repeatedNestedEnum_codec); in MergeFrom()