Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs162 public static int ComputeBytesSize(ByteString value) in ComputeBytesSize() method in Google.Protobuf.CodedOutputStream
DUnknownField.cs180 result += CodedOutputStream.ComputeBytesSize(value); in GetSerializedSize()
DFieldCodec.cs233 … ctx, ByteString value) => ctx.WriteBytes(value), CodedOutputStream.ComputeBytesSize, tag, default… in ForBytes()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs292 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value); in CalculateSize()
DWrappers.cs1616 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value); in CalculateSize()
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs624 size += 1 + pb::CodedOutputStream.ComputeBytesSize(ProtobufPayload); in CalculateSize()
1170 size += 1 + pb::CodedOutputStream.ComputeBytesSize(ProtobufPayload); in CalculateSize()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs857 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
DUnittestProto3.cs1338 size += 1 + pb::CodedOutputStream.ComputeBytesSize(SingleBytes); in CalculateSize()
1393 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
5663 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
5835 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
DTestMessagesProto3.cs3156 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
3260 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
DUnittest.cs3341 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
3444 size += 2 + pb::CodedOutputStream.ComputeBytesSize(DefaultBytes); in CalculateSize()
3471 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
16782 size += 1 + pb::CodedOutputStream.ComputeBytesSize(EscapedBytes); in CalculateSize()
16851 size += 2 + pb::CodedOutputStream.ComputeBytesSize(BytesWithZero); in CalculateSize()
17865 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
20987 size += 1 + pb::CodedOutputStream.ComputeBytesSize(FooBytes); in CalculateSize()
21014 size += 2 + pb::CodedOutputStream.ComputeBytesSize(BarBytes); in CalculateSize()
28432 size += 5 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
28451 size += 5 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
DTestMessagesProto2.cs3172 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
3273 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs489 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Body); in CalculateSize()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8804 size += 1 + pb::CodedOutputStream.ComputeBytesSize(StringValue); in CalculateSize()