Home
last modified time | relevance | path

Searched refs:DoubleSize (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs45 internal const int DoubleSize = LittleEndian64Size; field in Google.Protobuf.CodedOutputStream
55 return DoubleSize; in ComputeDoubleSize()
DFieldCodec.cs376 … output, double value) => output.WriteDouble(value), CodedOutputStream.DoubleSize, tag, defaultVal… in ForDouble()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs45 internal const int DoubleSize = LittleEndian64Size; field in Google.Protobuf.CodedOutputStream
55 return DoubleSize; in ComputeDoubleSize()
DFieldCodec.cs376 … output, double value) => output.WriteDouble(value), CodedOutputStream.DoubleSize, tag, defaultVal… in ForDouble()