Searched defs:BinaryReader (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/js/binary/
H A Dreader.js35 * jspb's BinaryReader class wraps the BinaryDecoder class to add methods
47 goog.provide('jspb.BinaryReader');
56 * BinaryReader implements the decoders for all the wire types specified in
66 jspb.BinaryReader = function(opt_bytes, opt_start, opt_length) {
100 * @private {Object.<string, function(!jspb.BinaryReader):*>}
107 * Global pool of BinaryReader instances.
108 * @private {!Array.<!jspb.BinaryReader>}
110 jspb.BinaryReader.instanceCache_ = [];
120 * @return {!jspb.BinaryReader}
122 jspb.BinaryReader
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py87 class BinaryReader: class in inherits:
258 f = BinaryReader(path)
325 f = BinaryReader(path)
366 f = BinaryReader(filename)

Completed in 1795 milliseconds