Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs104 public void WriteDouble(double value) in WriteDouble() method
DCodedOutputStream.cs171 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs56 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() method in Google.Protobuf.WritingPrimitives
/third_party/node/src/
Dnode_serdes.cc261 void SerializerContext::WriteDouble(const FunctionCallbackInfo<Value>& args) { in WriteDouble() function in node::__anone4c90bcf0111::SerializerContext
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc223 inline Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc462 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h1365 void WriteDouble(double f, uint8_t byte_width) { in WriteDouble() function