Home
last modified time | relevance | path

Searched defs:WriteDouble (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs75 …public void WriteDouble(double value) => WritingPrimitives.WriteDouble(ref buffer, ref state, valu… in WriteDouble() method
DCodedOutputStream.cs173 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs43 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc456 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h1443 void WriteDouble(double f, uint8_t byte_width) { in WriteDouble() function