Searched defs:writeDouble (Results 1 – 10 of 10) sorted by relevance
399 jspb.BinaryEncoder.prototype.writeDouble = function(value) { method in jspb.BinaryEncoder
735 jspb.BinaryWriter.prototype.writeDouble = function(field, value) { method in jspb.BinaryWriter
367 public static function writeDouble(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
66 void writeDouble(int fieldNumber, double value) throws IOException; in writeDouble() method
88 public void writeDouble(int fieldNumber, double value) throws IOException { in writeDouble() method in CodedOutputStreamWriter
70 public static void writeDouble(int fieldNumber, double value, Writer writer) throws IOException { in writeDouble() method in SchemaUtil
191 public final void writeDouble(int fieldNumber, double value) throws IOException { in writeDouble() method in BinaryWriter
283 public final void writeDouble(final int fieldNumber, final double value) throws IOException { in writeDouble() method in CodedOutputStream
176 writeDouble(fieldNumber, value) { method in Writer
129 this.writeDouble = function (...args) { method