Home
last modified time | relevance | path

Searched refs:ComputeBytesSize (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs158 public static int ComputeBytesSize(ByteString value) in ComputeBytesSize() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs64 …ReadBytes(), (output, value) => output.WriteBytes(value), CodedOutputStream.ComputeBytesSize, tag); in ForBytes()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs219 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value); in CalculateSize()
DWrappers.cs1022 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs358 size += 1 + pb::CodedOutputStream.ComputeBytesSize(ProtobufPayload); in CalculateSize()
648 size += 1 + pb::CodedOutputStream.ComputeBytesSize(ProtobufPayload); in CalculateSize()
2487 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
2560 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1107 size += 1 + pb::CodedOutputStream.ComputeBytesSize(SingleBytes); in CalculateSize()
1162 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
3720 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
3823 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4474 size += 1 + pb::CodedOutputStream.ComputeBytesSize(StringValue); in CalculateSize()