Home
last modified time | relevance | path

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

/external/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.cs232 …ReadBytes(), (output, value) => output.WriteBytes(value), CodedOutputStream.ComputeBytesSize, tag); in ForBytes()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs267 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value); in CalculateSize()
DWrappers.cs1251 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs531 size += 1 + pb::CodedOutputStream.ComputeBytesSize(ProtobufPayload); in CalculateSize()
971 size += 1 + pb::CodedOutputStream.ComputeBytesSize(ProtobufPayload); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1195 size += 1 + pb::CodedOutputStream.ComputeBytesSize(SingleBytes); in CalculateSize()
1250 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
4397 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
4526 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); in CalculateSize()
DTestMessagesProto3.cs2385 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()
2461 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs351 size += 1 + pb::CodedOutputStream.ComputeBytesSize(Body); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7223 size += 1 + pb::CodedOutputStream.ComputeBytesSize(StringValue); in CalculateSize()