Home
last modified time | relevance | path

Searched defs:writeDouble (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/js/binary/
Dencoder.js399 jspb.BinaryEncoder.prototype.writeDouble = function(value) { method in jspb.BinaryEncoder
Dwriter.js735 jspb.BinaryWriter.prototype.writeDouble = function(field, value) { method in jspb.BinaryWriter
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DStandardMessageCodec.java188 protected static final void writeDouble(ByteArrayOutputStream stream, double value) { in writeDouble() method in StandardMessageCodec
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersBuilder.kt526 private fun writeDouble(toWrite: Double, byteWidth: ByteWidth): Unit = when (byteWidth.value) { in writeDouble() method
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php367 public static function writeDouble(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java66 void writeDouble(int fieldNumber, double value) throws IOException; in writeDouble() method
DCodedOutputStreamWriter.java88 public void writeDouble(int fieldNumber, double value) throws IOException { in writeDouble() method in CodedOutputStreamWriter
DSchemaUtil.java70 public static void writeDouble(int fieldNumber, double value, Writer writer) throws IOException { in writeDouble() method in SchemaUtil
DBinaryWriter.java191 public final void writeDouble(int fieldNumber, double value) throws IOException { in writeDouble() method in BinaryWriter
DCodedOutputStream.java283 public final void writeDouble(final int fieldNumber, final double value) throws IOException { in writeDouble() method in CodedOutputStream
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js176 writeDouble(fieldNumber, value) { method in Writer
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java585 private void writeDouble(double val, int byteWidth) { in writeDouble() method in FlexBuffersBuilder
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js129 this.writeDouble = function (...args) { method