/external/libchrome/base/ |
D | pickle.h | 201 void WriteDouble(double value) { WritePOD(value); } in WriteDouble() function
|
/external/perfetto/src/tracing/ |
D | traced_value.cc | 56 void TracedValue::WriteDouble(double value) && { in WriteDouble() function in perfetto::TracedValue
|
/external/cronet/stable/base/ |
D | pickle.h | 250 void WriteDouble(double value) { WritePOD(value); } in WriteDouble() function
|
/external/cronet/tot/base/ |
D | pickle.h | 250 void WriteDouble(double value) { WritePOD(value); } in WriteDouble() function
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 104 public void WriteDouble(double value) in WriteDouble() method
|
D | CodedOutputStream.cs | 171 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 65 … 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/ |
D | WriteContext.cs | 104 public void WriteDouble(double value) in WriteDouble() method
|
D | CodedOutputStream.cs | 171 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 65 … 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/ |
D | WriteContext.cs | 104 public void WriteDouble(double value) in WriteDouble() method
|
D | CodedOutputStream.cs | 171 public void WriteDouble(double value) in WriteDouble() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 65 … 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/ |
D | proto_writer.cc | 224 inline util::Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 224 inline util::Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 224 inline util::Status WriteDouble(int field_number, const DataPiece& data, in WriteDouble() function
|
/external/pigweed/pw_protobuf/public/pw_protobuf/ |
D | encoder.h | 524 Status WriteDouble(uint32_t field_number, double value) { in WriteDouble() function
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 464 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/ |
D | wire_format_lite.cc | 464 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/ |
D | wire_format_lite.cc | 464 void WireFormatLite::WriteDouble(int field_number, double value, in WriteDouble() function in google::protobuf::internal::WireFormatLite
|
/external/cronet/stable/base/trace_event/ |
D | trace_event_stub.h | 413 void WriteDouble(double) && {} in WriteDouble() function
|
/external/cronet/tot/base/trace_event/ |
D | trace_event_stub.h | 413 void WriteDouble(double) && {} in WriteDouble() function
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 1448 void WriteDouble(double f, uint8_t byte_width) { in WriteDouble() function
|