Searched defs:WriteDouble (Results 1 – 5 of 5) sorted by relevance
75 …public void WriteDouble(double value) => WritingPrimitives.WriteDouble(ref buffer, ref state, valu… in WriteDouble() method
173 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
43 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() method in Google.Protobuf.WritingPrimitives
456 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
1443 void WriteDouble(double f, uint8_t byte_width) { in WriteDouble() function