Lines Matching refs:BinaryReader
65 jspb.BinaryReader.instanceCache_ = [];
78 assertEquals(0, jspb.BinaryReader.instanceCache_.length);
83 jspb.BinaryReader.alloc().free();
86 assertEquals(1, jspb.BinaryReader.instanceCache_.length);
89 var reader = jspb.BinaryReader.alloc(buffer);
92 assertEquals(0, jspb.BinaryReader.instanceCache_.length);
98 assertEquals(0, jspb.BinaryReader.instanceCache_.length);
104 assertEquals(0, jspb.BinaryReader.instanceCache_.length);
110 assertEquals(0, jspb.BinaryReader.instanceCache_.length);
116 assertEquals(1, jspb.BinaryReader.instanceCache_.length);
137 var reader = jspb.BinaryReader.alloc([8, 1]);
145 reader = jspb.BinaryReader.alloc([9, 1]);
150 reader = jspb.BinaryReader.alloc([10, 4, 13, 1, 1, 1]);
158 reader = jspb.BinaryReader.alloc([12, 1]);
163 reader = jspb.BinaryReader.alloc([9, 0, 0, 0, 0, 0, 0, 0, 0]);
177 reader = jspb.BinaryReader.alloc([8, 1]);
218 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
286 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
322 assertNotUndefined(jspb.BinaryReader.prototype.readUint32);
324 assertNotUndefined(jspb.BinaryReader.prototype.readUint64);
326 assertNotUndefined(jspb.BinaryReader.prototype.readBool);
329 jspb.BinaryReader.prototype.readUint32,
334 jspb.BinaryReader.prototype.readUint64,
339 jspb.BinaryReader.prototype.readInt32,
344 jspb.BinaryReader.prototype.readInt64,
349 jspb.BinaryReader.prototype.readEnum,
354 jspb.BinaryReader.prototype.readBool,
372 var reader = jspb.BinaryReader.alloc(bytes);
382 assertNotNull(jspb.BinaryReader.prototype.readUint32);
383 assertNotNull(jspb.BinaryReader.prototype.readUint64);
384 assertNotNull(jspb.BinaryReader.prototype.readSint32);
385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
390 jspb.BinaryReader.prototype.readUint32,
395 jspb.BinaryReader.prototype.readSint32,
401 jspb.BinaryReader.prototype.readUint64,
406 jspb.BinaryReader.prototype.readSint64,
418 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
472 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
490 jspb.BinaryReader.prototype.readSint32,
495 jspb.BinaryReader.prototype.readSint64,
500 jspb.BinaryReader.prototype.readSintHash64,
511 jspb.BinaryReader.prototype.readFixed32,
516 jspb.BinaryReader.prototype.readFixed64,
521 jspb.BinaryReader.prototype.readSfixed32,
526 jspb.BinaryReader.prototype.readSfixed64,
537 jspb.BinaryReader.prototype.readFloat,
545 jspb.BinaryReader.prototype.readDouble,
566 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
597 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
633 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
736 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
814 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());
925 var reader = jspb.BinaryReader.alloc(writer.getResultBuffer());