Home
last modified time | relevance | path

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

/external/libchrome/base/
Dpickle.h201 void WriteDouble(double value) { WritePOD(value); } in WriteDouble() function
/external/perfetto/src/tracing/
Dtraced_value.cc56 void TracedValue::WriteDouble(double value) && { in WriteDouble() function in perfetto::TracedValue
/external/cronet/stable/base/
Dpickle.h250 void WriteDouble(double value) { WritePOD(value); } in WriteDouble() function
/external/cronet/tot/base/
Dpickle.h250 void WriteDouble(double value) { WritePOD(value); } in WriteDouble() function
/external/cronet/stable/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.cs65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() method in Google.Protobuf.WritingPrimitives
/external/cronet/tot/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.cs65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() method in Google.Protobuf.WritingPrimitives
/external/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.cs65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() method in Google.Protobuf.WritingPrimitives
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc224 inline util::Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc224 inline util::Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc224 inline util::Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h524 Status WriteDouble(uint32_t field_number, double value) { in WriteDouble() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc464 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc464 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc464 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
/external/cronet/stable/base/trace_event/
Dtrace_event_stub.h413 void WriteDouble(double) && {} in WriteDouble() function
/external/cronet/tot/base/trace_event/
Dtrace_event_stub.h413 void WriteDouble(double) && {} in WriteDouble() function
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h1448 void WriteDouble(double f, uint8_t byte_width) { in WriteDouble() function