HomeSort by relevance Sort by last modified time
    Searched defs:BinaryReader (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
BinaryReader.h 1 //===- BinaryReader.h -----------------------------------------------------===//
17 /** \class BinaryReader
18 * \brief BinaryReader provides an common interface for different Binary
21 class BinaryReader : public LDReader {
23 virtual ~BinaryReader() = 0;
  /frameworks/compile/mclinker/lib/LD/
BinaryReader.cpp 1 //===- BinaryReader.cpp ---------------------------------------------------===//
9 #include "mcld/LD/BinaryReader.h"
14 // BinaryReader
16 BinaryReader::~BinaryReader() {
  /external/protobuf/js/binary/
reader.js 35 * 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.alloc
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 87 class BinaryReader:
258 f = BinaryReader(path)
325 f = BinaryReader(path)
366 f = BinaryReader(filename)
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 

Completed in 125 milliseconds