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.Test/TestProtos/
DTestMessagesProto3.cs847 …ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum> _repeated_repeatedNestedEnum_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3
2136 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
2428 size += repeatedNestedEnum_.CalculateSize(_repeated_repeatedNestedEnum_codec); in CalculateSize()
3101 repeatedNestedEnum_.AddEntriesFrom(input, _repeated_repeatedNestedEnum_codec); in MergeFrom()
DUnittestProto3.cs782 …lobal::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum> _repeated_repeatedNestedEnum_codec field in Google.Protobuf.TestProtos.TestAllTypes
1124 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
1236 size += repeatedNestedEnum_.CalculateSize(_repeated_repeatedNestedEnum_codec); in CalculateSize()
1579 repeatedNestedEnum_.AddEntriesFrom(input, _repeated_repeatedNestedEnum_codec); in MergeFrom()