Searched refs:_repeated_packedBool_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 1063 private static readonly pb::FieldCodec<bool> _repeated_packedBool_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2569 packedBool_.WriteTo(output, _repeated_packedBool_codec); in WriteTo() 2913 packedBool_.WriteTo(ref output, _repeated_packedBool_codec); in IBufferMessage.InternalWriteTo() 3215 size += packedBool_.CalculateSize(_repeated_packedBool_codec); in CalculateSize() 4085 packedBool_.AddEntriesFrom(input, _repeated_packedBool_codec); in MergeFrom() 4798 packedBool_.AddEntriesFrom(ref input, _repeated_packedBool_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 1256 private static readonly pb::FieldCodec<bool> _repeated_packedBool_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2707 packedBool_.WriteTo(output, _repeated_packedBool_codec); in WriteTo() 2988 packedBool_.WriteTo(ref output, _repeated_packedBool_codec); in IBufferMessage.InternalWriteTo() 3228 size += packedBool_.CalculateSize(_repeated_packedBool_codec); in CalculateSize() 3948 packedBool_.AddEntriesFrom(input, _repeated_packedBool_codec); in MergeFrom() 4497 packedBool_.AddEntriesFrom(ref input, _repeated_packedBool_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 7224 private static readonly pb::FieldCodec<bool> _repeated_packedBool_codec field in Google.Protobuf.TestProtos.TestPackedTypes 7317 packedBool_.WriteTo(output, _repeated_packedBool_codec); in WriteTo() 7340 packedBool_.WriteTo(ref output, _repeated_packedBool_codec); in IBufferMessage.InternalWriteTo() 7363 size += packedBool_.CalculateSize(_repeated_packedBool_codec); in CalculateSize() 7466 packedBool_.AddEntriesFrom(input, _repeated_packedBool_codec); in MergeFrom() 7550 packedBool_.AddEntriesFrom(ref input, _repeated_packedBool_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 22810 private static readonly pb::FieldCodec<bool> _repeated_packedBool_codec field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes 22903 packedBool_.WriteTo(output, _repeated_packedBool_codec); in WriteTo() 22926 packedBool_.WriteTo(ref output, _repeated_packedBool_codec); in IBufferMessage.InternalWriteTo() 22949 size += packedBool_.CalculateSize(_repeated_packedBool_codec); in CalculateSize() 23052 packedBool_.AddEntriesFrom(input, _repeated_packedBool_codec); in MergeFrom() 23136 packedBool_.AddEntriesFrom(ref input, _repeated_packedBool_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 74 milliseconds