Home
last modified time | relevance | path

Searched refs:readDouble (Results 1 - 23 of 23) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js169 function readDouble(bufferDecoder, start) { function
209 return readPacked(bufferDecoder, start, readDouble);
344 readDouble,
H A Dreader_test.js73 describe('readDouble does', () => {
76 expect(() => reader.readDouble(bufferDecoder, 0)).toThrow();
81 const d = reader.readDouble(pair.bufferDecoder, 0);
H A Dkernel.js586 indexArray, bytes, reader.readDouble, WireType.FIXED64));
1008 indexArray, bytes, reader.readDouble, reader.readPackedDouble,
/third_party/protobuf/js/binary/
H A Dreader.js481 return this.readDouble();
883 jspb.BinaryReader.prototype.readDouble = function() {
886 return this.decoder_.readDouble();
1245 return this.readPackedField_(this.decoder_.readDouble);
H A Dwriter_test.js363 expect(isNaN(reader.readDouble())).toEqual(true);
365 expect(reader.readDouble()).toEqual(f);
H A Ddecoder.js796 jspb.BinaryDecoder.prototype.readDouble = function() {
H A Ddecoder_test.js471 jspb.BinaryDecoder.prototype.readDouble,
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStreamReader.java109 public double readDouble() throws IOException { in readDouble() method in CodedInputStreamReader
111 return input.readDouble(); in readDouble()
295 plist.addDouble(input.readDouble()); in readDoubleList()
300 plist.addDouble(input.readDouble()); in readDoubleList()
321 target.add(input.readDouble()); in readDoubleList()
326 target.add(input.readDouble()); in readDoubleList()
1287 return readDouble(); in readField()
H A DReader.java79 double readDouble() throws IOException; in readDouble() method
H A DWireFormat.java229 return input.readDouble(); in readPrimitiveField()
H A DBinaryReader.java161 public double readDouble() throws IOException { in readDouble() method in BinaryReader.SafeHeapReader
377 plist.addDouble(readDouble()); in readDoubleList()
406 target.add(readDouble()); in readDoubleList()
1459 return readDouble(); in readField()
H A DCodedInputStream.java255 public abstract double readDouble() throws IOException; in readDouble() method in CodedInputStream
746 public double readDouble() throws IOException { in readDouble() method in CodedInputStream.ArrayDecoder
1460 public double readDouble() throws IOException { in readDouble() method in CodedInputStream.UnsafeDirectNioDecoder
2212 public double readDouble() throws IOException { in readDouble() method in CodedInputStream.StreamDecoder
3308 public double readDouble() throws IOException { in readDouble() method in CodedInputStream.IterableDirectByteBufferDecoder
H A DExtensionSchemaFull.java230 value = reader.readDouble(); in parseExtension()
H A DExtensionSchemaLite.java210 value = reader.readDouble(); in parseExtension()
H A DMessageSchema.java3919 UnsafeUtil.putDouble(message, offset(typeAndOffset), reader.readDouble()); in mergeFromHelper()
4194 message, offset(typeAndOffset), Double.valueOf(reader.readDouble())); in mergeFromHelper()
/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.h117 - (double)readDouble;
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js96 assert.strictEqual(des.readDouble(), -0.25);
274 new v8.Deserializer(new v8.Serializer().releaseBuffer()).readDouble();
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexAttrib.cpp137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble() function
284 case VERTEXATTRIBTYPE_DOUBLE: readDouble (dst, size, ptr); break; in readFloat()
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Ddecoder_test.js310 jspb.BinaryDecoder.prototype.readDouble,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js321 jspb.BinaryDecoder.prototype.readDouble,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php248 public static function readDouble(&$input, &$value) function
H A DMessage.php366 if (!GPBWire::readDouble($input, $value)) {
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php197 GPBWire::readDouble($input, $value);

Completed in 32 milliseconds